Lines Matching defs:dhcp_data
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;34 be32 server_ip;35 be32 relay_ip;36 u8 hw_addr[16];37 u8 serv_name[64];38 u8 boot_file[128];