Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Dbridgestp.h110 #define BSTP_PORT_AUTOEDGE 0x0010 macro
Dbridgestp.c1650 bp->bp_flags |= BSTP_PORT_AUTOEDGE; in bstp_set_autoedge()
1655 bp->bp_flags &= ~BSTP_PORT_AUTOEDGE; in bstp_set_autoedge()
1980 if ((bp->bp_flags & BSTP_PORT_AUTOEDGE) && in bstp_edge_delay_expiry()
2211 bp->bp_flags = BSTP_PORT_AUTOEDGE|BSTP_PORT_AUTOPTP; in bstp_create()
Dif_bridge.c1206 if (bp->bp_flags & BSTP_PORT_AUTOEDGE) in bridge_ioctl_gifflags()