Searched refs:STP_hop_2_state (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/lib/librstp/common/ |
H A D | migrate.c | 77 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 D | edge.c | 81 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 D | roletrns.c | 272 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 D | p2p.c | 79 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 D | pcost.c | 113 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 D | topoch.c | 187 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 D | sttrans.c | 118 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 D | portinfo.c | 444 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); 465 return STP_hop_2_state (this, UPDATE); 469 return STP_hop_2_state (this, CURRENT); 474 return STP_hop_2_state (this, UPDATE); 481 return STP_hop_2_state (this, AGED); 484 return STP_hop_2_state (thi [all...] |
H A D | transmit.c | 337 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 D | statmch.h | 86 STP_hop_2_state (STATE_MACH_T* this, unsigned int new_state);
|
H A D | rolesel.c | 351 (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 D | statmch.c | 94 STP_hop_2_state (STATE_MACH_T* this, unsigned int new_state) function
|
Completed in 28 milliseconds