Home
last modified time | relevance | path

Searched refs:MaxAge (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dtimes.c33 if (t1->MaxAge < t2->MaxAge) return -2; in STP_compare_times()
34 if (t1->MaxAge > t2->MaxAge) return 2; in STP_compare_times()
51 v->MaxAge = ntohs (*((unsigned short*) b->max_age)) >> 8; in STP_get_times()
67 STP_SET_TIME(v->MaxAge, b->max_age); in STP_set_times()
76 t->MaxAge = f->MaxAge; in STP_copy_times()
H A Dportinfo.c223 eff_age = ( + port->portTimes.MaxAge) / 16; in updtRcvdInfoWhile()
227 if (eff_age <= port->portTimes.MaxAge) { in updtRcvdInfoWhile()
229 dm = port->portTimes.MaxAge - eff_age; in updtRcvdInfoWhile()
248 (int) port->portTimes.MaxAge, in updtRcvdInfoWhile()
H A Dtimes.h30 unsigned short MaxAge; member
H A Dstpmgmt.c48 this->BrTimes.MaxAge = init_cfg.max_age; 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()
443 entry->max_age = this->rootTimes.MaxAge; in STP_IN_stpm_get_state()
779 this->BrTimes.MaxAge = old.max_age; in STP_IN_stpm_set_cfg()
H A Dtopoch.c106 return port->owner->rootTimes.MaxAge; in newTcWhile()
H A Drolesel.c178 dm = (8 + stpm->rootTimes.MaxAge) / 16; in updtRootPrio()