Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddhcp.h24 struct dhcp_data { struct
25 u8 op;
26 u8 htype;
27 u8 hlen;
28 u8 hops;
29 be32 xid;
30 be16 secs;
31 be16 flags;
32 be32 client_ip;
33 be32 your_ip;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddhcp.h24 struct dhcp_data { struct
25 u8 op;
26 u8 htype;
27 u8 hlen;
28 u8 hops;
29 be32 xid;
30 be16 secs;
31 be16 flags;
32 be32 client_ip;
33 be32 your_ip;
[all …]
/third_party/toybox/generated/
Dglobals.h564 struct dhcp_data { struct
565 char *iface;
566 char *pidfile;
567 char *script;
568 long retries;
569 long timeout;
570 long tryagain;
571 struct arg_list *req_opt;
572 char *req_ip;
573 struct arg_list *pkt_opt;
[all …]
/third_party/toybox/toys/pending/
Ddhcp6.c124 static DHCP_DATA dhcp_data; variable