Searched refs:ifbr_path_cost (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dif_bridgevar.h126 uint32_t ifbr_path_cost; /* member if STP cost */ member in struct:ifbreq
H A Dif_bridge.c1195 req->ifbr_path_cost = bp->bp_path_cost;
1546 return (bstp_set_path_cost(&bif->bif_stp, req->ifbr_path_cost));
/freebsd-10.2-release/sbin/ifconfig/
H A Difbridge.c185 printf(" path cost %u", req->ifbr_path_cost);
649 req.ifbr_path_cost = val;
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c659 bp->admin_path_cost = k_info->ifbr_path_cost;
663 bp->path_cost = k_info->ifbr_path_cost;
828 b_req.ifbr_path_cost = path_cost;

Completed in 267 milliseconds