Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dipconfig.c603 struct bootp_pkt { /* BOOTP packet format */ struct
604 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 …]
/kernel/linux/linux-6.6/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 …]