Searched defs:dhcp_data (Results 1 – 5 of 5) sorted by relevance
24 struct dhcp_data { struct25 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 …]
591 struct dhcp_data { struct592 char *iface;593 char *pidfile;594 char *script;595 long retries;596 long timeout;597 long tryagain;598 struct arg_list *req_opt;599 char *req_ip;600 struct arg_list *pkt_opt;[all …]
124 static DHCP_DATA dhcp_data; variable