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