Home
last modified time | relevance | path

Searched refs:bp_proposing (Results 1 – 2 of 2) sorted by relevance

/src/sys/net/
H A Dbridgestp.c403 if (bp->bp_proposing && bp->bp_state != BSTP_IFSTATE_FORWARDING) in bstp_pdu_flags()
622 bp->bp_proposing = 0; in bstp_received_bpdu()
666 bp->bp_proposing = 0; in bstp_received_bpdu()
677 bp->bp_proposing = 0; in bstp_received_bpdu()
1046 !bp->bp_agreed && !bp->bp_proposing && in bstp_update_roles()
1048 bp->bp_proposing = 1; in bstp_update_roles()
1158 bp->bp_proposing = 0; in bstp_update_info()
1295 bp->bp_proposing = 0; in bstp_set_port_role()
1318 bp->bp_proposing = 0; in bstp_set_port_role()
2008 bp->bp_protover == BSTP_PROTO_RSTP && bp->bp_proposing && in bstp_edge_delay_expiry()
H A Dbridgestp.h317 uint8_t bp_proposing; member