Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_bridgevar.h126 uint32_t ifbr_path_cost; /* member if STP cost */ member
HDif_bridge.c1244 req->ifbr_path_cost = bp->bp_path_cost; in bridge_ioctl_gifflags()
1595 return (bstp_set_path_cost(&bif->bif_stp, req->ifbr_path_cost)); in bridge_ioctl_sifcost()
/NextBSD/sbin/ifconfig/
HDifbridge.c185 printf(" path cost %u", req->ifbr_path_cost); in bridge_interfaces()
649 req.ifbr_path_cost = val; in setbridge_ifpathcost()
/NextBSD/usr.sbin/bsnmpd/modules/snmp_bridge/
HDbridge_sys.c659 bp->admin_path_cost = k_info->ifbr_path_cost; in bridge_port_getinfo_conf()
663 bp->path_cost = k_info->ifbr_path_cost; in bridge_port_getinfo_conf()
828 b_req.ifbr_path_cost = path_cost; in bridge_port_set_path_cost()