Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dstatmch.c45 this->changeState = False; in STP_state_mach_create()
72 this->changeState = True; in STP_check_condition()
84 if (! this->changeState) break; in STP_change_state()
86 this->changeState = False; in STP_change_state()
120 this->changeState = True; in STP_hop_2_state()
H A Dstatmch.h41 Bool changeState; member