Searched refs:tftp_tmr (Results 1 – 1 of 1) sorted by relevance
98 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() function427 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()