dhcp_packet Struct Reference

#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]

Detailed Description

Definition at line 48 of file dhcp.h.


Field Documentation

unsigned char dhcp_packet::chaddr[16]

Definition at line 60 of file dhcp.h.

struct in_addr dhcp_packet::ciaddr [read]

Definition at line 56 of file dhcp.h.

char dhcp_packet::file[DHCP_FILE_LEN]

Definition at line 62 of file dhcp.h.

u_int16_t dhcp_packet::flags

Definition at line 55 of file dhcp.h.

struct in_addr dhcp_packet::giaddr [read]

Definition at line 59 of file dhcp.h.

Definition at line 51 of file dhcp.h.

Definition at line 52 of file dhcp.h.

Definition at line 50 of file dhcp.h.

u_int8_t dhcp_packet::op

Definition at line 49 of file dhcp.h.

unsigned char dhcp_packet::options[DHCP_MAX_OPTION_LEN]

Definition at line 63 of file dhcp.h.

u_int16_t dhcp_packet::secs

Definition at line 54 of file dhcp.h.

struct in_addr dhcp_packet::siaddr [read]

Definition at line 58 of file dhcp.h.

char dhcp_packet::sname[DHCP_SNAME_LEN]

Definition at line 61 of file dhcp.h.

u_int32_t dhcp_packet::xid

Definition at line 53 of file dhcp.h.

struct in_addr dhcp_packet::yiaddr [read]

Definition at line 57 of file dhcp.h.


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

Generated on 5 Apr 2014 for ISC DHCP by  doxygen 1.6.1