bp_flags 38 lib/libsa/bootp.h u_short bp_flags; /* RFC1532 broadcast, etc. */ bp_flags 335 net/bridgestp.c bp->bp_flags &= ~BSTP_PORT_NEWINFO; bp_flags 633 net/bridgestp.c if (bp->bp_flags & BSTP_PORT_CANMIGRATE) bp_flags 1068 net/bridgestp.c bp->bp_flags |= BSTP_PORT_NEWINFO; bp_flags 1100 net/bridgestp.c bp->bp_flags |= BSTP_PORT_NEWINFO; bp_flags 1154 net/bridgestp.c bp->bp_flags |= BSTP_PORT_NEWINFO; bp_flags 1184 net/bridgestp.c (bp->bp_flags & BSTP_PORT_DISPUTED)) && !bp->bp_operedge && bp_flags 1187 net/bridgestp.c bp->bp_flags &= ~BSTP_PORT_DISPUTED; bp_flags 1197 net/bridgestp.c if (bp->bp_flags & BSTP_PORT_NEWINFO) bp_flags 1283 net/bridgestp.c bp->bp_flags |= BSTP_PORT_NEWINFO; bp_flags 1455 net/bridgestp.c bp->bp_flags &= ~BSTP_PORT_CANMIGRATE; bp_flags 1493 net/bridgestp.c bp->bp_flags |= BSTP_PORT_NEWINFO; bp_flags 1546 net/bridgestp.c bp->bp_flags |= BSTP_PORT_NEWINFO; bp_flags 1594 net/bridgestp.c if (bp->bp_flags & BSTP_PORT_ADMCOST) bp_flags 1685 net/bridgestp.c if (bp->bp_flags & BSTP_PORT_AUTOPTP) { bp_flags 1805 net/bridgestp.c if ((bp->bp_flags & BSTP_PORT_NEWINFO) || bp_flags 1810 net/bridgestp.c bp->bp_flags |= BSTP_PORT_NEWINFO; bp_flags 1828 net/bridgestp.c bp->bp_flags |= BSTP_PORT_CANMIGRATE; bp_flags 1834 net/bridgestp.c if ((bp->bp_flags & BSTP_PORT_AUTOEDGE) && bp_flags 2020 net/bridgestp.c bp->bp_flags = BSTP_PORT_AUTOEDGE | BSTP_PORT_AUTOPTP; bp_flags 2030 net/bridgestp.c bp->bp_flags |= BSTP_PORT_NEWINFO; bp_flags 2097 net/bridgestp.c if ((bp->bp_flags & BSTP_PORT_AUTOEDGE) == 0) { bp_flags 2098 net/bridgestp.c bp->bp_flags |= BSTP_PORT_AUTOEDGE; bp_flags 2105 net/bridgestp.c bp->bp_flags &= ~BSTP_PORT_AUTOEDGE; bp_flags 2116 net/bridgestp.c if ((bp->bp_flags & BSTP_PORT_AUTOPTP) == 0) { bp_flags 2117 net/bridgestp.c bp->bp_flags |= BSTP_PORT_AUTOPTP; bp_flags 2122 net/bridgestp.c bp->bp_flags &= ~BSTP_PORT_AUTOPTP; bp_flags 2272 net/bridgestp.c bp->bp_flags &= ~BSTP_PORT_ADMCOST; bp_flags 2276 net/bridgestp.c bp->bp_flags |= BSTP_PORT_ADMCOST; bp_flags 494 net/if_bridge.c req->ifbr_stpflags = bp->bp_flags; bp_flags 505 net/if_bridge.c if (bp->bp_flags & BSTP_PORT_AUTOEDGE) bp_flags 509 net/if_bridge.c if (bp->bp_flags & BSTP_PORT_AUTOPTP) bp_flags 827 net/if_bridge.c breq->ifbr_stpflags = bp->bp_flags; bp_flags 838 net/if_bridge.c if (bp->bp_flags & BSTP_PORT_AUTOEDGE) bp_flags 842 net/if_bridge.c if (bp->bp_flags & BSTP_PORT_AUTOPTP) bp_flags 307 net/if_bridge.h u_int32_t bp_flags;