ReactOS 0.4.15-dev-7961-gdcf9eb0
packet Struct Reference

#include <dhcpd.h>

Collaboration diagram for packet:

Public Attributes

struct dhcp_packetraw
 
int packet_length
 
int packet_type
 
int options_valid
 
int client_port
 
struct iaddr client_addr
 
struct interface_infointerface
 
struct hardwarehaddr
 
struct option_data options [256]
 
MYWORD opcode
 
MYWORD block
 
char buffer
 

Detailed Description

Definition at line 135 of file dhcpd.h.

Member Data Documentation

◆ block

MYWORD packet::block

Definition at line 75 of file tftpd.h.

Referenced by processRequest().

◆ buffer

char packet::buffer

Definition at line 76 of file tftpd.h.

Referenced by processRequest().

◆ client_addr

struct iaddr packet::client_addr

Definition at line 141 of file dhcpd.h.

Referenced by bootp(), dhcp(), dhcpack(), dhcpnak(), and dhcpoffer().

◆ client_port

int packet::client_port

Definition at line 140 of file dhcpd.h.

◆ haddr

struct hardware* packet::haddr

Definition at line 143 of file dhcpd.h.

◆ interface

struct interface_info* packet::interface

Definition at line 142 of file dhcpd.h.

Referenced by bootp(), dhcp(), dhcpack(), dhcpnak(), and dhcpoffer().

◆ opcode

MYWORD packet::opcode

Definition at line 74 of file tftpd.h.

Referenced by processRequest().

◆ options

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().

◆ options_valid

int packet::options_valid

Definition at line 139 of file dhcpd.h.

Referenced by parse_option_buffer(), and parse_options().

◆ packet_length

int packet::packet_length

Definition at line 137 of file dhcpd.h.

Referenced by parse_options().

◆ packet_type

int packet::packet_type

Definition at line 138 of file dhcpd.h.

Referenced by dhcp().

◆ raw

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().


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