Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.h149 STP_IN_port_add (int vlan_id, int port_index);
H A Dmapfile-vers66 STP_IN_port_add;
H A Dstp_in.c936 STP_IN_port_add(int vlan_id, int port_index) in STP_IN_port_add() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c487 (rc = STP_IN_port_add(port->vlan_id, port->port_index)) != 0) { in rstp_add_port()