Lines Matching defs:this
42 STP_migrate_enter_state (STATE_MACH_T* this)
44 register PORT_T* port = this->owner.port;
46 switch (this->State) {
72 STP_migrate_check_conditions (STATE_MACH_T* this)
74 register PORT_T* port = this->owner.port;
76 if ((!port->portEnabled && !port->initPm) || BEGIN == this->State)
77 return STP_hop_2_state (this, INIT);
79 switch (this->State) {
82 return STP_hop_2_state (this, (port->owner->ForceVersion >= 2) ?
87 return STP_hop_2_state (this, SENDING_RSTP);
90 return STP_hop_2_state (this, SEND_RSTP);
93 return STP_hop_2_state (this, SENDING_RSTP);
97 return STP_hop_2_state (this, SEND_STP);
101 return STP_hop_2_state (this, SEND_STP);
106 return STP_hop_2_state (this, SENDING_STP);
109 return STP_hop_2_state (this, SEND_RSTP);
112 return STP_hop_2_state (this, SENDING_STP);
114 return STP_hop_2_state (this, SEND_RSTP);