|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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] |
Definition at line 8 of file datatypes.h.
| u8b DHCPMESSAGE::chaddr[16] |
Definition at line 20 of file datatypes.h.
Referenced by display_dhcp_packet(), and process_dhcp_packet().
| u32b DHCPMESSAGE::ciaddr |
Definition at line 16 of file datatypes.h.
Referenced by display_dhcp_packet(), and process_dhcp_packet().
| u8b DHCPMESSAGE::file[128] |
Definition at line 22 of file datatypes.h.
Referenced by display_dhcp_packet().
| u16b DHCPMESSAGE::flags |
Definition at line 15 of file datatypes.h.
Referenced by display_dhcp_packet().
| u32b DHCPMESSAGE::giaddr |
Definition at line 19 of file datatypes.h.
Referenced by display_dhcp_packet().
| u8b DHCPMESSAGE::hlen |
Definition at line 11 of file datatypes.h.
Referenced by display_dhcp_packet().
| u8b DHCPMESSAGE::hops |
Definition at line 12 of file datatypes.h.
Referenced by display_dhcp_packet().
| u8b DHCPMESSAGE::htype |
Definition at line 10 of file datatypes.h.
Referenced by display_dhcp_packet().
| u8b DHCPMESSAGE::op |
Definition at line 9 of file datatypes.h.
Referenced by display_dhcp_packet(), and process_dhcp_packet().
| u8b DHCPMESSAGE::options[312] |
Definition at line 23 of file datatypes.h.
Referenced by parse_dhcp_options(), and process_dhcp_packet().
| u16b DHCPMESSAGE::secs |
Definition at line 14 of file datatypes.h.
Referenced by display_dhcp_packet().
| u32b DHCPMESSAGE::siaddr |
Definition at line 18 of file datatypes.h.
Referenced by display_dhcp_packet(), and process_dhcp_packet().
| u8b DHCPMESSAGE::sname[64] |
Definition at line 21 of file datatypes.h.
Referenced by display_dhcp_packet(), and process_dhcp_packet().
| u32b DHCPMESSAGE::xid |
Definition at line 13 of file datatypes.h.
Referenced by display_dhcp_packet(), and process_dhcp_packet().
| u32b DHCPMESSAGE::yiaddr |
Definition at line 17 of file datatypes.h.
Referenced by display_dhcp_packet(), and process_dhcp_packet().