Lines Matching refs:role
215 unsigned char role; in txRstp() local
244 role = RSTP_PORT_ROLE_UNKN; in txRstp()
247 role = RSTP_PORT_ROLE_ALTBACK; in txRstp()
250 role = RSTP_PORT_ROLE_ALTBACK; in txRstp()
253 role = RSTP_PORT_ROLE_ROOT; in txRstp()
256 role = RSTP_PORT_ROLE_DESGN; in txRstp()
260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS); in txRstp()
304 ((port->role == DesignatedPort) || in STP_transmit_enter_state()
305 ((port->role == RootPort) && port->tcWhile)); in STP_transmit_enter_state()
346 (port->role == DesignatedPort) && in STP_transmit_check_conditions()
351 (port->role == RootPort) && in STP_transmit_check_conditions()
356 ((port->role == RootPort) || in STP_transmit_check_conditions()
357 (port->role == DesignatedPort))) in STP_transmit_check_conditions()