Searched refs:BSTP_PROTO_STP (Results 1 – 2 of 2) sorted by relevance
217 case BSTP_PROTO_STP: in bstp_transmit_bpdu()304 case BSTP_PROTO_STP: in bstp_decode_bpdu()372 bpdu->cbu_protover = BSTP_PROTO_STP; in bstp_send_bpdu()445 case BSTP_PROTO_STP: in bstp_pdu_flags()518 case BSTP_PROTO_STP: in bstp_input()1341 case BSTP_PROTO_STP: in bstp_set_port_proto()1456 case BSTP_PROTO_STP: in bstp_set_timer_tc()1499 if (bs->bs_protover != BSTP_PROTO_STP) in bstp_set_htime()1568 case BSTP_PROTO_STP: in bstp_set_protocol()1636 if (bp->bp_protover == BSTP_PROTO_STP && path_cost > 65535) in bstp_set_path_cost()[all …]
170 #define BSTP_PROTO_STP 0x00 macro