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