Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Dipconfig.c569 struct bootp_pkt { /* BOOTP packet format */ struct
570 struct iphdr iph; /* IP header */
571 struct udphdr udph; /* UDP header */
572 u8 op; /* 1=request, 2=reply */
573 u8 htype; /* HW address type */
574 u8 hlen; /* HW address length */
575 u8 hops; /* Used only by gateways */
576 __be32 xid; /* Transaction ID */
577 __be16 secs; /* Seconds since we started */
578 __be16 flags; /* Just what it says */
[all …]