Lines Matching refs:portTimes
89 STP_compare_times (&port->msgTimes, &port->portTimes))) { in rcvBpdu()
103 ! STP_compare_times (&port->msgTimes, &port->portTimes)) { in rcvBpdu()
223 eff_age = ( + port->portTimes.MaxAge) / 16; in updtRcvdInfoWhile()
225 eff_age += port->portTimes.MessageAge; in updtRcvdInfoWhile()
227 if (eff_age <= port->portTimes.MaxAge) { in updtRcvdInfoWhile()
228 hello3 = 3 * port->portTimes.HelloTime; in updtRcvdInfoWhile()
229 dm = port->portTimes.MaxAge - eff_age; in updtRcvdInfoWhile()
248 (int) port->portTimes.MaxAge, in updtRcvdInfoWhile()
249 (int) port->portTimes.MessageAge, in updtRcvdInfoWhile()
250 (int) port->portTimes.HelloTime); in updtRcvdInfoWhile()
364 STP_copy_times (&port->portTimes, &port->designTimes); in STP_info_enter_state()
373 STP_copy_times (&port->portTimes, &port->designTimes); in STP_info_enter_state()
398 STP_copy_times (&port->portTimes, &port->msgTimes); in STP_info_enter_state()