Home
last modified time | relevance | path

Searched refs:adminEnable (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dedge.c77 if (!port->adminEnable) { in STP_edge_check_conditions()
88 if (port->adminEnable) { in STP_edge_check_conditions()
H A Dport.h140 Bool adminEnable; /* 'has LINK' */ member
H A Dport.c136 this->adminEnable = STP_OUT_get_port_link_status (this->port_index); in STP_port_init()
H A Dstp_in.c223 port->adminEnable = enable; in _stp_in_enable_port_on_stpm()