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

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c137 static struct tftp_option tftp_options[] = { variable in typeref:struct:tftp_option
274 for (o = &tftp_options[0]; o->name != NULL; ++o) {
701 for (o = &tftp_options[0]; o->name != NULL; ++o) {
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Dtftp.c688 static struct tftp_option tftp_options[] = { variable in typeref:struct:tftp_option
707 for ( option = tftp_options ; option->name ; option++ ) {

Completed in 47 milliseconds