Searched defs:bstp_port (Results 1 – 1 of 1) sorted by relevance
325 struct bstp_port { struct327 unsigned int bp_ifindex; /* parent interface index */328 struct bstp_state *bp_bs;329 struct task bp_ltask; /* if linkstate hook */330 u_int8_t bp_active;331 u_int8_t bp_protover;332 u_int32_t bp_flags;333 u_int32_t bp_path_cost;334 u_int16_t bp_port_msg_age;335 u_int16_t bp_port_max_age;[all …]