Searched defs:dhcp_data (Results 1 – 4 of 4) 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 …]
688 struct dhcp_data { struct689 char *iface;690 char *pidfile;691 char *script;692 long retries;693 long timeout;694 long tryagain;695 struct arg_list *req_opt;696 char *req_ip;697 struct arg_list *pkt_opt;[all …]
124 static DHCP_DATA dhcp_data; variable