Searched refs:BSTP_PROTO_STP (Results 1 – 2 of 2) sorted by relevance
218 case BSTP_PROTO_STP: in bstp_transmit_bpdu()305 case BSTP_PROTO_STP: in bstp_decode_bpdu()373 bpdu->cbu_protover = BSTP_PROTO_STP; in bstp_send_bpdu()446 case BSTP_PROTO_STP: in bstp_pdu_flags()519 case BSTP_PROTO_STP: in bstp_input()1342 case BSTP_PROTO_STP: in bstp_set_port_proto()1457 case BSTP_PROTO_STP: in bstp_set_timer_tc()1500 if (bs->bs_protover != BSTP_PROTO_STP) in bstp_set_htime()1569 case BSTP_PROTO_STP: in bstp_set_protocol()1637 if (bp->bp_protover == BSTP_PROTO_STP && path_cost > 65535) in bstp_set_path_cost()[all …]
172 #define BSTP_PROTO_STP 0x00 macro