Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c178 case BSTP_ROLE_DESIGNATED: in bstp_transmit()
306 cu->cu_role = BSTP_ROLE_DESIGNATED; in bstp_decode_bpdu()
335 cu->cu_role = BSTP_ROLE_DESIGNATED; in bstp_decode_bpdu()
435 case BSTP_ROLE_DESIGNATED: in bstp_pdu_flags()
684 case BSTP_ROLE_DESIGNATED: in bstp_pdu_rcvtype()
1006 case BSTP_ROLE_DESIGNATED: in bstp_update_roles()
1080 if ((bp->bp_role != BSTP_ROLE_DESIGNATED && in bstp_update_tc()
1300 case BSTP_ROLE_DESIGNATED: in bstp_set_port_role()
1393 if (bp->bp_role == BSTP_ROLE_DESIGNATED) in bstp_set_port_tc()
1955 bp->bp_role == BSTP_ROLE_DESIGNATED || in bstp_hello_timer_expiry()
[all …]
H A Dbridgestp.h101 #define BSTP_ROLE_DESIGNATED 2 macro