iPXE
|
An IP address within the iBFT. More...
#include <ibft.h>
Data Fields | |
uint16_t | zeroes [5] |
Reserved; must be zero. More... | |
uint16_t | ones |
Must be 0xffff if IPv4 address is present, otherwise zero. More... | |
struct in_addr | in |
The IPv4 address, or zero if not present. More... | |
uint16_t ibft_ipaddr::ones |
Must be 0xffff if IPv4 address is present, otherwise zero.
Definition at line 74 of file ibft.h.
Referenced by ibft_set_ipaddr().
struct in_addr ibft_ipaddr::in |
The IPv4 address, or zero if not present.
Definition at line 76 of file ibft.h.
Referenced by ibft_ipaddr(), and ibft_set_ipaddr().