Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Dbridgestp.c185 case BSTP_ROLE_ROOT: in bstp_transmit()
331 cu->cu_role = BSTP_ROLE_ROOT; in bstp_decode_bpdu()
427 case BSTP_ROLE_ROOT: in bstp_pdu_flags()
725 case BSTP_ROLE_ROOT: in bstp_pdu_rcvtype()
931 bp2->bp_role == BSTP_ROLE_ROOT)) { in bstp_update_state()
985 case BSTP_ROLE_ROOT: in bstp_update_roles()
1130 bp->bp_role != BSTP_ROLE_ROOT && in bstp_update_tc()
1135 bp->bp_role == BSTP_ROLE_ROOT) && in bstp_update_tc()
1288 case BSTP_ROLE_ROOT: in bstp_set_port_role()
1314 case BSTP_ROLE_ROOT: in bstp_set_port_role()
[all …]
H A Dbridgestp.h100 #define BSTP_ROLE_ROOT 1 macro