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

/xnu-2422.115.4/bsd/net/
H A Dbridgestp.h292 uint32_t pv_cost; member in struct:bstp_pri_vector
H A Dbridgestp.c261 bpdu.cbu_rootpathcost = htonl(bp->bp_desg_pv.pv_cost);
353 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost);
824 if (cpv->pv_cost < pv->pv_cost)
826 if (cpv->pv_cost > pv->pv_cost)
879 pv.pv_cost += bp->bp_path_cost;
903 bp->bp_desg_pv.pv_cost = bs->bs_root_pv.pv_cost;
2157 bs->bs_bridge_pv.pv_cost
[all...]
H A Dif_bridge.c2974 req->ifbop_root_path_cost = bs->bs_root_pv.pv_cost; \
3048 bpreq.ifbp_design_cost = bp->bp_desg_pv.pv_cost; \

Completed in 35 milliseconds