Home
last modified time | relevance | path

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

/external/syslinux/com32/include/
Ddhcp.h11 struct dhcp_packet { struct
12 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 …]
/external/syslinux/gpxe/src/include/gpxe/
Ddhcppkt.h20 struct dhcp_packet { struct
41 static inline __attribute__ (( always_inline )) struct dhcp_packet * argument
/external/dnsmasq/src/
Ddnsmasq.h556 struct dhcp_packet { struct
557 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
Ddhcp.c92 void dhcp_packet(time_t now) in dhcp_packet() function