Searched defs:dhcp_hdr (Results 1 – 1 of 1) sorted by relevance
24 struct dhcp_hdr { struct25 u8 op;28 u8 htype;30 u8 hlen;32 u8 hops;33 u32 xid;34 u16 secs;35 u16 flags;38 u32 ciaddr;62 struct dhcp_hdr dhcp_hdr; member