Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbridgestp.c248 case BSTP_ROLE_ROOT: in bstp_transmit()
399 cu->cu_role = BSTP_ROLE_ROOT; in bstp_decode_bpdu()
516 case BSTP_ROLE_ROOT: in bstp_pdu_flags()
821 case BSTP_ROLE_ROOT: in bstp_pdu_rcvtype()
995 bstp_set_port_role(bp, BSTP_ROLE_ROOT); in bstp_assign_roles()
1042 bp2->bp_role == BSTP_ROLE_ROOT)) { in bstp_update_state()
1094 case BSTP_ROLE_ROOT: in bstp_update_roles()
1217 bp->bp_role != BSTP_ROLE_ROOT) || bp->bp_operedge) { in bstp_update_tc()
1250 bp->bp_role != BSTP_ROLE_ROOT && in bstp_update_tc()
1256 bp->bp_role == BSTP_ROLE_ROOT) && in bstp_update_tc()
[all …]
H A Dbridgestp.h128 #define BSTP_ROLE_ROOT 1 macro