Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/librstp/common/
H A Dportinfo.c355 port->updtInfo = port->proposing = False; /* In DISABLED */ in STP_info_enter_state()
374 port->updtInfo = False; in STP_info_enter_state()
449 if (port->updtInfo) { in STP_info_check_conditions()
462 if (port->selected && port->updtInfo) { in STP_info_check_conditions()
469 if (port->selected && port->updtInfo) { in STP_info_check_conditions()
475 ! port->updtInfo && in STP_info_check_conditions()
479 if (port->rcvdBpdu && !port->updtInfo) { in STP_info_check_conditions()
H A Droletrns.c277 ! port->updtInfo) { in STP_roletrns_check_conditions()
303 if (!port->selected || port->updtInfo) break; in STP_roletrns_check_conditions()
309 if (!port->selected || port->updtInfo) break; in STP_roletrns_check_conditions()
332 if (!port->selected || port->updtInfo) break; in STP_roletrns_check_conditions()
379 if (!port->selected || port->updtInfo) break; in STP_roletrns_check_conditions()
H A Drolesel.c259 port->updtInfo = True; in updtRolesBridge()
267 port->updtInfo = True; in updtRolesBridge()
277 port->updtInfo = True; in updtRolesBridge()
286 port->updtInfo = False; in updtRolesBridge()
H A Dport.h127 Bool updtInfo; /* 17.18.41 */ member
H A Dport.c247 if (this->updtInfo) flag |= 0x000080L; in STP_port_trace_flags()