1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26 27# 28# MAPFILE HEADER START 29# 30# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 31# Object versioning must comply with the rules detailed in 32# 33# usr/src/lib/README.mapfiles 34# 35# You should not be making modifications here until you've read the most current 36# copy of that file. If you need help, contact a gatekeeper for guidance. 37# 38# MAPFILE HEADER END 39# 40 41SUNWprivate_1.1 { 42 global: 43 ipadm_add_aobjname; 44 ipadm_addr_info; 45 ipadm_check_auth; 46 ipadm_close; 47 ipadm_create_addr; 48 ipadm_create_addrobj; 49 ipadm_create_if; 50 ipadm_delete_addr; 51 ipadm_delete_aobjname; 52 ipadm_delete_if; 53 ipadm_destroy_addrobj; 54 ipadm_disable_addr; 55 ipadm_disable_if; 56 ipadm_down_addr; 57 ipadm_enable_addr; 58 ipadm_enable_if; 59 ipadm_free_addr_info; 60 ipadm_free_if_info; 61 ipadm_get_addrprop; 62 ipadm_get_ifprop; 63 ipadm_get_prop; 64 ipadm_if_enabled; 65 ipadm_if_info; 66 ipadm_init_prop; 67 ipadm_ndpd_read; 68 ipadm_ndpd_write; 69 ipadm_nvlist2str; 70 ipadm_open; 71 ipadm_open_arp_on_udp; 72 ipadm_proto2str; 73 ipadm_refresh_addr; 74 ipadm_rw_db; 75 ipadm_set_addr; 76 ipadm_set_addrprop; 77 ipadm_set_dst_addr; 78 ipadm_set_ifprop; 79 ipadm_set_interface_id; 80 ipadm_set_primary; 81 ipadm_set_prop; 82 ipadm_set_stateful; 83 ipadm_set_stateless; 84 ipadm_set_wait_time; 85 ipadm_status2str; 86 ipadm_str2nvlist; 87 ipadm_str2proto; 88 ipadm_up_addr; 89 ipadm_walk_prop; 90 ipadm_walk_proptbl; 91 local: 92 *; 93}; 94