Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dportinfo.c355 port->updtInfo = port->proposing = False; /* In DISABLED */ in STP_info_enter_state()
376 port->proposed = port->proposing = False; /* in UPDATE */ in STP_info_enter_state()
404 port->proposing = False; /* in SUPERIOR */ in STP_info_enter_state()
433 port->proposing = False; /* In AGREEMENT */ in STP_info_enter_state()
H A Dport.h107 Bool proposing; /* 17.18.20 */ member
H A Droletrns.c204 port->proposing = True; /* in DESIGNATED_PROPOSE */ in STP_roletrns_enter_state()
381 if (!port->forward && !port->agreed && !port->proposing && !port->operEdge) { in STP_roletrns_check_conditions()
H A Dport.c245 if (this->proposing) flag |= 0x000020L; in STP_port_trace_flags()
H A Dtransmit.c270 if (port->proposing) { in txRstp()