Home
last modified time | relevance | path

Searched defs:dhcp_packet (Results 1 – 1 of 1) sorted by relevance

/reactos/base/services/dhcpcsvc/include/
H A Ddhcp.h57 struct dhcp_packet { struct
58 u_int8_t op; /* Message opcode/type */
60 u_int8_t hlen; /* Hardware addr length */
62 u_int32_t xid; /* Transaction ID */
64 u_int16_t flags; /* Flag bits */
66 struct in_addr yiaddr; /* Client IP address */
68 struct in_addr giaddr; /* DHCP relay agent IP address */
69 unsigned char chaddr[16]; /* Client hardware address */
70 char sname[DHCP_SNAME_LEN]; /* Server name */
71 char file[DHCP_FILE_LEN]; /* Boot filename */
[all …]