Searched defs:dhcp_packet (Results 1 – 4 of 4) sorted by relevance
11 struct dhcp_packet { struct12 uint8_t op; /* 0 */13 uint8_t htype; /* 1 */14 uint8_t hlen; /* 2 */15 uint8_t hops; /* 3 */16 uint32_t xid; /* 4 */17 uint16_t secs; /* 8 */18 uint16_t flags; /* 10 */19 uint32_t ciaddr; /* 12 */20 uint32_t yiaddr; /* 16 */[all …]
20 struct dhcp_packet { struct41 static inline __attribute__ (( always_inline )) struct dhcp_packet * argument
556 struct dhcp_packet { struct557 u8 op, htype, hlen, hops;558 u32 xid;559 u16 secs, flags;560 struct in_addr ciaddr, yiaddr, siaddr, giaddr;561 u8 chaddr[DHCP_CHADDR_MAX], sname[64], file[128];562 u8 options[312];641 struct iovec dhcp_packet; member
92 void dhcp_packet(time_t now) in dhcp_packet() function