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