Lines Matching defs:bootp
26 struct bootp { struct
27 unsigned char bp_op; /* packet opcode type */
28 unsigned char bp_htype; /* hardware addr type */
29 unsigned char bp_hlen; /* hardware addr length */
30 unsigned char bp_hops; /* gateway hops */
31 unsigned int bp_xid; /* transaction ID */
32 unsigned short bp_secs; /* seconds since boot began */
33 unsigned short bp_flags;
34 struct in_addr bp_ciaddr; /* client IP address */
35 struct in_addr bp_yiaddr; /* 'your' IP address */
36 struct in_addr bp_siaddr; /* server IP address */
37 struct in_addr bp_giaddr; /* gateway IP address */
38 unsigned char bp_chaddr[16]; /* client hardware address */
39 unsigned char bp_sname[64]; /* server host name */
40 char bp_file[128]; /* boot file name */
46 unsigned char bp_vend[BOOTP_VENDSIZE]; /* vendor-specific area */