ReactOS 0.4.15-dev-7953-g1f49173
DHCPOPTIONS Struct Reference

#include <datatypes.h>

Public Attributes

u8b type
 
u32b r_ip
 
u32b r_mask
 
u32b r_router
 
u32b r_lease
 
charhostname
 

Detailed Description

Definition at line 26 of file datatypes.h.

Member Data Documentation

◆ hostname

char* DHCPOPTIONS::hostname

Definition at line 32 of file datatypes.h.

Referenced by parse_dhcp_options().

◆ r_ip

u32b DHCPOPTIONS::r_ip

Definition at line 28 of file datatypes.h.

Referenced by parse_dhcp_options().

◆ r_lease

u32b DHCPOPTIONS::r_lease

Definition at line 31 of file datatypes.h.

Referenced by parse_dhcp_options().

◆ r_mask

u32b DHCPOPTIONS::r_mask

Definition at line 29 of file datatypes.h.

Referenced by parse_dhcp_options().

◆ r_router

u32b DHCPOPTIONS::r_router

Definition at line 30 of file datatypes.h.

Referenced by parse_dhcp_options().

◆ type

u8b DHCPOPTIONS::type

Definition at line 27 of file datatypes.h.

Referenced by display_dhcp_packet(), parse_dhcp_options(), and process_dhcp_packet().


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