ReactOS 0.4.15-dev-7906-g1b85a5f
bootph Struct Reference

#include <pxe.h>

Collaboration diagram for bootph:

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
 

Detailed Description

Definition at line 419 of file pxe.h.

Member Data Documentation

◆ bootfile

UINT8 bootph::bootfile[128]

Definition at line 439 of file pxe.h.

◆ CAddr

MAC_ADDR bootph::CAddr

Definition at line 437 of file pxe.h.

◆ cip

IP4 bootph::cip

Definition at line 433 of file pxe.h.

◆ d

UINT8 bootph::d[BOOTP_DHCPVEND]

Definition at line 443 of file pxe.h.

◆ Flags

UINT16 bootph::Flags

Definition at line 430 of file pxe.h.

◆ flags

UINT32 bootph::flags

Definition at line 448 of file pxe.h.

◆ Gatehops

UINT8 bootph::Gatehops

Definition at line 427 of file pxe.h.

◆ gip

IP4 bootph::gip

Definition at line 436 of file pxe.h.

◆ Hardlen

UINT8 bootph::Hardlen

Definition at line 426 of file pxe.h.

◆ Hardware

UINT8 bootph::Hardware

Definition at line 425 of file pxe.h.

◆ ident

UINT32 bootph::ident

Definition at line 428 of file pxe.h.

◆ magic

UINT8 bootph::magic[4]

Definition at line 446 of file pxe.h.

◆ opcode

UINT8 bootph::opcode

Definition at line 421 of file pxe.h.

◆ pad

UINT8 bootph::pad[56]

Definition at line 449 of file pxe.h.

◆ seconds

UINT16 bootph::seconds

Definition at line 429 of file pxe.h.

◆ sip

IP4 bootph::sip

Definition at line 435 of file pxe.h.

◆ Sname

UINT8 bootph::Sname[64]

Definition at line 438 of file pxe.h.

◆ 

struct { ... } bootph::v

◆ 

union { ... } bootph::vendor

◆ yip

IP4 bootph::yip

Definition at line 434 of file pxe.h.


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