Home
last modified time | relevance | path

Searched refs:infoIs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Drolesel.c161 if (Disabled == port->infoIs) in updtRootPrio()
163 if (Aged == port->infoIs) in updtRootPrio()
165 if (Mine == port->infoIs) { in updtRootPrio()
253 switch (port->infoIs) { in updtRolesBridge()
289 stp_trace ("undef infoIs=%d", (int) port->infoIs); in updtRolesBridge()
393 if (Received != port->infoIs || this->rootPortId == port->port_id) { in STP_rolesel_update_stpm()
H A Dportinfo.c358 port->infoIs = Disabled; in STP_info_enter_state()
367 port->infoIs = Aged; in STP_info_enter_state()
377 port->infoIs = Mine; in STP_info_enter_state()
406 port->infoIs = Received; in STP_info_enter_state()
443 if ((! port->portEnabled && port->infoIs != Disabled) || BEGIN == this->State) { in STP_info_check_conditions()
473 if (Received == port->infoIs && in STP_info_check_conditions()
H A Duid_stp.h175 int infoIs;
H A Dport.h92 INFO_IS_T infoIs; /* 17.18.6 */ member