Home
last modified time | relevance | path

Searched defs:bootp_pkt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/ipv4/
Dipconfig.c599 struct bootp_pkt { /* BOOTP packet format */ struct
600 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 …]