Searched refs:rootTimes (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Droletrns.c122 port->rrWhile = stpm->rootTimes.ForwardDelay;
123 port->fdWhile = stpm->rootTimes.ForwardDelay;
136 port->fdWhile = stpm->rootTimes.ForwardDelay;
142 port->rbWhile = 2 * stpm->rootTimes.HelloTime;
172 port->rrWhile = stpm->rootTimes.ForwardDelay;
186 port->fdWhile = stpm->rootTimes.ForwardDelay;
236 port->fdWhile = stpm->rootTimes.ForwardDelay;
244 port->fdWhile = stpm->rootTimes.ForwardDelay;
310 if (port->fdWhile != stpm->rootTimes.ForwardDelay ||
316 if (port->rbWhile != 2 * stpm->rootTimes
[all...]
H A Drolesel.c177 STP_copy_times (&stpm->rootTimes, &port->portTimes);
178 dm = (8 + stpm->rootTimes.MaxAge) / 16;
181 stpm->rootTimes.MessageAge += dm;
184 stp_trace ("updtRootPrio: dm=%d rootTimes.MessageAge=%d on port %s",
185 (int) dm, (int) stpm->rootTimes.MessageAge,
207 STP_copy_times (&stpm->rootTimes, &stpm->BrTimes);
220 STP_copy_times (&port->designTimes, &stpm->rootTimes);
H A Dstpm.h66 TIMEVALUES_T rootTimes; /* 17.17.7 */ member in struct:stpm_t
H A Dtopoch.c104 return 2 * port->owner->rootTimes.HelloTime;
106 return port->owner->rootTimes.MaxAge;
H A Dport.c143 STP_copy_times (&this->designTimes, &stpm->rootTimes);
H A Dstpm.c82 STP_copy_times (&this->rootTimes, &this->BrTimes);
H A Dtransmit.c306 port->helloWhen = port->owner->rootTimes.HelloTime;
H A Dstp_in.c443 entry->max_age = this->rootTimes.MaxAge;
444 entry->forward_delay = this->rootTimes.ForwardDelay;
445 entry->hello_time = this->rootTimes.HelloTime;

Completed in 261 milliseconds