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