Home
last modified time | relevance | path

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

/freebsd/sys/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()
379 bpdu->cbu_protover = BSTP_PROTO_RSTP; in bstp_send_bpdu()
447 case BSTP_PROTO_RSTP: in bstp_pdu_flags()
521 case BSTP_PROTO_RSTP: in bstp_input()
1008 bp->bp_protover == BSTP_PROTO_RSTP))) { in bstp_update_roles()
1083 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()
1241 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1350 case BSTP_PROTO_RSTP: in bstp_set_port_proto()
[all …]
H A Dbridgestp.h171 #define BSTP_PROTO_RSTP 0x02 macro
172 #define BSTP_PROTO_MAX BSTP_PROTO_RSTP