2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A#
2N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
2N/A#
2N/A# MAPFILE HEADER START
2N/A#
2N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
2N/A# Object versioning must comply with the rules detailed in
2N/A#
2N/A# usr/src/lib/README.mapfiles
2N/A#
2N/A# You should not be making modifications here until you've read the most current
2N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
2N/A#
2N/A# MAPFILE HEADER END
2N/A#
2N/A
2N/A$mapfile_version 2
2N/A
2N/ASTUB_OBJECT;
2N/A
2N/ASYMBOL_VERSION SUNW_1.2 {
2N/A global:
2N/A sip_create_dialog_req_nocontact;
2N/A sip_get_dialog_local_contact_uri;
2N/A} SUNW_1.1;
2N/A
2N/ASYMBOL_VERSION SUNW_1.1 {
2N/A global:
2N/A sip_init_conn_object;
2N/A sip_clear_stale_data;
2N/A sip_conn_destroyed;
2N/A sip_stack_init;
2N/A sip_sendmsg;
2N/A sip_process_new_packet;
2N/A sip_sent_by_to_str;
2N/A sip_register_sent_by;
2N/A sip_unregister_sent_by;
2N/A sip_unregister_all_sent_by;
2N/A sip_guid;
2N/A sip_branchid;
2N/A sip_get_cseq;
2N/A sip_get_rseq;
2N/A sip_new_msg;
2N/A sip_free_msg;
2N/A sip_hold_msg;
2N/A sip_get_msg_len;
2N/A sip_clone_msg;
2N/A sip_msg_to_str;
2N/A sip_get_header;
2N/A sip_add_header;
2N/A sip_delete_header;
2N/A sip_delete_header_by_name;
2N/A sip_copy_header;
2N/A sip_copy_header_by_name;
2N/A sip_copy_all_headers;
2N/A sip_hdr_to_str;
2N/A sip_get_header_value;
2N/A sip_get_next_value;
2N/A sip_delete_value;
2N/A sip_is_param_present;
2N/A sip_get_param_value;
2N/A sip_get_params;
2N/A sip_add_param;
2N/A sip_get_trans;
2N/A sip_get_trans_branchid;
2N/A sip_get_trans_method;
2N/A sip_get_trans_state;
2N/A sip_get_trans_resp_msg;
2N/A sip_get_trans_orig_msg;
2N/A sip_get_trans_conn_obj;
2N/A sip_hold_trans;
2N/A sip_release_trans;
2N/A sip_create_dialog_req;
2N/A sip_hold_dialog;
2N/A sip_release_dialog;
2N/A sip_delete_dialog;
2N/A sip_get_dialog_method;
2N/A sip_get_dialog_msgcnt;
2N/A sip_get_dialog_state;
2N/A sip_get_dialog_callid;
2N/A sip_get_dialog_local_tag;
2N/A sip_get_dialog_remote_tag;
2N/A sip_get_dialog_local_uri;
2N/A sip_get_dialog_remote_uri;
2N/A sip_get_dialog_remote_target_uri;
2N/A sip_get_dialog_route_set;
2N/A sip_is_dialog_secure;
2N/A sip_get_dialog_local_cseq;
2N/A sip_get_dialog_remote_cseq;
2N/A sip_get_dialog_type;
2N/A sip_get_request_uri;
2N/A sip_get_uri_parsed;
2N/A sip_parse_uri;
2N/A sip_free_parsed_uri;
2N/A sip_is_sipuri;
2N/A sip_get_uri_scheme;
2N/A sip_get_uri_user;
2N/A sip_get_uri_password;
2N/A sip_get_uri_host;
2N/A sip_get_uri_port;
2N/A sip_get_uri_params;
2N/A sip_get_uri_headers;
2N/A sip_get_uri_opaque;
2N/A sip_get_uri_query;
2N/A sip_get_uri_path;
2N/A sip_get_uri_regname;
2N/A sip_is_uri_teluser;
2N/A sip_get_uri_errflags;
2N/A sip_uri_errflags_to_str;
2N/A sip_copy_start_line;
2N/A sip_delete_start_line;
2N/A sip_reqline_to_str;
2N/A sip_respline_to_str;
2N/A sip_add_request_line;
2N/A sip_add_response_line;
2N/A sip_msg_is_request;
2N/A sip_msg_is_response;
2N/A sip_get_request_method;
2N/A sip_get_request_uri_str;
2N/A sip_get_resp_desc;
2N/A sip_get_response_code;
2N/A sip_get_response_phrase;
2N/A sip_create_response;
2N/A sip_get_sip_version;
2N/A sip_create_OKack;
2N/A sip_add_from;
2N/A sip_get_from_uri_str;
2N/A sip_get_from_display_name;
2N/A sip_get_from_tag;
2N/A sip_add_to;
2N/A sip_get_to_uri_str;
2N/A sip_get_to_display_name;
2N/A sip_get_to_tag;
2N/A sip_add_contact;
2N/A sip_get_contact_uri_str;
2N/A sip_get_contact_display_name;
2N/A sip_get_num_via;
2N/A sip_get_branchid;
2N/A sip_add_via;
2N/A sip_add_branchid_to_via;
2N/A sip_get_via_sent_by_host;
2N/A sip_get_via_sent_by_port;
2N/A sip_get_via_sent_protocol_version;
2N/A sip_get_via_sent_protocol_name;
2N/A sip_get_via_sent_transport;
2N/A sip_add_callid;
2N/A sip_get_callid;
2N/A sip_add_cseq;
2N/A sip_get_callseq_num;
2N/A sip_get_callseq_method;
2N/A sip_add_maxforward;
2N/A sip_get_maxforward;
2N/A sip_get_content_length;
2N/A sip_add_content;
2N/A sip_get_content;
2N/A sip_add_content_type;
2N/A sip_get_content_type;
2N/A sip_get_content_sub_type;
2N/A sip_add_route;
2N/A sip_get_route_uri_str;
2N/A sip_get_route_display_name;
2N/A sip_add_record_route;
2N/A sip_add_allow_events;
2N/A sip_get_allow_events;
2N/A sip_add_event;
2N/A sip_get_event;
2N/A sip_add_substate;
2N/A sip_get_substate;
2N/A sip_add_accept;
2N/A sip_get_accept_type;
2N/A sip_get_accept_sub_type;
2N/A sip_add_accept_enc;
2N/A sip_get_accept_enc;
2N/A sip_add_accept_lang;
2N/A sip_get_accept_lang;
2N/A sip_add_alert_info;
2N/A sip_get_alert_info_uri;
2N/A sip_add_allow;
2N/A sip_get_allow_method;
2N/A sip_add_call_info;
2N/A sip_get_call_info_uri;
2N/A sip_add_content_disp;
2N/A sip_get_content_disp;
2N/A sip_add_content_enc;
2N/A sip_get_content_enc;
2N/A sip_add_content_lang;
2N/A sip_get_content_lang;
2N/A sip_add_date;
2N/A sip_get_date_time;
2N/A sip_get_date_day;
2N/A sip_get_date_month;
2N/A sip_get_date_year;
2N/A sip_get_date_wkday;
2N/A sip_get_date_timezone;
2N/A sip_add_error_info;
2N/A sip_get_error_info_uri;
2N/A sip_add_expires;
2N/A sip_get_expires;
2N/A sip_add_in_reply_to;
2N/A sip_get_in_reply_to;
2N/A sip_add_min_expires;
2N/A sip_get_min_expires;
2N/A sip_add_mime_version;
2N/A sip_get_mime_version;
2N/A sip_add_org;
2N/A sip_get_org;
2N/A sip_add_priority;
2N/A sip_get_priority;
2N/A sip_add_reply_to;
2N/A sip_get_replyto_display_name;
2N/A sip_get_replyto_uri_str;
2N/A sip_add_require;
2N/A sip_get_require;
2N/A sip_add_retry_after;
2N/A sip_get_retry_after_time;
2N/A sip_get_retry_after_cmts;
2N/A sip_add_server;
2N/A sip_get_server;
2N/A sip_add_subject;
2N/A sip_get_subject;
2N/A sip_add_supported;
2N/A sip_get_supported;
2N/A sip_add_tstamp;
2N/A sip_get_tstamp_value;
2N/A sip_get_tstamp_delay;
2N/A sip_add_unsupported;
2N/A sip_get_unsupported;
2N/A sip_add_user_agent;
2N/A sip_get_user_agent;
2N/A sip_add_warning;
2N/A sip_get_warning_code;
2N/A sip_get_warning_agent;
2N/A sip_get_warning_text;
2N/A sip_add_author;
2N/A sip_get_author_scheme;
2N/A sip_get_author_param;
2N/A sip_add_authen_info;
2N/A sip_get_authen_info;
2N/A sip_add_proxy_authen;
2N/A sip_get_proxy_authen_scheme;
2N/A sip_get_proxy_authen_param;
2N/A sip_add_proxy_author;
2N/A sip_get_proxy_author_scheme;
2N/A sip_get_proxy_author_param;
2N/A sip_add_proxy_require;
2N/A sip_get_proxy_require;
2N/A sip_add_www_authen;
2N/A sip_get_www_authen_scheme;
2N/A sip_get_www_authen_param;
2N/A sip_add_privacy;
2N/A sip_get_priv_value;
2N/A sip_add_passertedid;
2N/A sip_get_passertedid_display_name;
2N/A sip_get_passertedid_uri_str;
2N/A sip_add_ppreferredid;
2N/A sip_get_ppreferredid_display_name;
2N/A sip_get_ppreferredid_uri_str;
2N/A sip_add_rack;
2N/A sip_get_rack_resp_num;
2N/A sip_get_rack_cseq_num;
2N/A sip_get_rack_method;
2N/A sip_add_rseq;
2N/A sip_get_rseq_resp_num;
2N/A sip_enable_counters;
2N/A sip_disable_counters;
2N/A sip_get_counter_value;
2N/A sip_enable_trans_logging;
2N/A sip_disable_trans_logging;
2N/A sip_enable_dialog_logging;
2N/A sip_disable_dialog_logging;
2N/A local:
2N/A *;
2N/A};