Lines Matching defs:bootp
51 struct bootp { struct
52 u_char bp_op; /* packet opcode type */
55 u_char bp_htype; /* hardware addr type */
56 u_char bp_hlen; /* hardware addr length */
57 u_char bp_hops; /* gateway hops */
58 u_int32_t bp_xid; /* transaction ID */
59 u_short bp_secs; /* seconds since boot began */
60 u_short bp_unused;
61 iaddr_t bp_ciaddr; /* client IP address */
62 iaddr_t bp_yiaddr; /* 'your' IP address */
63 iaddr_t bp_siaddr; /* server IP address */
64 iaddr_t bp_giaddr; /* gateway IP address */
65 u_char bp_chaddr[16]; /* client hardware address */
66 u_char bp_sname[64]; /* server host name */
67 u_char bp_file[128]; /* boot file name */
68 u_char bp_vend[64]; /* vendor-specific area */