Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dipconfig.c628 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 */
636 __be16 flags; /* Just what it says */
638 __be32 your_ip; /* Assigned IP address */
641 u8 hw_addr[16]; /* Client's HW address */
[all …]