Searched defs:bstp_port (Results 1 – 1 of 1) sorted by relevance
276 struct bstp_port { struct278 struct ifnet *bp_ifp; /* parent if */279 struct bstp_state *bp_bs;280 uint8_t bp_active;281 uint8_t bp_protover;282 uint32_t bp_flags;283 uint32_t bp_path_cost;284 uint16_t bp_port_msg_age;285 uint16_t bp_port_max_age;286 uint16_t bp_port_fdelay;[all …]