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

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfakedhcp.c95 static int copy_settings ( struct dhcp_packet *dest, function
154 if ( ( rc = copy_settings ( &dhcppkt, NULL ) ) != 0 ) {
159 if ( ( rc = copy_settings ( &dhcppkt,
205 ( ( rc = copy_settings ( &dhcppkt, proxy_settings ) ) != 0 ) ) {
213 ( ( rc = copy_settings ( &dhcppkt, pxebs_settings ) ) != 0 ) ) {

Completed in 90 milliseconds