Searched defs:dhcp_packet (Results 1 – 2 of 2) sorted by relevance
55 struct dhcp_packet { struct56 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 …]
3556 dhcp_packet(struct interface *ifp, uint8_t *data, size_t len, in dhcp_packet() function