xref: /onnv-gate/usr/src/lib/libdhcputil/common/mapfile-vers (revision 3431:9f2d277dcffa)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*3431Scarlsonj# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
252522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
262522Sraf#
272522Sraf
282522Sraf# There really should be only one SUNWprivate version.
292522Sraf# Don't add any more.  Add new private symbols to SUNWprivate_1.2
302522Sraf
312522SrafSUNWprivate_1.2 {
322522Sraf    global:
332522Sraf	dhcp_options_scan;
34*3431Scarlsonj	dhcpv6_find_option;
35*3431Scarlsonj	dhcpv6_pkt_option;
36*3431Scarlsonj	dlpi_to_arp;
372522Sraf} SUNWprivate_1.1;
382522Sraf
392522SrafSUNWprivate_1.1 {
402522Sraf    global:
412522Sraf	dhcpmsg;
422522Sraf	dhcpmsg_fini;
432522Sraf	dhcpmsg_init;
442522Sraf	dsym_close_parser;
452522Sraf	dsym_free_classes;
462522Sraf	dsym_free_fields;
472522Sraf	dsym_get_cat_id;
482522Sraf	dsym_get_code_ranges;
492522Sraf	dsym_get_type_id;
502522Sraf	dsym_init_parser;
512522Sraf	dsym_parse_field;
522522Sraf	dsym_parser;
532522Sraf	inittab_decode;
542522Sraf	inittab_decode_e;
552522Sraf	inittab_encode;
562522Sraf	inittab_encode_e;
572522Sraf	inittab_getbycode;
582522Sraf	inittab_getbyname;
592522Sraf	inittab_load;
602522Sraf	inittab_type_to_size;
612522Sraf	inittab_verify;
622522Sraf    local:
632522Sraf	*;
642522Sraf};
65