Searched refs:rootTimes (Results 1 – 8 of 8) sorted by relevance
122 port->rrWhile = stpm->rootTimes.ForwardDelay; in STP_roletrns_enter_state()123 port->fdWhile = stpm->rootTimes.ForwardDelay; in STP_roletrns_enter_state()136 port->fdWhile = stpm->rootTimes.ForwardDelay; in STP_roletrns_enter_state()142 port->rbWhile = 2 * stpm->rootTimes.HelloTime; in STP_roletrns_enter_state()172 port->rrWhile = stpm->rootTimes.ForwardDelay; in STP_roletrns_enter_state()186 port->fdWhile = stpm->rootTimes.ForwardDelay; in STP_roletrns_enter_state()236 port->fdWhile = stpm->rootTimes.ForwardDelay; in STP_roletrns_enter_state()244 port->fdWhile = stpm->rootTimes.ForwardDelay; in STP_roletrns_enter_state()310 if (port->fdWhile != stpm->rootTimes.ForwardDelay || in STP_roletrns_check_conditions()316 if (port->rbWhile != 2 * stpm->rootTimes.HelloTime && in STP_roletrns_check_conditions()[all …]
177 STP_copy_times (&stpm->rootTimes, &port->portTimes); in updtRootPrio()178 dm = (8 + stpm->rootTimes.MaxAge) / 16; in updtRootPrio()181 stpm->rootTimes.MessageAge += dm; in updtRootPrio()185 (int) dm, (int) stpm->rootTimes.MessageAge, in updtRootPrio()207 STP_copy_times (&stpm->rootTimes, &stpm->BrTimes); in updtRolesBridge()220 STP_copy_times (&port->designTimes, &stpm->rootTimes); in updtRolesBridge()
104 return 2 * port->owner->rootTimes.HelloTime; in newTcWhile()106 return port->owner->rootTimes.MaxAge; in newTcWhile()
66 TIMEVALUES_T rootTimes; /* 17.17.7 */ member
443 entry->max_age = this->rootTimes.MaxAge; in STP_IN_stpm_get_state()444 entry->forward_delay = this->rootTimes.ForwardDelay; in STP_IN_stpm_get_state()445 entry->hello_time = this->rootTimes.HelloTime; in STP_IN_stpm_get_state()
143 STP_copy_times (&this->designTimes, &stpm->rootTimes); in STP_port_init()
82 STP_copy_times (&this->rootTimes, &this->BrTimes); in _stp_stpm_init_data()
306 port->helloWhen = port->owner->rootTimes.HelloTime; in STP_transmit_enter_state()