Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.h181 STP_IN_port_get_cfg (int vlan_id, int port_index, UID_STP_PORT_CFG_T* uid_cfg);
H A Dmapfile-vers55 STP_IN_port_get_cfg;
H A Dstp_in.c289 STP_IN_port_get_cfg (int vlan_id, int port_index, UID_STP_PORT_CFG_T* uid_cfg) in STP_IN_port_get_cfg() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddoor.c127 retv = STP_IN_port_get_cfg(0, pdp->port_index, &portcfg); in bridge_door_server()