Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c183 case BSTP_ROLE_ROOT: in bstp_transmit()
329 cu->cu_role = BSTP_ROLE_ROOT; in bstp_decode_bpdu()
424 case BSTP_ROLE_ROOT: in bstp_pdu_flags()
705 case BSTP_ROLE_ROOT: in bstp_pdu_rcvtype()
911 bp2->bp_role == BSTP_ROLE_ROOT)) { in bstp_update_state()
963 case BSTP_ROLE_ROOT: in bstp_update_roles()
1108 bp->bp_role != BSTP_ROLE_ROOT && in bstp_update_tc()
1113 bp->bp_role == BSTP_ROLE_ROOT) && in bstp_update_tc()
1266 case BSTP_ROLE_ROOT: in bstp_set_port_role()
1292 case BSTP_ROLE_ROOT: in bstp_set_port_role()
[all …]
H A Dbridgestp.h100 #define BSTP_ROLE_ROOT 1 macro