Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
Dipconfig.c627 struct bootp_pkt { /* BOOTP packet format */ struct
628 struct iphdr iph; /* IP header */
629 struct udphdr udph; /* UDP header */
630 u8 op; /* 1=request, 2=reply */
631 u8 htype; /* HW address type */
632 u8 hlen; /* HW address length */
633 u8 hops; /* Used only by gateways */
634 __be32 xid; /* Transaction ID */
635 __be16 secs; /* Seconds since we started */
636 __be16 flags; /* Just what it says */
[all …]