Lines Matching defs:bootp_pkt
41 struct bootp_pkt { struct42 struct ip iph;43 struct udphdr udph;44 u8 op;45 u8 htype;46 u8 hlen;47 u8 hops;48 be32 xid;49 be16 secs;50 be16 flags;51 be32 client_ip;52 be32 your_ip;53 be32 server_ip;54 be32 relay_ip;55 u8 hw_addr[16];56 u8 serv_name[64];57 u8 boot_file[128];58 u8 exten[312];