Home
last modified time | relevance | path

Searched refs:BSTP_PROTO_STP (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dbridgestp.c352 case BSTP_PROTO_STP: in bstp_transmit_bpdu()
438 case BSTP_PROTO_STP: in bstp_decode_bpdu()
504 bpdu->cbu_protover = BSTP_PROTO_STP; in bstp_send_bpdu()
574 case BSTP_PROTO_STP: in bstp_pdu_flags()
637 case BSTP_PROTO_STP: in bstp_input()
1419 case BSTP_PROTO_STP: in bstp_set_port_proto()
1530 case BSTP_PROTO_STP: in bstp_set_timer_tc()
1610 case BSTP_PROTO_STP: in bstp_notify_rtage()
2067 if (bs->bs_protover != BSTP_PROTO_STP) in bstp_getstate()
2202 if (bs->bs_protover != BSTP_PROTO_STP) { in bstp_ioctl()
[all …]
H A Dif_bridge.h171 #define BSTP_PROTO_STP 0x00 macro