Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.h196 STP_IN_port_set_cfg (int vlan_id, int port_index,
H A Dmapfile-vers56 STP_IN_port_set_cfg;
H A Dstp_in.c807 STP_IN_port_set_cfg (IN int vlan_id, IN int port_index, in STP_IN_port_set_cfg() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c552 if ((rc = STP_IN_port_set_cfg(0, port->port_index, &portcfg)) != 0) { in rstp_add_port()