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*943efbc3Sgm209912# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 2340cb5e5dSvi117747# Use is subject to license terms. 2440cb5e5dSvi117747# 2540cb5e5dSvi117747# ident "%Z%%M% %I% %E% SMI" 2640cb5e5dSvi117747# 2740cb5e5dSvi117747 2840cb5e5dSvi117747SUNW_1.1 { 2940cb5e5dSvi117747 global: 3040cb5e5dSvi117747 sip_init_conn_object; 3140cb5e5dSvi117747 sip_clear_stale_data; 3240cb5e5dSvi117747 sip_conn_destroyed; 3340cb5e5dSvi117747 sip_stack_init; 3440cb5e5dSvi117747 sip_sendmsg; 3540cb5e5dSvi117747 sip_process_new_packet; 3640cb5e5dSvi117747 sip_sent_by_to_str; 3740cb5e5dSvi117747 sip_register_sent_by; 3840cb5e5dSvi117747 sip_unregister_sent_by; 3940cb5e5dSvi117747 sip_unregister_all_sent_by; 4040cb5e5dSvi117747 sip_guid; 4140cb5e5dSvi117747 sip_branchid; 4240cb5e5dSvi117747 sip_get_cseq; 4340cb5e5dSvi117747 sip_get_rseq; 4440cb5e5dSvi117747 sip_new_msg; 4540cb5e5dSvi117747 sip_free_msg; 4640cb5e5dSvi117747 sip_hold_msg; 4740cb5e5dSvi117747 sip_get_msg_len; 4840cb5e5dSvi117747 sip_clone_msg; 4940cb5e5dSvi117747 sip_msg_to_str; 5040cb5e5dSvi117747 sip_get_header; 5140cb5e5dSvi117747 sip_add_header; 5240cb5e5dSvi117747 sip_delete_header; 5340cb5e5dSvi117747 sip_delete_header_by_name; 5440cb5e5dSvi117747 sip_copy_header; 5540cb5e5dSvi117747 sip_copy_header_by_name; 5640cb5e5dSvi117747 sip_copy_all_headers; 5740cb5e5dSvi117747 sip_hdr_to_str; 5840cb5e5dSvi117747 sip_get_header_value; 5940cb5e5dSvi117747 sip_get_next_value; 6040cb5e5dSvi117747 sip_delete_value; 6140cb5e5dSvi117747 sip_is_param_present; 6240cb5e5dSvi117747 sip_get_param_value; 6340cb5e5dSvi117747 sip_get_params; 6440cb5e5dSvi117747 sip_add_param; 6540cb5e5dSvi117747 sip_get_trans; 6640cb5e5dSvi117747 sip_get_trans_branchid; 6740cb5e5dSvi117747 sip_get_trans_method; 6840cb5e5dSvi117747 sip_get_trans_state; 6940cb5e5dSvi117747 sip_get_trans_resp_msg; 7040cb5e5dSvi117747 sip_get_trans_orig_msg; 7140cb5e5dSvi117747 sip_get_trans_conn_obj; 7240cb5e5dSvi117747 sip_hold_trans; 7340cb5e5dSvi117747 sip_release_trans; 7440cb5e5dSvi117747 sip_create_dialog_req; 75df4705eaSgm209912 sip_create_dialog_req_nocontact; 7640cb5e5dSvi117747 sip_hold_dialog; 7740cb5e5dSvi117747 sip_release_dialog; 7840cb5e5dSvi117747 sip_delete_dialog; 7940cb5e5dSvi117747 sip_get_dialog_method; 80*943efbc3Sgm209912 sip_get_dialog_msgcnt; 8140cb5e5dSvi117747 sip_get_dialog_state; 8240cb5e5dSvi117747 sip_get_dialog_callid; 8340cb5e5dSvi117747 sip_get_dialog_local_tag; 8440cb5e5dSvi117747 sip_get_dialog_remote_tag; 8540cb5e5dSvi117747 sip_get_dialog_local_uri; 8640cb5e5dSvi117747 sip_get_dialog_remote_uri; 8740cb5e5dSvi117747 sip_get_dialog_remote_target_uri; 88df4705eaSgm209912 sip_get_dialog_local_contact_uri; 8940cb5e5dSvi117747 sip_get_dialog_route_set; 9040cb5e5dSvi117747 sip_is_dialog_secure; 9140cb5e5dSvi117747 sip_get_dialog_local_cseq; 9240cb5e5dSvi117747 sip_get_dialog_remote_cseq; 9340cb5e5dSvi117747 sip_get_dialog_type; 9440cb5e5dSvi117747 sip_get_request_uri; 9540cb5e5dSvi117747 sip_get_uri_parsed; 9640cb5e5dSvi117747 sip_parse_uri; 9740cb5e5dSvi117747 sip_free_parsed_uri; 9840cb5e5dSvi117747 sip_is_sipuri; 9940cb5e5dSvi117747 sip_get_uri_scheme; 10040cb5e5dSvi117747 sip_get_uri_user; 10140cb5e5dSvi117747 sip_get_uri_password; 10240cb5e5dSvi117747 sip_get_uri_host; 10340cb5e5dSvi117747 sip_get_uri_port; 10440cb5e5dSvi117747 sip_get_uri_params; 10540cb5e5dSvi117747 sip_get_uri_headers; 10640cb5e5dSvi117747 sip_get_uri_opaque; 10740cb5e5dSvi117747 sip_get_uri_query; 10840cb5e5dSvi117747 sip_get_uri_path; 10940cb5e5dSvi117747 sip_get_uri_regname; 11040cb5e5dSvi117747 sip_is_uri_teluser; 11140cb5e5dSvi117747 sip_get_uri_errflags; 11240cb5e5dSvi117747 sip_uri_errflags_to_str; 11340cb5e5dSvi117747 sip_copy_start_line; 11440cb5e5dSvi117747 sip_delete_start_line; 11540cb5e5dSvi117747 sip_reqline_to_str; 11640cb5e5dSvi117747 sip_respline_to_str; 11740cb5e5dSvi117747 sip_add_request_line; 11840cb5e5dSvi117747 sip_add_response_line; 11940cb5e5dSvi117747 sip_msg_is_request; 12040cb5e5dSvi117747 sip_msg_is_response; 12140cb5e5dSvi117747 sip_get_request_method; 12240cb5e5dSvi117747 sip_get_request_uri_str; 12340cb5e5dSvi117747 sip_get_resp_desc; 12440cb5e5dSvi117747 sip_get_response_code; 12540cb5e5dSvi117747 sip_get_response_phrase; 12640cb5e5dSvi117747 sip_create_response; 12740cb5e5dSvi117747 sip_get_sip_version; 12840cb5e5dSvi117747 sip_create_OKack; 12940cb5e5dSvi117747 sip_add_from; 13040cb5e5dSvi117747 sip_get_from_uri_str; 13140cb5e5dSvi117747 sip_get_from_display_name; 13240cb5e5dSvi117747 sip_get_from_tag; 13340cb5e5dSvi117747 sip_add_to; 13440cb5e5dSvi117747 sip_get_to_uri_str; 13540cb5e5dSvi117747 sip_get_to_display_name; 13640cb5e5dSvi117747 sip_get_to_tag; 13740cb5e5dSvi117747 sip_add_contact; 13840cb5e5dSvi117747 sip_get_contact_uri_str; 13940cb5e5dSvi117747 sip_get_contact_display_name; 14040cb5e5dSvi117747 sip_get_num_via; 14140cb5e5dSvi117747 sip_get_branchid; 14240cb5e5dSvi117747 sip_add_via; 14340cb5e5dSvi117747 sip_add_branchid_to_via; 14440cb5e5dSvi117747 sip_get_via_sent_by_host; 14540cb5e5dSvi117747 sip_get_via_sent_by_port; 14640cb5e5dSvi117747 sip_get_via_sent_protocol_version; 14740cb5e5dSvi117747 sip_get_via_sent_protocol_name; 14840cb5e5dSvi117747 sip_get_via_sent_transport; 14940cb5e5dSvi117747 sip_add_callid; 15040cb5e5dSvi117747 sip_get_callid; 15140cb5e5dSvi117747 sip_add_cseq; 15240cb5e5dSvi117747 sip_get_callseq_num; 15340cb5e5dSvi117747 sip_get_callseq_method; 15440cb5e5dSvi117747 sip_add_maxforward; 15540cb5e5dSvi117747 sip_get_maxforward; 15640cb5e5dSvi117747 sip_get_content_length; 15740cb5e5dSvi117747 sip_add_content; 15840cb5e5dSvi117747 sip_get_content; 15940cb5e5dSvi117747 sip_add_content_type; 16040cb5e5dSvi117747 sip_get_content_type; 16140cb5e5dSvi117747 sip_get_content_sub_type; 16240cb5e5dSvi117747 sip_add_route; 16340cb5e5dSvi117747 sip_get_route_uri_str; 16440cb5e5dSvi117747 sip_get_route_display_name; 16540cb5e5dSvi117747 sip_add_record_route; 16640cb5e5dSvi117747 sip_add_allow_events; 16740cb5e5dSvi117747 sip_get_allow_events; 16840cb5e5dSvi117747 sip_add_event; 16940cb5e5dSvi117747 sip_get_event; 17040cb5e5dSvi117747 sip_add_substate; 17140cb5e5dSvi117747 sip_get_substate; 17240cb5e5dSvi117747 sip_add_accept; 17340cb5e5dSvi117747 sip_get_accept_type; 17440cb5e5dSvi117747 sip_get_accept_sub_type; 17540cb5e5dSvi117747 sip_add_accept_enc; 17640cb5e5dSvi117747 sip_get_accept_enc; 17740cb5e5dSvi117747 sip_add_accept_lang; 17840cb5e5dSvi117747 sip_get_accept_lang; 17940cb5e5dSvi117747 sip_add_alert_info; 18040cb5e5dSvi117747 sip_get_alert_info_uri; 18140cb5e5dSvi117747 sip_add_allow; 18240cb5e5dSvi117747 sip_get_allow_method; 18340cb5e5dSvi117747 sip_add_call_info; 18440cb5e5dSvi117747 sip_get_call_info_uri; 18540cb5e5dSvi117747 sip_add_content_disp; 18640cb5e5dSvi117747 sip_get_content_disp; 18740cb5e5dSvi117747 sip_add_content_enc; 18840cb5e5dSvi117747 sip_get_content_enc; 18940cb5e5dSvi117747 sip_add_content_lang; 19040cb5e5dSvi117747 sip_get_content_lang; 19140cb5e5dSvi117747 sip_add_date; 19240cb5e5dSvi117747 sip_get_date_time; 19340cb5e5dSvi117747 sip_get_date_day; 19440cb5e5dSvi117747 sip_get_date_month; 19540cb5e5dSvi117747 sip_get_date_year; 19640cb5e5dSvi117747 sip_get_date_wkday; 19740cb5e5dSvi117747 sip_get_date_timezone; 19840cb5e5dSvi117747 sip_add_error_info; 19940cb5e5dSvi117747 sip_get_error_info_uri; 20040cb5e5dSvi117747 sip_add_expires; 20140cb5e5dSvi117747 sip_get_expires; 20240cb5e5dSvi117747 sip_add_in_reply_to; 20340cb5e5dSvi117747 sip_get_in_reply_to; 20440cb5e5dSvi117747 sip_add_min_expires; 20540cb5e5dSvi117747 sip_get_min_expires; 20640cb5e5dSvi117747 sip_add_mime_version; 20740cb5e5dSvi117747 sip_get_mime_version; 20840cb5e5dSvi117747 sip_add_org; 20940cb5e5dSvi117747 sip_get_org; 21040cb5e5dSvi117747 sip_add_priority; 21140cb5e5dSvi117747 sip_get_priority; 21240cb5e5dSvi117747 sip_add_reply_to; 21340cb5e5dSvi117747 sip_get_replyto_display_name; 21440cb5e5dSvi117747 sip_get_replyto_uri_str; 21540cb5e5dSvi117747 sip_add_require; 21640cb5e5dSvi117747 sip_get_require; 21740cb5e5dSvi117747 sip_add_retry_after; 21840cb5e5dSvi117747 sip_get_retry_after_time; 21940cb5e5dSvi117747 sip_get_retry_after_cmts; 22040cb5e5dSvi117747 sip_add_server; 22140cb5e5dSvi117747 sip_get_server; 22240cb5e5dSvi117747 sip_add_subject; 22340cb5e5dSvi117747 sip_get_subject; 22440cb5e5dSvi117747 sip_add_supported; 22540cb5e5dSvi117747 sip_get_supported; 22640cb5e5dSvi117747 sip_add_tstamp; 22740cb5e5dSvi117747 sip_get_tstamp_value; 22840cb5e5dSvi117747 sip_get_tstamp_delay; 22940cb5e5dSvi117747 sip_add_unsupported; 23040cb5e5dSvi117747 sip_get_unsupported; 23140cb5e5dSvi117747 sip_add_user_agent; 23240cb5e5dSvi117747 sip_get_user_agent; 23340cb5e5dSvi117747 sip_add_warning; 23440cb5e5dSvi117747 sip_get_warning_code; 23540cb5e5dSvi117747 sip_get_warning_agent; 23640cb5e5dSvi117747 sip_get_warning_text; 23740cb5e5dSvi117747 sip_add_author; 23840cb5e5dSvi117747 sip_get_author_scheme; 23940cb5e5dSvi117747 sip_get_author_param; 24040cb5e5dSvi117747 sip_add_authen_info; 24140cb5e5dSvi117747 sip_get_authen_info; 24240cb5e5dSvi117747 sip_add_proxy_authen; 24340cb5e5dSvi117747 sip_get_proxy_authen_scheme; 24440cb5e5dSvi117747 sip_get_proxy_authen_param; 24540cb5e5dSvi117747 sip_add_proxy_author; 24640cb5e5dSvi117747 sip_get_proxy_author_scheme; 24740cb5e5dSvi117747 sip_get_proxy_author_param; 24840cb5e5dSvi117747 sip_add_proxy_require; 24940cb5e5dSvi117747 sip_get_proxy_require; 25040cb5e5dSvi117747 sip_add_www_authen; 25140cb5e5dSvi117747 sip_get_www_authen_scheme; 25240cb5e5dSvi117747 sip_get_www_authen_param; 25340cb5e5dSvi117747 sip_add_privacy; 25440cb5e5dSvi117747 sip_get_priv_value; 25540cb5e5dSvi117747 sip_add_passertedid; 25640cb5e5dSvi117747 sip_get_passertedid_display_name; 25740cb5e5dSvi117747 sip_get_passertedid_uri_str; 25840cb5e5dSvi117747 sip_add_ppreferredid; 25940cb5e5dSvi117747 sip_get_ppreferredid_display_name; 26040cb5e5dSvi117747 sip_get_ppreferredid_uri_str; 26140cb5e5dSvi117747 sip_add_rack; 26240cb5e5dSvi117747 sip_get_rack_resp_num; 26340cb5e5dSvi117747 sip_get_rack_cseq_num; 26440cb5e5dSvi117747 sip_get_rack_method; 26540cb5e5dSvi117747 sip_add_rseq; 26640cb5e5dSvi117747 sip_get_rseq_resp_num; 267*943efbc3Sgm209912 sip_enable_counters; 268*943efbc3Sgm209912 sip_disable_counters; 269*943efbc3Sgm209912 sip_get_counter_value; 270*943efbc3Sgm209912 sip_enable_trans_logging; 271*943efbc3Sgm209912 sip_disable_trans_logging; 272*943efbc3Sgm209912 sip_enable_dialog_logging; 273*943efbc3Sgm209912 sip_disable_dialog_logging; 27440cb5e5dSvi117747 local: 27540cb5e5dSvi117747 *; 27640cb5e5dSvi117747}; 277