Searched defs:bootp_pkt (Results 1 – 1 of 1) sorted by relevance
603 struct bootp_pkt { /* BOOTP packet format */ struct604 struct iphdr iph; /* IP header */605 struct udphdr udph; /* UDP header */606 u8 op; /* 1=request, 2=reply */607 u8 htype; /* HW address type */608 u8 hlen; /* HW address length */609 u8 hops; /* Used only by gateways */610 __be32 xid; /* Transaction ID */611 __be16 secs; /* Seconds since we started */612 __be16 flags; /* Just what it says */[all …]