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

/opensolaris-onvv-gate/usr/src/lib/librstp/common/
H A Dtimes.c39 if (t1->HelloTime < t2->HelloTime) return -4;
40 if (t1->HelloTime > t2->HelloTime) return 4;
55 v->HelloTime = ntohs (*((unsigned short*) b->hello_time)) >> 8;
69 STP_SET_TIME(v->HelloTime, b->hello_time);
78 t->HelloTime = f->HelloTime;
H A Dtimes.h32 unsigned short HelloTime; member in struct:timevalues_t
H A Dstpmgmt.c49 this->BrTimes.HelloTime = init_cfg.hello_time;
H A Dportinfo.c228 hello3 = 3 * port->portTimes.HelloTime;
246 stp_trace ("port %s: MaxAge=%d MessageAge=%d HelloTime=%d rcvdInfoWhile=null !",
250 (int) port->portTimes.HelloTime);
H A Droletrns.c142 port->rbWhile = 2 * stpm->rootTimes.HelloTime;
316 if (port->rbWhile != 2 * stpm->rootTimes.HelloTime &&
H A Dstp_in.c272 if (this->BrTimes.HelloTime != DEF_BR_HELLOT) {
275 uid_cfg->hello_time = this->BrTimes.HelloTime;
445 entry->hello_time = this->rootTimes.HelloTime;
780 this->BrTimes.HelloTime = old.hello_time;
H A Dtopoch.c104 return 2 * port->owner->rootTimes.HelloTime;
H A Dtransmit.c306 port->helloWhen = port->owner->rootTimes.HelloTime;

Completed in 104 milliseconds