Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.c179 case BSTP_ROLE_DESIGNATED: in bstp_transmit()
307 cu->cu_role = BSTP_ROLE_DESIGNATED; in bstp_decode_bpdu()
336 cu->cu_role = BSTP_ROLE_DESIGNATED; in bstp_decode_bpdu()
437 case BSTP_ROLE_DESIGNATED: in bstp_pdu_flags()
703 case BSTP_ROLE_DESIGNATED: in bstp_pdu_rcvtype()
860 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
865 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
891 bstp_set_port_role(bp, BSTP_ROLE_DESIGNATED); in bstp_assign_roles()
1027 case BSTP_ROLE_DESIGNATED: in bstp_update_roles()
1101 if ((bp->bp_role != BSTP_ROLE_DESIGNATED && in bstp_update_tc()
[all …]
H A Dbridgestp.h99 #define BSTP_ROLE_DESIGNATED 2 macro