#include <ibft.h>
Data Fields | |
| uint16_t | zeroes [5] |
| Reserved; must be zero. | |
| uint16_t | ones |
| Must be 0xffff if IPv4 address is present, otherwise zero. | |
| struct in_addr | in |
| The IPv4 address, or zero if not present. | |
Definition at line 66 of file ibft.h.
Must be 0xffff if IPv4 address is present, otherwise zero.
Definition at line 70 of file ibft.h.
Referenced by ibft_set_ipaddr().
struct in_addr ibft_ipaddr::in [read] |
The IPv4 address, or zero if not present.
Definition at line 72 of file ibft.h.
Referenced by ibft_ipaddr(), and ibft_set_ipaddr().
1.5.7.1