Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.h109 #define BSTP_PORT_ADMCOST 0x0008 macro
H A Dbridgestp.c1641 bp->bp_flags &= ~BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1645 bp->bp_flags |= BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1720 if (bp->bp_flags & BSTP_PORT_ADMCOST) in bstp_calc_path_cost()
H A Dif_bridge.c1434 if (bp->bp_flags & BSTP_PORT_ADMCOST) in bridge_ioctl_gifflags()