Home
last modified time | relevance | path

Searched refs:sendRSTP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dmigrate.c55 port->sendRSTP = True; in STP_migrate_enter_state()
62 port->sendRSTP = False; in STP_migrate_enter_state()
H A Dtransmit.c344 if (!port->sendRSTP && port->newInfo && in STP_transmit_check_conditions()
349 if (!port->sendRSTP && port->newInfo && in STP_transmit_check_conditions()
354 if (port->sendRSTP && port->newInfo && in STP_transmit_check_conditions()
H A Dport.h120 Bool sendRSTP; /* 17.18.33 */ member
H A Dtopoch.c103 if (port->sendRSTP && port->operPointToPointMac) { in newTcWhile()
H A Dport.c158 this->sendRSTP = True; in STP_port_init()
H A Dstp_in.c399 entry->oper_stp_neigb = port->sendRSTP ? 0 : 1; in STP_IN_port_get_state()