Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c173 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
220 case BSTP_PROTO_RSTP: in bstp_transmit_bpdu()
309 case BSTP_PROTO_RSTP: in bstp_decode_bpdu()
378 bpdu->cbu_protover = BSTP_PROTO_RSTP; in bstp_send_bpdu()
446 case BSTP_PROTO_RSTP: in bstp_pdu_flags()
520 case BSTP_PROTO_RSTP: in bstp_input()
1330 case BSTP_PROTO_RSTP: in bstp_set_port_proto()
1429 case BSTP_PROTO_RSTP: in bstp_set_timer_tc()
1548 case BSTP_PROTO_RSTP: in bstp_set_protocol()
1757 case BSTP_PROTO_RSTP: in bstp_notify_rtage()
[all …]
H A Dbridgestp.h173 #define BSTP_PROTO_RSTP 0x02 macro
174 #define BSTP_PROTO_MAX BSTP_PROTO_RSTP