Home
last modified time | relevance | path

Searched refs:HelloTime (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dtimes.c39 if (t1->HelloTime < t2->HelloTime) return -4; in STP_compare_times()
40 if (t1->HelloTime > t2->HelloTime) return 4; in STP_compare_times()
55 v->HelloTime = ntohs (*((unsigned short*) b->hello_time)) >> 8; in STP_get_times()
69 STP_SET_TIME(v->HelloTime, b->hello_time); in STP_set_times()
78 t->HelloTime = f->HelloTime; in STP_copy_times()
H A Dtimes.h32 unsigned short HelloTime; member
H A Dstpmgmt.c49 this->BrTimes.HelloTime = init_cfg.hello_time; in STP_IN_stpm_create()
H A Dstp_in.c272 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()
445 entry->hello_time = this->rootTimes.HelloTime; in STP_IN_stpm_get_state()
780 this->BrTimes.HelloTime = old.hello_time; in STP_IN_stpm_set_cfg()
H A Droletrns.c142 port->rbWhile = 2 * stpm->rootTimes.HelloTime; in STP_roletrns_enter_state()
316 if (port->rbWhile != 2 * stpm->rootTimes.HelloTime && in STP_roletrns_check_conditions()
H A Dportinfo.c228 hello3 = 3 * port->portTimes.HelloTime; in updtRcvdInfoWhile()
250 (int) port->portTimes.HelloTime); in updtRcvdInfoWhile()
H A Dtopoch.c104 return 2 * port->owner->rootTimes.HelloTime; in newTcWhile()
H A Dtransmit.c306 port->helloWhen = port->owner->rootTimes.HelloTime; in STP_transmit_enter_state()