Searched refs:BSTP_PROTO_STP (Results 1 – 2 of 2) sorted by relevance
216 case BSTP_PROTO_STP: in bstp_transmit_bpdu()303 case BSTP_PROTO_STP: in bstp_decode_bpdu()370 bpdu->cbu_protover = BSTP_PROTO_STP; in bstp_send_bpdu()443 case BSTP_PROTO_STP: in bstp_pdu_flags()516 case BSTP_PROTO_STP: in bstp_input()1320 case BSTP_PROTO_STP: in bstp_set_port_proto()1435 case BSTP_PROTO_STP: in bstp_set_timer_tc()1478 if (bs->bs_protover != BSTP_PROTO_STP) in bstp_set_htime()1547 case BSTP_PROTO_STP: in bstp_set_protocol()1615 if (bp->bp_protover == BSTP_PROTO_STP && path_cost > 65535) in bstp_set_path_cost()[all …]
172 #define BSTP_PROTO_STP 0x00 macro