Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.h250 struct bstp_pri_vector { struct
259 struct bstp_pri_vector cu_pv; argument
303 struct bstp_pri_vector bp_desg_pv;
304 struct bstp_pri_vector bp_port_pv;
340 struct bstp_pri_vector bs_bridge_pv;
341 struct bstp_pri_vector bs_root_pv;
H A Dbridgestp.c112 static int bstp_info_cmp(struct bstp_pri_vector *,
113 struct bstp_pri_vector *);
114 static int bstp_info_superior(struct bstp_pri_vector *,
115 struct bstp_pri_vector *);
737 bstp_info_cmp(struct bstp_pri_vector *pv, in bstp_info_cmp()
738 struct bstp_pri_vector *cpv) in bstp_info_cmp()
770 bstp_info_superior(struct bstp_pri_vector *pv, in bstp_info_superior()
771 struct bstp_pri_vector *cpv) in bstp_info_superior()
784 struct bstp_pri_vector pv; in bstp_assign_roles()