Home
last modified time | relevance | path

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

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