Searched refs:ibft_ipaddr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dibft.h67 struct ibft_ipaddr { struct
138 struct ibft_ipaddr isns_server;
140 struct ibft_ipaddr slp_server;
142 struct ibft_ipaddr radius[2];
164 struct ibft_ipaddr ip_address;
173 struct ibft_ipaddr gateway;
175 struct ibft_ipaddr dns[2];
177 struct ibft_ipaddr dhcp;
208 struct ibft_ipaddr ip_address;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dibft.c93 static void ibft_set_ipaddr ( struct ibft_ipaddr *ipaddr, struct in_addr in ) {
108 static void ibft_set_ipaddr_setting ( struct ibft_ipaddr *ipaddr,
127 static const char * ibft_ipaddr ( struct ibft_ipaddr *ipaddr ) { function
242 DBG ( "iBFT NIC IP = %s\n", ibft_ipaddr ( &nic->ip_address ) );
244 DBG ( "iBFT NIC gateway = %s\n", ibft_ipaddr ( &nic->gateway ) );
248 DBG ( "iBFT NIC DNS = %s", ibft_ipaddr ( &nic->dns[0] ) );
249 DBG ( ", %s\n", ibft_ipaddr ( &nic->dns[1] ) );
401 DBG ( "iBFT target IP = %s\n", ibft_ipaddr ( &target->ip_address ) );

Completed in 106 milliseconds