Searched refs:BrTimes (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstpmgmt.c48 this->BrTimes.MaxAge = init_cfg.max_age;
49 this->BrTimes.HelloTime = init_cfg.hello_time;
50 this->BrTimes.ForwardDelay = init_cfg.forward_delay;
H A Dstpm.h63 TIMEVALUES_T BrTimes; /* 17.17.4 */ member in struct:stpm_t
H A Dstp_in.c267 if (this->BrTimes.MaxAge != DEF_BR_MAXAGE) {
270 uid_cfg->max_age = this->BrTimes.MaxAge;
272 if (this->BrTimes.HelloTime != DEF_BR_HELLOT) {
275 uid_cfg->hello_time = this->BrTimes.HelloTime;
277 if (this->BrTimes.ForwardDelay != DEF_BR_FWDELAY) {
280 uid_cfg->forward_delay = this->BrTimes.ForwardDelay;
779 this->BrTimes.MaxAge = old.max_age;
780 this->BrTimes.HelloTime = old.hello_time;
781 this->BrTimes.ForwardDelay = old.forward_delay;
H A Dstpm.c80 this->BrTimes.MessageAge = 0;
82 STP_copy_times (&this->rootTimes, &this->BrTimes);
H A Drolesel.c207 STP_copy_times (&stpm->rootTimes, &stpm->BrTimes);

Completed in 186 milliseconds