Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/dhcrelay/
H A Ddhcp.h59 struct dhcp_packet { struct
60 u_int8_t op; /* Message opcode/type */
61 u_int8_t htype; /* Hardware addr type (see net/if_types.h) */
62 u_int8_t hlen; /* Hardware addr length */
63 u_int8_t hops; /* Number of relay agent hops from client */
64 u_int32_t xid; /* Transaction ID */
65 u_int16_t secs; /* Seconds since client started looking */
66 u_int16_t flags; /* Flag bits */
67 struct in_addr ciaddr; /* Client IP address (if already in use) */
68 struct in_addr yiaddr; /* Client IP address */
[all …]
/openbsd-src/usr.sbin/vmd/
H A Ddhcp.h62 struct dhcp_packet { struct
63 u_int8_t op; /* Message opcode/type */
64 u_int8_t htype; /* Hardware addr type (see net/if_types.h) */
65 u_int8_t hlen; /* Hardware addr length */
66 u_int8_t hops; /* Number of relay agent hops from client */
67 u_int32_t xid; /* Transaction ID */
68 u_int16_t secs; /* Seconds since client started looking */
69 u_int16_t flags; /* Flag bits */
70 struct in_addr ciaddr; /* Client IP address (if already in use) */
71 struct in_addr yiaddr; /* Client IP address */
[all …]
/openbsd-src/usr.sbin/dhcpd/
H A Ddhcp.h55 struct dhcp_packet { struct
56 u_int8_t op; /* Message opcode/type */
57 u_int8_t htype; /* Hardware addr type (see net/if_types.h) */
58 u_int8_t hlen; /* Hardware addr length */
59 u_int8_t hops; /* Number of relay agent hops from client */
60 u_int32_t xid; /* Transaction ID */
61 u_int16_t secs; /* Seconds since client started looking */
62 u_int16_t flags; /* Flag bits */
63 struct in_addr ciaddr; /* Client IP address (if already in use) */
64 struct in_addr yiaddr; /* Client IP address */
[all …]
/openbsd-src/sbin/dhcp6leased/
H A Dfrontend.c96 uint8_t dhcp_packet[1500]; variable
/openbsd-src/sbin/dhcpleased/
H A Dfrontend.c111 uint8_t dhcp_packet[1500]; variable