ReactOS 0.4.16-dev-1067-ge98bba2
|
#include <pxe.h>
Public Attributes | |
UINT8 | opcode |
UINT8 | Hardware |
UINT8 | Hardlen |
UINT8 | Gatehops |
UINT32 | ident |
UINT16 | seconds |
UINT16 | Flags |
IP4 | cip |
IP4 | yip |
IP4 | sip |
IP4 | gip |
MAC_ADDR | CAddr |
UINT8 | Sname [64] |
UINT8 | bootfile [128] |
union { | |
UINT8 d [BOOTP_DHCPVEND] | |
struct { | |
UINT8 magic [4] | |
UINT32 flags | |
UINT8 pad [56] | |
} v | |
} | vendor |
UINT8 bootph::d[BOOTP_DHCPVEND] |
struct { ... } bootph::v |
union { ... } bootph::vendor |