Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dbridgestp.c489 if (bp->bp_proposing && bp->bp_state != BSTP_IFSTATE_FORWARDING) { in bstp_pdu_flags()
707 bp->bp_proposing = 0; in bstp_received_bpdu()
758 bp->bp_proposing = 0; in bstp_received_bpdu()
769 bp->bp_proposing = 0; in bstp_received_bpdu()
1156 !bp->bp_agreed && !bp->bp_proposing && in bstp_update_roles()
1158 bp->bp_proposing = 1; in bstp_update_roles()
1280 bp->bp_proposing = 0; in bstp_update_info()
1421 bp->bp_proposing = 0; in bstp_set_port_role()
1444 bp->bp_proposing = 0; in bstp_set_port_role()
2158 bp->bp_protover == BSTP_PROTO_RSTP && bp->bp_proposing && in bstp_edge_delay_expiry()
H A Dbridgestp.h359 uint8_t bp_proposing; member