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

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c248 bp->bp_flags &= ~BSTP_PORT_NEWINFO;
1022 bp->bp_flags |= BSTP_PORT_NEWINFO;
1054 bp->bp_flags |= BSTP_PORT_NEWINFO;
1108 bp->bp_flags |= BSTP_PORT_NEWINFO;
1153 if (bp->bp_flags & BSTP_PORT_NEWINFO)
1239 bp->bp_flags |= BSTP_PORT_NEWINFO;
1461 bp->bp_flags |= BSTP_PORT_NEWINFO;
1515 bp->bp_flags |= BSTP_PORT_NEWINFO;
2028 if ((bp->bp_flags & BSTP_PORT_NEWINFO) ||
2033 bp->bp_flags |= BSTP_PORT_NEWINFO;
[all...]
H A Dbridgestp.h137 #define BSTP_PORT_NEWINFO 0x0002 macro

Completed in 13 milliseconds