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

/osnet-11/usr/src/lib/librstp/common/
H A Dstp_in.h81 cfg.max_age >= 2 * (cfg.hello_time + 1))
86 #define NO_MAXAGE(cfg) ((cfg.forward_delay - 1) < (cfg.hello_time + 1))
88 (cfg.hello_time < MIN_BR_FWDELAY - 2 ? MIN_BR_FWDELAY : \
89 cfg.hello_time + 2)
94 #define SMALL_MAXAGE(cfg) (cfg.max_age < 2 * (cfg.hello_time + 1))
96 (cfg.hello_time < (MIN_BR_MAXAGE / 2 - 1) ? MIN_BR_MAXAGE : \
97 (2 * (cfg.hello_time + 1)))
108 #define FLOORED_MAXAGE(cfg) (cfg.hello_time > (MIN_BR_MAXAGE / 2 - 1))
H A Dtimes.c55 v->HelloTime = ntohs (*((unsigned short*) b->hello_time)) >> 8;
69 STP_SET_TIME(v->HelloTime, b->hello_time);
H A Dstp_bpdu.h79 unsigned char hello_time[2]; member in struct:bpdu_body_t
H A Duid_stp.h75 int hello_time; member in struct:__anon2468
97 int hello_time; member in struct:__anon2469
H A Dstpmgmt.c49 this->BrTimes.HelloTime = init_cfg.hello_time;
H A Dstp_in.c156 if (uid_cfg->hello_time < MIN_BR_HELLOT) {
157 stp_trace ("%d hello_time small", (int) uid_cfg->hello_time);
161 if (uid_cfg->hello_time > MAX_BR_HELLOT) {
162 stp_trace ("%d hello_time large", (int) uid_cfg->hello_time);
190 if (uid_cfg->max_age < 2 * (uid_cfg->hello_time + 1)) {
275 uid_cfg->hello_time = this->BrTimes.HelloTime;
445 entry->hello_time = this->rootTimes.HelloTime;
723 old.hello_time
[all...]
H A Dportinfo.c278 _stp_dump ("hello_time", bpdu->body.hello_time, 2);
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c448 cfg->hello_time = DEF_BR_HELLOT;
500 cfg->hello_time = value / IEEE_TIMER_SCALE;
1068 cfg->hello_time * IEEE_TIMER_SCALE))
1768 cfg.hello_time = (int)u64;
1922 u64 = cfg.hello_time;

Completed in 72 milliseconds