Searched refs:BSTP_PORT_NEWINFO (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dbridgestp.c185 bp->bp_flags &= ~BSTP_PORT_NEWINFO;
939 bp->bp_flags |= BSTP_PORT_NEWINFO;
971 bp->bp_flags |= BSTP_PORT_NEWINFO;
1025 bp->bp_flags |= BSTP_PORT_NEWINFO;
1068 if (bp->bp_flags & BSTP_PORT_NEWINFO)
1154 bp->bp_flags |= BSTP_PORT_NEWINFO;
1376 bp->bp_flags |= BSTP_PORT_NEWINFO;
1429 bp->bp_flags |= BSTP_PORT_NEWINFO;
1951 if ((bp->bp_flags & BSTP_PORT_NEWINFO) ||
1956 bp->bp_flags |= BSTP_PORT_NEWINFO;
[all...]
H A Dbridgestp.h107 #define BSTP_PORT_NEWINFO 0x0002 macro

Completed in 192 milliseconds