XINU
Data Fields
dhcpmsg Struct Reference

#include <dhcp.h>

Data Fields

union {
   struct {
      byte   bootfile [128]
 
      byte   sname [64]
 
   } 
 
   byte   dc_bootp [192]
 
}; 
 
byte dc_bop
 
byte dc_chaddr [16]
 
uint32 dc_cip
 
uint32 dc_cookie
 
uint16 dc_flags
 
uint32 dc_gip
 
byte dc_hlen
 
byte dc_hops
 
byte dc_htype
 
byte dc_opt [1024]
 
uint16 dc_secs
 
uint32 dc_sip
 
uint32 dc_xid
 
uint32 dc_yip
 

Detailed Description

Definition at line 33 of file dhcp.h.

Field Documentation

◆ @1

union { ... }

◆ bootfile

byte dhcpmsg::bootfile[128]

Definition at line 50 of file dhcp.h.

◆ dc_bootp

byte dhcpmsg::dc_bootp[192]

Definition at line 47 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_bop

byte dhcpmsg::dc_bop

Definition at line 34 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_chaddr

byte dhcpmsg::dc_chaddr[16]

Definition at line 45 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_cip

uint32 dhcpmsg::dc_cip

Definition at line 41 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_cookie

uint32 dhcpmsg::dc_cookie

Definition at line 53 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_flags

uint16 dhcpmsg::dc_flags

Definition at line 40 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_gip

uint32 dhcpmsg::dc_gip

Definition at line 44 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_hlen

byte dhcpmsg::dc_hlen

Definition at line 36 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_hops

byte dhcpmsg::dc_hops

Definition at line 37 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_htype

byte dhcpmsg::dc_htype

Definition at line 35 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_opt

byte dhcpmsg::dc_opt[1024]

Definition at line 54 of file dhcp.h.

Referenced by dhcp_bld_disc(), dhcp_bld_req(), and dhcp_get_opt_val().

◆ dc_secs

uint16 dhcpmsg::dc_secs

Definition at line 39 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_sip

uint32 dhcpmsg::dc_sip

Definition at line 43 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg(), and dhcp_bld_req().

◆ dc_xid

uint32 dhcpmsg::dc_xid

Definition at line 38 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg().

◆ dc_yip

uint32 dhcpmsg::dc_yip

Definition at line 42 of file dhcp.h.

Referenced by dhcp_bld_bootp_msg(), and dhcp_bld_req().

◆ sname

byte dhcpmsg::sname[64]

Definition at line 49 of file dhcp.h.


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