OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibft_ipaddr
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/arch/i386/include/gpxe/
ibft.h
66
struct
ibft_ipaddr
{
struct
137
struct
ibft_ipaddr
isns_server;
139
struct
ibft_ipaddr
slp_server;
141
struct
ibft_ipaddr
radius[2];
163
struct
ibft_ipaddr
ip_address;
172
struct
ibft_ipaddr
gateway;
174
struct
ibft_ipaddr
dns[2];
176
struct
ibft_ipaddr
dhcp;
207
struct
ibft_ipaddr
ip_address;
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
ibft.c
120
static void ibft_set_ipaddr ( struct
ibft_ipaddr
*ipaddr, struct in_addr in ) {
135
static void ibft_set_ipaddr_option ( struct
ibft_ipaddr
*ipaddr,
149
static const char *
ibft_ipaddr
( struct
ibft_ipaddr
*ipaddr ) {
function
262
DBG ( "iBFT NIC IP = %s\n",
ibft_ipaddr
( &nic->ip_address ) );
264
DBG ( "iBFT NIC gateway = %s\n",
ibft_ipaddr
( &nic->gateway ) );
266
DBG ( "iBFT NIC DNS = %s\n",
ibft_ipaddr
( &nic->dns[0] ) );
402
DBG ( "iBFT target IP = %s\n",
ibft_ipaddr
( &target->ip_address ) );
Completed in 1014 milliseconds