Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_bridgevar.h128 uint32_t ifbr_path_cost; /* member if STP cost */ member
H A Dif_bridge.c1301 req->ifbr_path_cost = bp->bp_path_cost; in bridge_ioctl_gifflags()
1657 return (bstp_set_path_cost(&bif->bif_stp, req->ifbr_path_cost)); in bridge_ioctl_sifcost()
/f-stack/tools/compat/include/net/
H A Dif_bridgevar.h128 uint32_t ifbr_path_cost; /* member if STP cost */ member
/f-stack/tools/ifconfig/
H A Difbridge.c173 printf(" path cost %u", req->ifbr_path_cost); in bridge_interfaces()
638 req.ifbr_path_cost = val; in setbridge_ifpathcost()