Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Dbridgestp.h112 #define BSTP_PORT_ADMEDGE 0x0040 macro
Dbridgestp.c1636 bp->bp_flags &= ~BSTP_PORT_ADMEDGE; in bstp_set_edge()
1638 bp->bp_flags |= BSTP_PORT_ADMEDGE; in bstp_set_edge()
1833 if ((bp->bp_flags & BSTP_PORT_ADMEDGE) && in bstp_ifupdstatus()
Dif_bridge.c1212 if (bp->bp_flags & BSTP_PORT_ADMEDGE) in bridge_ioctl_gifflags()