bp_proposing      549 net/bridgestp.c 	if (bp->bp_proposing && bp->bp_state != BSTP_IFSTATE_FORWARDING)
bp_proposing      729 net/bridgestp.c 		bp->bp_proposing = 0;
bp_proposing      773 net/bridgestp.c 			bp->bp_proposing = 0;
bp_proposing      784 net/bridgestp.c 			bp->bp_proposing = 0;
bp_proposing     1151 net/bridgestp.c 		    !bp->bp_agreed && !bp->bp_proposing &&
bp_proposing     1153 net/bridgestp.c 			bp->bp_proposing = 1;
bp_proposing     1263 net/bridgestp.c 	bp->bp_proposing = 0;
bp_proposing     1391 net/bridgestp.c 	bp->bp_proposing = 0;
bp_proposing     1414 net/bridgestp.c 		bp->bp_proposing = 0;
bp_proposing     1835 net/bridgestp.c 	    bp->bp_protover == BSTP_PROTO_RSTP && bp->bp_proposing &&
bp_proposing      342 net/if_bridge.h 	u_int8_t		bp_proposing;