Searched defs:tftp_timeout (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c104 static void tftp_timeout(void *);
381 sys_untimeout(tftp_timeout, xfer);
409 sys_timeout(xfer->timeout * 1000, tftp_timeout, xfer);
414 tftp_timeout(void *arg) function
551 sys_untimeout(tftp_timeout, xfer);

Completed in 57 milliseconds