Searched defs:bootp_t (Results 1 – 1 of 1) sorted by relevance
128 struct bootp_t { struct129 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;[all …]