Lines Matching defs:dhcp_data
40 struct dhcp_data { struct41 u8 op;42 u8 htype;43 u8 hlen;44 u8 hops;45 be32 xid;46 be16 secs;47 be16 flags;48 be32 client_ip;49 be32 your_ip;50 be32 server_ip;51 be32 relay_ip;52 u8 hw_addr[16];53 u8 serv_name[64];54 u8 boot_file[128];