Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c59 struct dhcp_message { struct
60 u_int8_t op;
61 u_int8_t htype;
62 u_int8_t hlen;
63 u_int8_t hops;
64 u_int32_t xid;
65 u_int16_t secs;
66 u_int16_t flags;
67 u_int32_t ciaddr;
68 u_int32_t yiaddr;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired.c59 struct dhcp_message { struct
60 u_int8_t op;
61 u_int8_t htype;
62 u_int8_t hlen;
63 u_int8_t hops;
64 u_int32_t xid;
65 u_int16_t secs;
66 u_int16_t flags;
67 u_int32_t ciaddr;
68 u_int32_t yiaddr;
[all …]