ReactOS 0.4.16-dev-598-gc07fba4
|
#include <dhcpd.h>
Public Attributes | |
struct dhcp_packet * | raw |
int | packet_length |
int | packet_type |
int | options_valid |
int | client_port |
struct iaddr | client_addr |
struct interface_info * | interface |
struct hardware * | haddr |
struct option_data | options [256] |
MYWORD | opcode |
MYWORD | block |
char | buffer |
MYWORD packet::block |
Definition at line 75 of file tftpd.h.
Referenced by processRequest().
char packet::buffer |
Definition at line 76 of file tftpd.h.
Referenced by processRequest().
struct interface_info* packet::interface |
MYWORD packet::opcode |
Definition at line 74 of file tftpd.h.
Referenced by processRequest().
struct option_data packet::options[256] |
Definition at line 144 of file dhcpd.h.
Referenced by cons_options(), dhcpoffer(), packet_to_lease(), parse_option_buffer(), and parse_options().
int packet::options_valid |
Definition at line 139 of file dhcpd.h.
Referenced by parse_option_buffer(), and parse_options().
int packet::packet_length |
Definition at line 137 of file dhcpd.h.
Referenced by parse_options().
struct dhcp_packet* packet::raw |
Definition at line 136 of file dhcpd.h.
Referenced by bootp(), dhcpack(), dhcpnak(), dhcpoffer(), packet_to_lease(), and parse_options().