Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c426 rc = STP_IN_stpm_set_cfg(0, &uid_cfg); in rstp_refresh()
434 rc = STP_IN_stpm_set_cfg(0, &uid_cfg); in rstp_refresh()
462 if ((rc = STP_IN_stpm_set_cfg(0, &uid_cfg)) != 0) in rstp_change_mac()
467 if ((rc = STP_IN_stpm_set_cfg(0, &uid_cfg)) != 0) in rstp_change_mac()
/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.h192 STP_IN_stpm_set_cfg (int vlan_id,
H A Dmapfile-vers58 STP_IN_stpm_set_cfg;
H A Dstp_in.c700 STP_IN_stpm_set_cfg (IN int vlan_id, in STP_IN_stpm_set_cfg() function