Searched refs:TFTP_TIMEOUT_MSECS (Results 1 – 2 of 2) sorted by relevance
70 #if !defined TFTP_TIMEOUT_MSECS || defined __DOXYGEN__71 #define TFTP_TIMEOUT_MSECS 10000 macro85 #define TFTP_TIMER_MSECS (TFTP_TIMEOUT_MSECS / 10)
429 if ((tftp_state.timer - tftp_state.last_pkt) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) { in tftp_tmr()