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

/openbsd-current/sys/net/
H A Dbridgestp.c84 #define BSTP_PORT_AUTOEDGE 0x0010 macro
1829 if ((bp->bp_flags & BSTP_PORT_AUTOEDGE) &&
2023 bp->bp_flags = BSTP_PORT_AUTOEDGE | BSTP_PORT_AUTOPTP;
2098 if ((bp->bp_flags & BSTP_PORT_AUTOEDGE) == 0) {
2099 bp->bp_flags |= BSTP_PORT_AUTOEDGE;
2106 bp->bp_flags &= ~BSTP_PORT_AUTOEDGE;
H A Dif_bridge.h249 #define BSTP_PORT_AUTOEDGE 0x0010 macro
H A Dif_bridge.c648 if (bp->bp_flags & BSTP_PORT_AUTOEDGE)

Completed in 74 milliseconds