Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dp2p.c63 port->operPointToPointMac = computeP2P (port); in STP_p2p_enter_state()
H A Dportinfo.c114 port->operPointToPointMac && in rcvBpdu()
129 if (!port->operPointToPointMac) { in rcvBpdu()
154 port->operPointToPointMac) { in recordProposed()
H A Dport.h145 Bool operPointToPointMac; member
H A Dtopoch.c103 if (port->sendRSTP && port->operPointToPointMac) { in newTcWhile()
H A Dstp_in.c397 entry->oper_point2point = port->operPointToPointMac ? 1 : 0; in STP_IN_port_get_state()