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

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c80 struct tftpd { struct
135 static struct tftpd tftpd; variable in typeref:struct:tftpd
151 tftpd.root = strdup(tftproot);
152 if (tftpd.root == NULL) {
153 DPRINTF0(("%s: failed to allocate tftpd.root\n", __func__));
158 if (tftpd.root[len - 1] == '/') {
159 tftpd.root[len - 1] = '\0';
162 tftpd.pcb = udp_new();
163 if (tftpd
[all...]

Completed in 47 milliseconds