Home
last modified time | relevance | path

Searched refs:bstp_pri_vector (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dif_bridge.h297 struct bstp_pri_vector { struct
306 struct bstp_pri_vector cu_pv; argument
351 struct bstp_pri_vector bp_desg_pv;
352 struct bstp_pri_vector bp_port_pv;
383 struct bstp_pri_vector bs_bridge_pv;
384 struct bstp_pri_vector bs_root_pv;
H A Dbridgestp.c242 int bstp_info_cmp(struct bstp_pri_vector *,
243 struct bstp_pri_vector *);
244 int bstp_info_superior(struct bstp_pri_vector *,
245 struct bstp_pri_vector *);
855 bstp_info_cmp(struct bstp_pri_vector *pv, in bstp_info_cmp()
856 struct bstp_pri_vector *cpv) in bstp_info_cmp()
888 bstp_info_superior(struct bstp_pri_vector *pv, in bstp_info_superior()
889 struct bstp_pri_vector *cpv) in bstp_info_superior()
914 struct bstp_pri_vector pv; in bstp_assign_roles()