Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dtftp_opts.h83 #if !defined TFTP_TIMER_MSECS || defined __DOXYGEN__
84 #define TFTP_TIMER_MSECS 50 macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dtftp_opts.h83 #if !defined TFTP_TIMER_MSECS || defined __DOXYGEN__
84 #define TFTP_TIMER_MSECS 50 macro
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_client.c71 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()
73 if ((pstate->tick - pstate->last_tick) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) { in tftp_tmr()
268 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_client_get()
A Dtftp_server.c194 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in recv()
337 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()
339 if ((tftp_state.timer - tftp_state.last_pkt) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) { in tftp_tmr()

Completed in 5 milliseconds