#include <dhcp.h>
Data Fields | |
u_int8_t | op |
u_int8_t | htype |
u_int8_t | hlen |
u_int8_t | hops |
u_int32_t | xid |
u_int16_t | secs |
u_int16_t | flags |
struct in_addr | ciaddr |
struct in_addr | yiaddr |
struct in_addr | siaddr |
struct in_addr | giaddr |
unsigned char | chaddr [16] |
char | sname [DHCP_SNAME_LEN] |
char | file [DHCP_FILE_LEN] |
unsigned char | options [DHCP_MAX_OPTION_LEN] |
Definition at line 48 of file dhcp.h.
unsigned char dhcp_packet::chaddr[16] |
struct in_addr dhcp_packet::ciaddr [read] |
char dhcp_packet::file[DHCP_FILE_LEN] |
u_int16_t dhcp_packet::flags |
struct in_addr dhcp_packet::giaddr [read] |
u_int8_t dhcp_packet::hlen |
u_int8_t dhcp_packet::hops |
u_int8_t dhcp_packet::htype |
u_int8_t dhcp_packet::op |
unsigned char dhcp_packet::options[DHCP_MAX_OPTION_LEN] |
u_int16_t dhcp_packet::secs |
struct in_addr dhcp_packet::siaddr [read] |
char dhcp_packet::sname[DHCP_SNAME_LEN] |
u_int32_t dhcp_packet::xid |
struct in_addr dhcp_packet::yiaddr [read] |