Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.c174 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
221 case BSTP_PROTO_RSTP: in bstp_transmit_bpdu()
310 case BSTP_PROTO_RSTP: in bstp_decode_bpdu()
380 bpdu->cbu_protover = BSTP_PROTO_RSTP; in bstp_send_bpdu()
448 case BSTP_PROTO_RSTP: in bstp_pdu_flags()
522 case BSTP_PROTO_RSTP: in bstp_input()
1009 bp->bp_protover == BSTP_PROTO_RSTP))) { in bstp_update_roles()
1084 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()
1242 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1351 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