Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.h175 STP_IN_stpm_get_cfg (int vlan_id, UID_STP_CFG_T* uid_cfg);
H A Dmapfile-vers53 STP_IN_stpm_get_cfg;
H A Dstp_in.c238 STP_IN_stpm_get_cfg (IN int vlan_id, OUT UID_STP_CFG_T* uid_cfg) in STP_IN_stpm_get_cfg() function
709 if (0 != STP_IN_stpm_get_cfg (vlan_id, &old)) { in STP_IN_stpm_set_cfg()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddoor.c77 if ((retv = STP_IN_stpm_get_cfg(0, &bdcf.bdcf_cfg)) != 0) in bridge_door_server()