ibft_ipaddr Struct Reference

An IP address within the iBFT. More...

#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.


Detailed Description

An IP address within the iBFT.

Definition at line 66 of file ibft.h.


Field Documentation

Reserved; must be zero.

Definition at line 68 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().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:06 2010 for gPXE by  doxygen 1.5.7.1