Searched refs:BSTP_PROTO_STP (Results 1 – 2 of 2) sorted by relevance
281 case BSTP_PROTO_STP: in bstp_transmit_bpdu()373 case BSTP_PROTO_STP: in bstp_decode_bpdu()442 bpdu->cbu_protover = BSTP_PROTO_STP; in bstp_send_bpdu()535 case BSTP_PROTO_STP: in bstp_pdu_flags()615 case BSTP_PROTO_STP: in bstp_input()1467 case BSTP_PROTO_STP: in bstp_set_port_proto()1586 case BSTP_PROTO_STP: in bstp_set_timer_tc()1631 if (bs->bs_protover != BSTP_PROTO_STP) { in bstp_set_htime()1705 case BSTP_PROTO_STP: in bstp_set_protocol()1776 if (bp->bp_protover == BSTP_PROTO_STP && path_cost > 65535) { in bstp_set_path_cost()[all …]
200 #define BSTP_PROTO_STP 0x00 macro