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