Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbridgestp.h139 #define BSTP_PORT_ADMCOST 0x0008 macro
H A Dbridgestp.c1783 bp->bp_flags &= ~BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1787 bp->bp_flags |= BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1867 if (bp->bp_flags & BSTP_PORT_ADMCOST) { in bstp_calc_path_cost()
H A Dif_bridge.c3001 if (bp->bp_flags & BSTP_PORT_ADMCOST) { in bridge_ioctl_gifflags()