Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.h111 #define BSTP_PORT_ADMCOST 0x0008 macro
H A Dbridgestp.c1621 bp->bp_flags &= ~BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1625 bp->bp_flags |= BSTP_PORT_ADMCOST; in bstp_set_path_cost()
1700 if (bp->bp_flags & BSTP_PORT_ADMCOST) in bstp_calc_path_cost()
H A Dif_bridge.c1321 if (bp->bp_flags & BSTP_PORT_ADMCOST) in bridge_ioctl_gifflags()