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()371 bpdu->cbu_protover = BSTP_PROTO_STP; in bstp_send_bpdu()444 case BSTP_PROTO_STP: in bstp_pdu_flags()517 case BSTP_PROTO_STP: in bstp_input()1340 case BSTP_PROTO_STP: in bstp_set_port_proto()1455 case BSTP_PROTO_STP: in bstp_set_timer_tc()1498 if (bs->bs_protover != BSTP_PROTO_STP) in bstp_set_htime()1567 case BSTP_PROTO_STP: in bstp_set_protocol()1635 if (bp->bp_protover == BSTP_PROTO_STP && path_cost > 65535) in bstp_set_path_cost()[all …]
170 #define BSTP_PROTO_STP 0x00 macro