Home
last modified time | relevance | path

Searched refs:TFTP_TIMER_MSECS (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dtftp_opts.h84 #if !defined TFTP_TIMER_MSECS || defined __DOXYGEN__
85 #define TFTP_TIMER_MSECS (TFTP_TIMEOUT_MSECS / 10) macro
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c282 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()