Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dtransmit.c299 port->helloWhen = 0; in STP_transmit_enter_state()
306 port->helloWhen = port->owner->rootTimes.HelloTime; in STP_transmit_enter_state()
343 if (!port->helloWhen) return STP_hop_2_state (this, TRANSMIT_PERIODIC); in STP_transmit_check_conditions()
347 port->helloWhen) in STP_transmit_check_conditions()
352 port->helloWhen) in STP_transmit_check_conditions()
H A Dport.c79 this->timers[iii++] = &this->helloWhen; in STP_port_create()
148 this->helloWhen = in STP_port_init()
H A Duid_stp.h183 int helloWhen; /* 17.15.2 */ member
H A Dport.h76 PORT_TIMER_T helloWhen; /* 17.15.2 */ member
H A Dstp_in.c408 entry->helloWhen = port->helloWhen; /* 17.15.2 */ in STP_IN_port_get_state()