Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c98 static void tftp_tmr(void *arg);
111 sys_untimeout(tftp_tmr, NULL); in close_handle()
282 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in recv()
417 tftp_tmr(void *arg) in tftp_tmr() function
427 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()