Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbridgestp.c243 case BSTP_ROLE_DESIGNATED: in bstp_transmit()
376 cu->cu_role = BSTP_ROLE_DESIGNATED; in bstp_decode_bpdu()
405 cu->cu_role = BSTP_ROLE_DESIGNATED; in bstp_decode_bpdu()
527 case BSTP_ROLE_DESIGNATED: in bstp_pdu_flags()
798 case BSTP_ROLE_DESIGNATED: in bstp_pdu_rcvtype()
971 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
976 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
1003 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
1137 case BSTP_ROLE_DESIGNATED: in bstp_update_roles()
1216 if ((bp->bp_role != BSTP_ROLE_DESIGNATED && in bstp_update_tc()
[all …]
H A Dbridgestp.h129 #define BSTP_ROLE_DESIGNATED 2 macro