Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.h248 struct bstp_pri_vector { struct
257 struct bstp_pri_vector cu_pv; argument
301 struct bstp_pri_vector bp_desg_pv;
302 struct bstp_pri_vector bp_port_pv;
338 struct bstp_pri_vector bs_bridge_pv;
339 struct bstp_pri_vector bs_root_pv;
H A Dbridgestp.c111 static int bstp_info_cmp(struct bstp_pri_vector *,
112 struct bstp_pri_vector *);
113 static int bstp_info_superior(struct bstp_pri_vector *,
114 struct bstp_pri_vector *);
756 bstp_info_cmp(struct bstp_pri_vector *pv, in bstp_info_cmp()
757 struct bstp_pri_vector *cpv) in bstp_info_cmp()
789 bstp_info_superior(struct bstp_pri_vector *pv, in bstp_info_superior()
790 struct bstp_pri_vector *cpv) in bstp_info_superior()
803 struct bstp_pri_vector pv; in bstp_assign_roles()