Home
last modified time | relevance | path

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

/linux-3.3/net/ipv4/
Dipconfig.c584 struct bootp_pkt { /* BOOTP packet format */ struct
585 struct iphdr iph; /* IP header */
586 struct udphdr udph; /* UDP header */
587 u8 op; /* 1=request, 2=reply */
588 u8 htype; /* HW address type */
589 u8 hlen; /* HW address length */
590 u8 hops; /* Used only by gateways */
591 __be32 xid; /* Transaction ID */
592 __be16 secs; /* Seconds since we started */
593 __be16 flags; /* Just what it says */
[all …]