Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbridgestp.c238 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
285 case BSTP_PROTO_RSTP: in bstp_transmit_bpdu()
379 case BSTP_PROTO_RSTP: in bstp_decode_bpdu()
450 bpdu->cbu_protover = BSTP_PROTO_RSTP; in bstp_send_bpdu()
538 case BSTP_PROTO_RSTP: in bstp_pdu_flags()
619 case BSTP_PROTO_RSTP: in bstp_input()
1119 bp->bp_protover == BSTP_PROTO_RSTP))) { in bstp_update_roles()
1198 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()
1367 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1478 case BSTP_PROTO_RSTP: in bstp_set_port_proto()
[all …]
H A Dbridgestp.h201 #define BSTP_PROTO_RSTP 0x02 macro
202 #define BSTP_PROTO_MAX BSTP_PROTO_RSTP