Home
last modified time | relevance | path

Searched refs:STP_IN_enable_port (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c105 if ((rc = STP_IN_enable_port(port->port_index, False)) != 0) in dlpi_notify()
128 if ((rc = STP_IN_enable_port(port->port_index, True)) != 0) in dlpi_notify()
H A Drstp.c516 rc = STP_IN_enable_port(port->port_index, in rstp_add_port()
H A Devents.c477 if ((rc = STP_IN_enable_port(port->port_index, !bc.bc_failed)) != 0) in handle_control()
/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.h210 STP_IN_enable_port (int port_index, Bool enable);
H A Dmapfile-vers60 STP_IN_enable_port;
H A Dstp_in.c481 STP_IN_enable_port (int port_index, Bool enable) in STP_IN_enable_port() function