Searched defs:bootp_pkt (Results 1 – 2 of 2) sorted by relevance
57 struct bootp_pkt { struct58 struct iphdr iph;59 struct udphdr udph;60 u8 op;61 u8 htype;62 u8 hlen;63 u8 hops;64 be32 xid;65 be16 secs;66 be16 flags;[all …]
173 struct bootp_pkt struct175 struct ip ip;176 struct udphdr udp;177 struct bootp bootp;