|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <datatypes.h>
Public Attributes | |
| u32b | ip |
| u32b | router |
| u32b | mask |
| u32b | lease |
| u32b | siaddr |
Definition at line 35 of file datatypes.h.
| u32b DHCPLEASE::ip |
Definition at line 36 of file datatypes.h.
Referenced by confirm_lease(), find_lease(), and process_dhcp_packet().
| u32b DHCPLEASE::lease |
Definition at line 39 of file datatypes.h.
Referenced by confirm_lease(), find_lease(), and process_dhcp_packet().
| u32b DHCPLEASE::mask |
Definition at line 38 of file datatypes.h.
Referenced by confirm_lease(), find_lease(), and process_dhcp_packet().
| u32b DHCPLEASE::router |
Definition at line 37 of file datatypes.h.
Referenced by confirm_lease(), find_lease(), and process_dhcp_packet().
| u32b DHCPLEASE::siaddr |
Definition at line 40 of file datatypes.h.
Referenced by confirm_lease(), find_lease(), and process_dhcp_packet().