Home
last modified time | relevance | path

Searched refs:rcvdSTP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dmigrate.c58 port->rcvdRSTP = port->rcvdSTP = False; in STP_migrate_enter_state()
66 port->rcvdRSTP = port->rcvdSTP = False; in STP_migrate_enter_state()
92 (port->rcvdSTP || port->rcvdRSTP)) { in STP_migrate_check_conditions()
96 if (!port->mdelayWhile && port->rcvdSTP) { in STP_migrate_check_conditions()
111 (port->rcvdSTP || port->rcvdRSTP)) in STP_migrate_check_conditions()
H A Dportinfo.c202 port->rcvdSTP = True; in updtBPDUVersion()
206 port->rcvdSTP = True; in updtBPDUVersion()
354 port->rcvdBpdu = port->rcvdRSTP = port->rcvdSTP = False; in STP_info_enter_state()
H A Dport.h111 Bool rcvdSTP; /* 17.18.24 */ member