Lines Matching defs:bootp_t
128 struct bootp_t { struct
129 uint8_t bp_op;
130 uint8_t bp_htype;
131 uint8_t bp_hlen;
132 uint8_t bp_hops;
133 uint32_t bp_xid;
134 uint16_t bp_secs;
135 uint16_t unused;
136 in_addr bp_ciaddr;
137 in_addr bp_yiaddr;
138 in_addr bp_siaddr;
139 in_addr bp_giaddr;
140 uint8_t bp_hwaddr[16];
141 uint8_t bp_sname[64];
142 char bp_file[128];
143 uint8_t bp_vend[BOOTP_VENDOR_LEN];