|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <datatypes.h>
Public Attributes | |
| u8b | type |
| u32b | r_ip |
| u32b | r_mask |
| u32b | r_router |
| u32b | r_lease |
| char * | hostname |
Definition at line 26 of file datatypes.h.
| char* DHCPOPTIONS::hostname |
Definition at line 32 of file datatypes.h.
Referenced by parse_dhcp_options().
| u32b DHCPOPTIONS::r_ip |
Definition at line 28 of file datatypes.h.
Referenced by parse_dhcp_options().
| u32b DHCPOPTIONS::r_lease |
Definition at line 31 of file datatypes.h.
Referenced by parse_dhcp_options().
| u32b DHCPOPTIONS::r_mask |
Definition at line 29 of file datatypes.h.
Referenced by parse_dhcp_options().
| u32b DHCPOPTIONS::r_router |
Definition at line 30 of file datatypes.h.
Referenced by parse_dhcp_options().
| u8b DHCPOPTIONS::type |
Definition at line 27 of file datatypes.h.
Referenced by display_dhcp_packet(), parse_dhcp_options(), and process_dhcp_packet().