Searched refs:BSTP_PROTO_RSTP (Results 1 – 2 of 2) sorted by relevance
173 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()220 case BSTP_PROTO_RSTP: in bstp_transmit_bpdu()309 case BSTP_PROTO_RSTP: in bstp_decode_bpdu()379 bpdu->cbu_protover = BSTP_PROTO_RSTP; in bstp_send_bpdu()447 case BSTP_PROTO_RSTP: in bstp_pdu_flags()521 case BSTP_PROTO_RSTP: in bstp_input()1008 bp->bp_protover == BSTP_PROTO_RSTP))) { in bstp_update_roles()1083 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()1241 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()1350 case BSTP_PROTO_RSTP: in bstp_set_port_proto()[all …]
171 #define BSTP_PROTO_RSTP 0x02 macro172 #define BSTP_PROTO_MAX BSTP_PROTO_RSTP