Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dbridgestp.c538 if (bp->bp_proposing && bp->bp_state != BSTP_IFSTATE_FORWARDING) in bstp_pdu_flags()
720 bp->bp_proposing = 0; in bstp_received_bpdu()
764 bp->bp_proposing = 0; in bstp_received_bpdu()
775 bp->bp_proposing = 0; in bstp_received_bpdu()
1144 !bp->bp_agreed && !bp->bp_proposing && in bstp_update_roles()
1146 bp->bp_proposing = 1; in bstp_update_roles()
1253 bp->bp_proposing = 0; in bstp_update_info()
1376 bp->bp_proposing = 0; in bstp_set_port_role()
1397 bp->bp_proposing = 0; in bstp_set_port_role()
1830 bp->bp_protover == BSTP_PROTO_RSTP && bp->bp_proposing && in bstp_edge_delay_expiry()
Dif_bridge.h367 u_int8_t bp_proposing; member