Lines Matching defs:bootp_pkt
569 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 */
579 __be32 client_ip; /* Client's IP address if known */
580 __be32 your_ip; /* Assigned IP address */
581 __be32 server_ip; /* (Next, e.g. NFS) Server's IP address */
582 __be32 relay_ip; /* IP address of BOOTP relay */
583 u8 hw_addr[16]; /* Client's HW address */
584 u8 serv_name[64]; /* Server host name */
585 u8 boot_file[128]; /* Name of boot file */
586 u8 exten[312]; /* DHCP options / BOOTP vendor extensions */