Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_client.c39 static void tftp_tmr(void* arg);
48 sys_untimeout(tftp_tmr, NULL); in close_handle()
62 static void tftp_tmr(void* arg) in tftp_tmr() function
71 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()
268 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_client_get()
A Dtftp_server.c84 static void tftp_tmr(void* arg);
100 sys_untimeout(tftp_tmr, NULL); in close_handle()
194 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in recv()
327 tftp_tmr(void* arg) in tftp_tmr() function
337 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()

Completed in 4 milliseconds