Home
last modified time | relevance | path

Searched refs:pv_cost (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dbridgestp.c267 bpdu.cbu_rootpathcost = htonl(bp->bp_desg_pv.pv_cost); in bstp_transmit_bpdu()
361 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost); in bstp_decode_bpdu()
866 if (cpv->pv_cost < pv->pv_cost) { in bstp_info_cmp()
869 if (cpv->pv_cost > pv->pv_cost) { in bstp_info_cmp()
929 pv.pv_cost += bp->bp_path_cost; in bstp_assign_roles()
953 bp->bp_desg_pv.pv_cost = bs->bs_root_pv.pv_cost; in bstp_assign_roles()
2260 bs->bs_bridge_pv.pv_cost = 0; in bstp_reinit()
H A Dbridgestp.h292 uint32_t pv_cost; member
H A Dif_bridge.c3371 req->ifbop_root_path_cost = bs->bs_root_pv.pv_cost; \
3443 bpreq.ifbp_design_cost = bp->bp_desg_pv.pv_cost; \