Home
last modified time | relevance | path

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

/trueos/sys/net/
HDbridgestp.c174 case BSTP_ROLE_DESIGNATED: in bstp_transmit()
302 cu->cu_role = BSTP_ROLE_DESIGNATED; in bstp_decode_bpdu()
331 cu->cu_role = BSTP_ROLE_DESIGNATED; in bstp_decode_bpdu()
431 case BSTP_ROLE_DESIGNATED: in bstp_pdu_flags()
680 case BSTP_ROLE_DESIGNATED: in bstp_pdu_rcvtype()
838 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
843 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
869 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
1003 case BSTP_ROLE_DESIGNATED: in bstp_update_roles()
1077 if ((bp->bp_role != BSTP_ROLE_DESIGNATED && in bstp_update_tc()
[all …]
HDbridgestp.h99 #define BSTP_ROLE_DESIGNATED 2 macro