Home
last modified time | relevance | path

Searched defs:dhcp_message (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd/
Ddhcp.h139 struct dhcp_message { struct
140 uint8_t op; /* message type */
141 uint8_t hwtype; /* hardware address type */
142 uint8_t hwlen; /* hardware address length */
143 uint8_t hwopcount; /* should be zero in client message */
144 uint32_t xid; /* transaction id */
145 uint16_t secs; /* elapsed time in sec. from boot */
146 uint16_t flags;
147 uint32_t ciaddr; /* (previously allocated) client IP */
148 uint32_t yiaddr; /* 'your' client IP address */
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c65 struct dhcp_message { struct
66 u_int8_t op;
67 u_int8_t htype;
68 u_int8_t hlen;
69 u_int8_t hops;
70 u_int32_t xid;
71 u_int16_t secs;
72 u_int16_t flags;
73 u_int32_t ciaddr;
74 u_int32_t yiaddr;
[all …]