Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dbridgestp.h290 struct bstp_pri_vector { struct
299 struct bstp_pri_vector cu_pv; argument
343 struct bstp_pri_vector bp_desg_pv;
344 struct bstp_pri_vector bp_port_pv;
387 struct bstp_pri_vector bs_bridge_pv;
388 struct bstp_pri_vector bs_root_pv;
H A Dbridgestp.c175 static int bstp_info_cmp(struct bstp_pri_vector *,
176 struct bstp_pri_vector *);
177 static int bstp_info_superior(struct bstp_pri_vector *,
178 struct bstp_pri_vector *);
856 bstp_info_cmp(struct bstp_pri_vector *pv, in bstp_info_cmp()
857 struct bstp_pri_vector *cpv) in bstp_info_cmp()
897 bstp_info_superior(struct bstp_pri_vector *pv, in bstp_info_superior()
898 struct bstp_pri_vector *cpv) in bstp_info_superior()
912 struct bstp_pri_vector pv; in bstp_assign_roles()