ReactOS 0.4.15-dev-8100-g1887773
DHCPMESSAGE Struct Reference

#include <datatypes.h>

Public Attributes

u8b op
 
u8b htype
 
u8b hlen
 
u8b hops
 
u32b xid
 
u16b secs
 
u16b flags
 
u32b ciaddr
 
u32b yiaddr
 
u32b siaddr
 
u32b giaddr
 
u8b chaddr [16]
 
u8b sname [64]
 
u8b file [128]
 
u8b options [312]
 

Detailed Description

Definition at line 8 of file datatypes.h.

Member Data Documentation

◆ chaddr

u8b DHCPMESSAGE::chaddr[16]

Definition at line 20 of file datatypes.h.

Referenced by display_dhcp_packet(), and process_dhcp_packet().

◆ ciaddr

u32b DHCPMESSAGE::ciaddr

Definition at line 16 of file datatypes.h.

Referenced by display_dhcp_packet(), and process_dhcp_packet().

◆ file

u8b DHCPMESSAGE::file[128]

Definition at line 22 of file datatypes.h.

Referenced by display_dhcp_packet().

◆ flags

u16b DHCPMESSAGE::flags

Definition at line 15 of file datatypes.h.

Referenced by display_dhcp_packet().

◆ giaddr

u32b DHCPMESSAGE::giaddr

Definition at line 19 of file datatypes.h.

Referenced by display_dhcp_packet().

◆ hlen

u8b DHCPMESSAGE::hlen

Definition at line 11 of file datatypes.h.

Referenced by display_dhcp_packet().

◆ hops

u8b DHCPMESSAGE::hops

Definition at line 12 of file datatypes.h.

Referenced by display_dhcp_packet().

◆ htype

u8b DHCPMESSAGE::htype

Definition at line 10 of file datatypes.h.

Referenced by display_dhcp_packet().

◆ op

u8b DHCPMESSAGE::op

Definition at line 9 of file datatypes.h.

Referenced by display_dhcp_packet(), and process_dhcp_packet().

◆ options

u8b DHCPMESSAGE::options[312]

Definition at line 23 of file datatypes.h.

Referenced by parse_dhcp_options(), and process_dhcp_packet().

◆ secs

u16b DHCPMESSAGE::secs

Definition at line 14 of file datatypes.h.

Referenced by display_dhcp_packet().

◆ siaddr

u32b DHCPMESSAGE::siaddr

Definition at line 18 of file datatypes.h.

Referenced by display_dhcp_packet(), and process_dhcp_packet().

◆ sname

u8b DHCPMESSAGE::sname[64]

Definition at line 21 of file datatypes.h.

Referenced by display_dhcp_packet(), and process_dhcp_packet().

◆ xid

u32b DHCPMESSAGE::xid

Definition at line 13 of file datatypes.h.

Referenced by display_dhcp_packet(), and process_dhcp_packet().

◆ yiaddr

u32b DHCPMESSAGE::yiaddr

Definition at line 17 of file datatypes.h.

Referenced by display_dhcp_packet(), and process_dhcp_packet().


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