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