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

/barrelfish-master/include/lwip2/lwip/apps/
H A Dtftp_opts.h83 #if !defined TFTP_TIMER_MSECS || defined __DOXYGEN__
84 #define TFTP_TIMER_MSECS 50 macro
/barrelfish-master/lib/lwip2/src/apps/tftp/
H A Dtftp_server.c239 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL);
371 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL);
373 if ((tftp_state.timer - tftp_state.last_pkt) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) {

Completed in 35 milliseconds