Searched refs:TFTP_TIMER_MSECS (Results 1 – 2 of 2) sorted by relevance
84 #if !defined TFTP_TIMER_MSECS || defined __DOXYGEN__85 #define TFTP_TIMER_MSECS (TFTP_TIMEOUT_MSECS / 10) macro
282 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in recv()427 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()429 if ((tftp_state.timer - tftp_state.last_pkt) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) { in tftp_tmr()