Searched refs:STP_hop_2_state (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dmigrate.c77 return STP_hop_2_state (this, INIT);
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 (thi
[all...]
H A Dedge.c81 return STP_hop_2_state (s, DISABLED);
86 return STP_hop_2_state (s, DISABLED);
89 return STP_hop_2_state (s, DETECTED);
93 return STP_hop_2_state (s, DELAYED);
100 return STP_hop_2_state (s, RESOLVED);
108 return STP_hop_2_state (s, RESOLVED);
H A Droletrns.c272 return STP_hop_2_state (this, INIT_PORT);
288 return STP_hop_2_state (this, BLOCK_PORT);
290 return STP_hop_2_state (this, ROOT_PORT);
292 return STP_hop_2_state (this, DESIGNATED_PORT);
301 return STP_hop_2_state (this, BLOCK_PORT);
305 return STP_hop_2_state (this, BLOCKED_PORT);
314 return STP_hop_2_state (this, BLOCKED_PORT);
318 return STP_hop_2_state (this, BACKUP_PORT);
322 return STP_hop_2_state (this, BLOCKED_PORT);
326 return STP_hop_2_state (thi
[all...]
H A Dp2p.c79 return STP_hop_2_state (s, STABLE);
81 return STP_hop_2_state (s, STABLE);
84 return STP_hop_2_state (s, RECOMPUTE);
H A Dpcost.c113 return STP_hop_2_state (this, AUTO);
115 return STP_hop_2_state (this, STABLE);
117 return STP_hop_2_state (this, STABLE);
121 return STP_hop_2_state (this, AUTO);
126 return STP_hop_2_state (this, FORSE);
H A Dtopoch.c187 return STP_hop_2_state (this, INIT);
192 return STP_hop_2_state (this, INACTIVE);
195 return STP_hop_2_state (this, TCACTIVE);
198 return STP_hop_2_state (this, INACTIVE);
202 return STP_hop_2_state (this, INIT);
204 return STP_hop_2_state (this, DETECTED);
206 return STP_hop_2_state (this, NOTIFIED_TCN);
208 return STP_hop_2_state (this, NOTIFIED_TC);
210 return STP_hop_2_state (this, PROPAGATING);
212 return STP_hop_2_state (thi
[all...]
H A Dsttrans.c118 return STP_hop_2_state (this, DISCARDING);
121 return STP_hop_2_state (this, LEARNING);
126 return STP_hop_2_state (this, FORWARDING);
129 return STP_hop_2_state (this, DISCARDING);
134 return STP_hop_2_state (this, DISCARDING);
H A Dportinfo.c444 return STP_hop_2_state (this, DISABLED);
450 return STP_hop_2_state (this, DISABLED);
453 return STP_hop_2_state (this, ENABLED);
456 return STP_hop_2_state (this, DISABLED);
460 return STP_hop_2_state (this, AGED);
463 return STP_hop_2_state (this, UPDATE);
467 return STP_hop_2_state (this, CURRENT);
470 return STP_hop_2_state (this, UPDATE);
477 return STP_hop_2_state (this, AGED);
480 return STP_hop_2_state (thi
[all...]
H A Dtransmit.c337 return STP_hop_2_state (this, TRANSMIT_INIT);
339 return STP_hop_2_state (this, IDLE);
341 return STP_hop_2_state (this, IDLE);
343 if (!port->helloWhen) return STP_hop_2_state (this, TRANSMIT_PERIODIC);
348 return STP_hop_2_state (this, TRANSMIT_CONFIG);
353 return STP_hop_2_state (this, TRANSMIT_TCN);
358 return STP_hop_2_state (this, TRANSMIT_RSTP);
361 return STP_hop_2_state (this, IDLE);
363 return STP_hop_2_state (this, IDLE);
365 return STP_hop_2_state (thi
[all...]
H A Dstatmch.h86 STP_hop_2_state (STATE_MACH_T* this, unsigned int new_state);
H A Drolesel.c351 (void) STP_hop_2_state (s, INIT_BRIDGE);
357 return STP_hop_2_state (s, INIT_BRIDGE);
359 return STP_hop_2_state (s, ROLE_SELECTION);
365 return STP_hop_2_state (s, ROLE_SELECTION);
H A Dstatmch.c94 STP_hop_2_state (STATE_MACH_T* this, unsigned int new_state) function

Completed in 137 milliseconds