Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbridgestp.c311 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
355 case BSTP_PROTO_RSTP: in bstp_transmit_bpdu()
443 case BSTP_PROTO_RSTP: in bstp_decode_bpdu()
511 bpdu->cbu_protover = BSTP_PROTO_RSTP; in bstp_send_bpdu()
577 case BSTP_PROTO_RSTP: in bstp_pdu_flags()
640 case BSTP_PROTO_RSTP: in bstp_input()
1328 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1426 case BSTP_PROTO_RSTP: in bstp_set_port_proto()
1525 case BSTP_PROTO_RSTP: in bstp_set_timer_tc()
1614 case BSTP_PROTO_RSTP: in bstp_notify_rtage()
[all …]
H A Dif_bridge.h172 #define BSTP_PROTO_RSTP 0x02 macro
173 #define BSTP_PROTO_MAX BSTP_PROTO_RSTP