140cb5e5dSvi117747# 240cb5e5dSvi117747# CDDL HEADER START 340cb5e5dSvi117747# 440cb5e5dSvi117747# The contents of this file are subject to the terms of the 540cb5e5dSvi117747# Common Development and Distribution License (the "License"). 640cb5e5dSvi117747# You may not use this file except in compliance with the License. 740cb5e5dSvi117747# 840cb5e5dSvi117747# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 940cb5e5dSvi117747# or http://www.opensolaris.org/os/licensing. 1040cb5e5dSvi117747# See the License for the specific language governing permissions 1140cb5e5dSvi117747# and limitations under the License. 1240cb5e5dSvi117747# 1340cb5e5dSvi117747# When distributing Covered Code, include this CDDL HEADER in each 1440cb5e5dSvi117747# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1540cb5e5dSvi117747# If applicable, add the following below this CDDL HEADER, with the 1640cb5e5dSvi117747# fields enclosed by brackets "[]" replaced with your own identifying 1740cb5e5dSvi117747# information: Portions Copyright [yyyy] [name of copyright owner] 1840cb5e5dSvi117747# 1940cb5e5dSvi117747# CDDL HEADER END 2040cb5e5dSvi117747# 2140cb5e5dSvi117747# 22*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 2340cb5e5dSvi117747# 24bfed486aSAli Bahrami 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 3740cb5e5dSvi117747# 3840cb5e5dSvi117747 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.2 { 423ed62314SAli Bahrami global: 433ed62314SAli Bahrami sip_create_dialog_req_nocontact; 443ed62314SAli Bahrami sip_get_dialog_local_contact_uri; 453ed62314SAli Bahrami} SUNW_1.1; 463ed62314SAli Bahrami 47*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 { 4840cb5e5dSvi117747 global: 4940cb5e5dSvi117747 sip_init_conn_object; 5040cb5e5dSvi117747 sip_clear_stale_data; 5140cb5e5dSvi117747 sip_conn_destroyed; 5240cb5e5dSvi117747 sip_stack_init; 5340cb5e5dSvi117747 sip_sendmsg; 5440cb5e5dSvi117747 sip_process_new_packet; 5540cb5e5dSvi117747 sip_sent_by_to_str; 5640cb5e5dSvi117747 sip_register_sent_by; 5740cb5e5dSvi117747 sip_unregister_sent_by; 5840cb5e5dSvi117747 sip_unregister_all_sent_by; 5940cb5e5dSvi117747 sip_guid; 6040cb5e5dSvi117747 sip_branchid; 6140cb5e5dSvi117747 sip_get_cseq; 6240cb5e5dSvi117747 sip_get_rseq; 6340cb5e5dSvi117747 sip_new_msg; 6440cb5e5dSvi117747 sip_free_msg; 6540cb5e5dSvi117747 sip_hold_msg; 6640cb5e5dSvi117747 sip_get_msg_len; 6740cb5e5dSvi117747 sip_clone_msg; 6840cb5e5dSvi117747 sip_msg_to_str; 6940cb5e5dSvi117747 sip_get_header; 7040cb5e5dSvi117747 sip_add_header; 7140cb5e5dSvi117747 sip_delete_header; 7240cb5e5dSvi117747 sip_delete_header_by_name; 7340cb5e5dSvi117747 sip_copy_header; 7440cb5e5dSvi117747 sip_copy_header_by_name; 7540cb5e5dSvi117747 sip_copy_all_headers; 7640cb5e5dSvi117747 sip_hdr_to_str; 7740cb5e5dSvi117747 sip_get_header_value; 7840cb5e5dSvi117747 sip_get_next_value; 7940cb5e5dSvi117747 sip_delete_value; 8040cb5e5dSvi117747 sip_is_param_present; 8140cb5e5dSvi117747 sip_get_param_value; 8240cb5e5dSvi117747 sip_get_params; 8340cb5e5dSvi117747 sip_add_param; 8440cb5e5dSvi117747 sip_get_trans; 8540cb5e5dSvi117747 sip_get_trans_branchid; 8640cb5e5dSvi117747 sip_get_trans_method; 8740cb5e5dSvi117747 sip_get_trans_state; 8840cb5e5dSvi117747 sip_get_trans_resp_msg; 8940cb5e5dSvi117747 sip_get_trans_orig_msg; 9040cb5e5dSvi117747 sip_get_trans_conn_obj; 9140cb5e5dSvi117747 sip_hold_trans; 9240cb5e5dSvi117747 sip_release_trans; 9340cb5e5dSvi117747 sip_create_dialog_req; 9440cb5e5dSvi117747 sip_hold_dialog; 9540cb5e5dSvi117747 sip_release_dialog; 9640cb5e5dSvi117747 sip_delete_dialog; 9740cb5e5dSvi117747 sip_get_dialog_method; 98943efbc3Sgm209912 sip_get_dialog_msgcnt; 9940cb5e5dSvi117747 sip_get_dialog_state; 10040cb5e5dSvi117747 sip_get_dialog_callid; 10140cb5e5dSvi117747 sip_get_dialog_local_tag; 10240cb5e5dSvi117747 sip_get_dialog_remote_tag; 10340cb5e5dSvi117747 sip_get_dialog_local_uri; 10440cb5e5dSvi117747 sip_get_dialog_remote_uri; 10540cb5e5dSvi117747 sip_get_dialog_remote_target_uri; 10640cb5e5dSvi117747 sip_get_dialog_route_set; 10740cb5e5dSvi117747 sip_is_dialog_secure; 10840cb5e5dSvi117747 sip_get_dialog_local_cseq; 10940cb5e5dSvi117747 sip_get_dialog_remote_cseq; 11040cb5e5dSvi117747 sip_get_dialog_type; 11140cb5e5dSvi117747 sip_get_request_uri; 11240cb5e5dSvi117747 sip_get_uri_parsed; 11340cb5e5dSvi117747 sip_parse_uri; 11440cb5e5dSvi117747 sip_free_parsed_uri; 11540cb5e5dSvi117747 sip_is_sipuri; 11640cb5e5dSvi117747 sip_get_uri_scheme; 11740cb5e5dSvi117747 sip_get_uri_user; 11840cb5e5dSvi117747 sip_get_uri_password; 11940cb5e5dSvi117747 sip_get_uri_host; 12040cb5e5dSvi117747 sip_get_uri_port; 12140cb5e5dSvi117747 sip_get_uri_params; 12240cb5e5dSvi117747 sip_get_uri_headers; 12340cb5e5dSvi117747 sip_get_uri_opaque; 12440cb5e5dSvi117747 sip_get_uri_query; 12540cb5e5dSvi117747 sip_get_uri_path; 12640cb5e5dSvi117747 sip_get_uri_regname; 12740cb5e5dSvi117747 sip_is_uri_teluser; 12840cb5e5dSvi117747 sip_get_uri_errflags; 12940cb5e5dSvi117747 sip_uri_errflags_to_str; 13040cb5e5dSvi117747 sip_copy_start_line; 13140cb5e5dSvi117747 sip_delete_start_line; 13240cb5e5dSvi117747 sip_reqline_to_str; 13340cb5e5dSvi117747 sip_respline_to_str; 13440cb5e5dSvi117747 sip_add_request_line; 13540cb5e5dSvi117747 sip_add_response_line; 13640cb5e5dSvi117747 sip_msg_is_request; 13740cb5e5dSvi117747 sip_msg_is_response; 13840cb5e5dSvi117747 sip_get_request_method; 13940cb5e5dSvi117747 sip_get_request_uri_str; 14040cb5e5dSvi117747 sip_get_resp_desc; 14140cb5e5dSvi117747 sip_get_response_code; 14240cb5e5dSvi117747 sip_get_response_phrase; 14340cb5e5dSvi117747 sip_create_response; 14440cb5e5dSvi117747 sip_get_sip_version; 14540cb5e5dSvi117747 sip_create_OKack; 14640cb5e5dSvi117747 sip_add_from; 14740cb5e5dSvi117747 sip_get_from_uri_str; 14840cb5e5dSvi117747 sip_get_from_display_name; 14940cb5e5dSvi117747 sip_get_from_tag; 15040cb5e5dSvi117747 sip_add_to; 15140cb5e5dSvi117747 sip_get_to_uri_str; 15240cb5e5dSvi117747 sip_get_to_display_name; 15340cb5e5dSvi117747 sip_get_to_tag; 15440cb5e5dSvi117747 sip_add_contact; 15540cb5e5dSvi117747 sip_get_contact_uri_str; 15640cb5e5dSvi117747 sip_get_contact_display_name; 15740cb5e5dSvi117747 sip_get_num_via; 15840cb5e5dSvi117747 sip_get_branchid; 15940cb5e5dSvi117747 sip_add_via; 16040cb5e5dSvi117747 sip_add_branchid_to_via; 16140cb5e5dSvi117747 sip_get_via_sent_by_host; 16240cb5e5dSvi117747 sip_get_via_sent_by_port; 16340cb5e5dSvi117747 sip_get_via_sent_protocol_version; 16440cb5e5dSvi117747 sip_get_via_sent_protocol_name; 16540cb5e5dSvi117747 sip_get_via_sent_transport; 16640cb5e5dSvi117747 sip_add_callid; 16740cb5e5dSvi117747 sip_get_callid; 16840cb5e5dSvi117747 sip_add_cseq; 16940cb5e5dSvi117747 sip_get_callseq_num; 17040cb5e5dSvi117747 sip_get_callseq_method; 17140cb5e5dSvi117747 sip_add_maxforward; 17240cb5e5dSvi117747 sip_get_maxforward; 17340cb5e5dSvi117747 sip_get_content_length; 17440cb5e5dSvi117747 sip_add_content; 17540cb5e5dSvi117747 sip_get_content; 17640cb5e5dSvi117747 sip_add_content_type; 17740cb5e5dSvi117747 sip_get_content_type; 17840cb5e5dSvi117747 sip_get_content_sub_type; 17940cb5e5dSvi117747 sip_add_route; 18040cb5e5dSvi117747 sip_get_route_uri_str; 18140cb5e5dSvi117747 sip_get_route_display_name; 18240cb5e5dSvi117747 sip_add_record_route; 18340cb5e5dSvi117747 sip_add_allow_events; 18440cb5e5dSvi117747 sip_get_allow_events; 18540cb5e5dSvi117747 sip_add_event; 18640cb5e5dSvi117747 sip_get_event; 18740cb5e5dSvi117747 sip_add_substate; 18840cb5e5dSvi117747 sip_get_substate; 18940cb5e5dSvi117747 sip_add_accept; 19040cb5e5dSvi117747 sip_get_accept_type; 19140cb5e5dSvi117747 sip_get_accept_sub_type; 19240cb5e5dSvi117747 sip_add_accept_enc; 19340cb5e5dSvi117747 sip_get_accept_enc; 19440cb5e5dSvi117747 sip_add_accept_lang; 19540cb5e5dSvi117747 sip_get_accept_lang; 19640cb5e5dSvi117747 sip_add_alert_info; 19740cb5e5dSvi117747 sip_get_alert_info_uri; 19840cb5e5dSvi117747 sip_add_allow; 19940cb5e5dSvi117747 sip_get_allow_method; 20040cb5e5dSvi117747 sip_add_call_info; 20140cb5e5dSvi117747 sip_get_call_info_uri; 20240cb5e5dSvi117747 sip_add_content_disp; 20340cb5e5dSvi117747 sip_get_content_disp; 20440cb5e5dSvi117747 sip_add_content_enc; 20540cb5e5dSvi117747 sip_get_content_enc; 20640cb5e5dSvi117747 sip_add_content_lang; 20740cb5e5dSvi117747 sip_get_content_lang; 20840cb5e5dSvi117747 sip_add_date; 20940cb5e5dSvi117747 sip_get_date_time; 21040cb5e5dSvi117747 sip_get_date_day; 21140cb5e5dSvi117747 sip_get_date_month; 21240cb5e5dSvi117747 sip_get_date_year; 21340cb5e5dSvi117747 sip_get_date_wkday; 21440cb5e5dSvi117747 sip_get_date_timezone; 21540cb5e5dSvi117747 sip_add_error_info; 21640cb5e5dSvi117747 sip_get_error_info_uri; 21740cb5e5dSvi117747 sip_add_expires; 21840cb5e5dSvi117747 sip_get_expires; 21940cb5e5dSvi117747 sip_add_in_reply_to; 22040cb5e5dSvi117747 sip_get_in_reply_to; 22140cb5e5dSvi117747 sip_add_min_expires; 22240cb5e5dSvi117747 sip_get_min_expires; 22340cb5e5dSvi117747 sip_add_mime_version; 22440cb5e5dSvi117747 sip_get_mime_version; 22540cb5e5dSvi117747 sip_add_org; 22640cb5e5dSvi117747 sip_get_org; 22740cb5e5dSvi117747 sip_add_priority; 22840cb5e5dSvi117747 sip_get_priority; 22940cb5e5dSvi117747 sip_add_reply_to; 23040cb5e5dSvi117747 sip_get_replyto_display_name; 23140cb5e5dSvi117747 sip_get_replyto_uri_str; 23240cb5e5dSvi117747 sip_add_require; 23340cb5e5dSvi117747 sip_get_require; 23440cb5e5dSvi117747 sip_add_retry_after; 23540cb5e5dSvi117747 sip_get_retry_after_time; 23640cb5e5dSvi117747 sip_get_retry_after_cmts; 23740cb5e5dSvi117747 sip_add_server; 23840cb5e5dSvi117747 sip_get_server; 23940cb5e5dSvi117747 sip_add_subject; 24040cb5e5dSvi117747 sip_get_subject; 24140cb5e5dSvi117747 sip_add_supported; 24240cb5e5dSvi117747 sip_get_supported; 24340cb5e5dSvi117747 sip_add_tstamp; 24440cb5e5dSvi117747 sip_get_tstamp_value; 24540cb5e5dSvi117747 sip_get_tstamp_delay; 24640cb5e5dSvi117747 sip_add_unsupported; 24740cb5e5dSvi117747 sip_get_unsupported; 24840cb5e5dSvi117747 sip_add_user_agent; 24940cb5e5dSvi117747 sip_get_user_agent; 25040cb5e5dSvi117747 sip_add_warning; 25140cb5e5dSvi117747 sip_get_warning_code; 25240cb5e5dSvi117747 sip_get_warning_agent; 25340cb5e5dSvi117747 sip_get_warning_text; 25440cb5e5dSvi117747 sip_add_author; 25540cb5e5dSvi117747 sip_get_author_scheme; 25640cb5e5dSvi117747 sip_get_author_param; 25740cb5e5dSvi117747 sip_add_authen_info; 25840cb5e5dSvi117747 sip_get_authen_info; 25940cb5e5dSvi117747 sip_add_proxy_authen; 26040cb5e5dSvi117747 sip_get_proxy_authen_scheme; 26140cb5e5dSvi117747 sip_get_proxy_authen_param; 26240cb5e5dSvi117747 sip_add_proxy_author; 26340cb5e5dSvi117747 sip_get_proxy_author_scheme; 26440cb5e5dSvi117747 sip_get_proxy_author_param; 26540cb5e5dSvi117747 sip_add_proxy_require; 26640cb5e5dSvi117747 sip_get_proxy_require; 26740cb5e5dSvi117747 sip_add_www_authen; 26840cb5e5dSvi117747 sip_get_www_authen_scheme; 26940cb5e5dSvi117747 sip_get_www_authen_param; 27040cb5e5dSvi117747 sip_add_privacy; 27140cb5e5dSvi117747 sip_get_priv_value; 27240cb5e5dSvi117747 sip_add_passertedid; 27340cb5e5dSvi117747 sip_get_passertedid_display_name; 27440cb5e5dSvi117747 sip_get_passertedid_uri_str; 27540cb5e5dSvi117747 sip_add_ppreferredid; 27640cb5e5dSvi117747 sip_get_ppreferredid_display_name; 27740cb5e5dSvi117747 sip_get_ppreferredid_uri_str; 27840cb5e5dSvi117747 sip_add_rack; 27940cb5e5dSvi117747 sip_get_rack_resp_num; 28040cb5e5dSvi117747 sip_get_rack_cseq_num; 28140cb5e5dSvi117747 sip_get_rack_method; 28240cb5e5dSvi117747 sip_add_rseq; 28340cb5e5dSvi117747 sip_get_rseq_resp_num; 284943efbc3Sgm209912 sip_enable_counters; 285943efbc3Sgm209912 sip_disable_counters; 286943efbc3Sgm209912 sip_get_counter_value; 287943efbc3Sgm209912 sip_enable_trans_logging; 288943efbc3Sgm209912 sip_disable_trans_logging; 289943efbc3Sgm209912 sip_enable_dialog_logging; 290943efbc3Sgm209912 sip_disable_dialog_logging; 29140cb5e5dSvi117747 local: 29240cb5e5dSvi117747 *; 29340cb5e5dSvi117747}; 294