Lines Matching defs:bootp_pkt
35 struct bootp_pkt { struct36 struct iphdr iph;37 struct udphdr udph;38 u8 op;39 u8 htype;40 u8 hlen;41 u8 hops;42 be32 xid;43 be16 secs;44 be16 flags;45 be32 client_ip;46 be32 your_ip;47 be32 server_ip;48 be32 relay_ip;49 u8 hw_addr[16];50 u8 serv_name[64];51 u8 boot_file[128];52 u8 exten[312];