Lines Matching defs:bootp
44 struct bootp { struct
45 unsigned char bp_op; /* packet opcode type */
46 unsigned char bp_htype; /* hardware addr type */
47 unsigned char bp_hlen; /* hardware addr length */
48 unsigned char bp_hops; /* gateway hops */
49 u_int32 bp_xid; /* transaction ID */
50 unsigned short bp_secs; /* seconds since boot began */
51 unsigned short bp_flags; /* RFC1532 broadcast, etc. */
52 struct in_addr bp_ciaddr; /* client IP address */
53 struct in_addr bp_yiaddr; /* 'your' IP address */
54 struct in_addr bp_siaddr; /* server IP address */
55 struct in_addr bp_giaddr; /* gateway IP address */
56 unsigned char bp_chaddr[BP_CHADDR_LEN]; /* client hardware address */
57 char bp_sname[BP_SNAME_LEN]; /* server host name */
58 char bp_file[BP_FILE_LEN]; /* boot file name */
59 unsigned char bp_vend[BP_VEND_LEN]; /* vendor-specific area */