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 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNW_1.1 { 29 global: 30 sip_init_conn_object; 31 sip_clear_stale_data; 32 sip_conn_destroyed; 33 sip_stack_init; 34 sip_sendmsg; 35 sip_process_new_packet; 36 sip_sent_by_to_str; 37 sip_register_sent_by; 38 sip_unregister_sent_by; 39 sip_unregister_all_sent_by; 40 sip_guid; 41 sip_branchid; 42 sip_get_cseq; 43 sip_get_rseq; 44 sip_new_msg; 45 sip_free_msg; 46 sip_hold_msg; 47 sip_get_msg_len; 48 sip_clone_msg; 49 sip_msg_to_str; 50 sip_get_header; 51 sip_add_header; 52 sip_delete_header; 53 sip_delete_header_by_name; 54 sip_copy_header; 55 sip_copy_header_by_name; 56 sip_copy_all_headers; 57 sip_hdr_to_str; 58 sip_get_header_value; 59 sip_get_next_value; 60 sip_delete_value; 61 sip_is_param_present; 62 sip_get_param_value; 63 sip_get_params; 64 sip_add_param; 65 sip_get_trans; 66 sip_get_trans_branchid; 67 sip_get_trans_method; 68 sip_get_trans_state; 69 sip_get_trans_resp_msg; 70 sip_get_trans_orig_msg; 71 sip_get_trans_conn_obj; 72 sip_hold_trans; 73 sip_release_trans; 74 sip_create_dialog_req; 75 sip_create_dialog_req_nocontact; 76 sip_hold_dialog; 77 sip_release_dialog; 78 sip_delete_dialog; 79 sip_get_dialog_method; 80 sip_get_dialog_msgcnt; 81 sip_get_dialog_state; 82 sip_get_dialog_callid; 83 sip_get_dialog_local_tag; 84 sip_get_dialog_remote_tag; 85 sip_get_dialog_local_uri; 86 sip_get_dialog_remote_uri; 87 sip_get_dialog_remote_target_uri; 88 sip_get_dialog_local_contact_uri; 89 sip_get_dialog_route_set; 90 sip_is_dialog_secure; 91 sip_get_dialog_local_cseq; 92 sip_get_dialog_remote_cseq; 93 sip_get_dialog_type; 94 sip_get_request_uri; 95 sip_get_uri_parsed; 96 sip_parse_uri; 97 sip_free_parsed_uri; 98 sip_is_sipuri; 99 sip_get_uri_scheme; 100 sip_get_uri_user; 101 sip_get_uri_password; 102 sip_get_uri_host; 103 sip_get_uri_port; 104 sip_get_uri_params; 105 sip_get_uri_headers; 106 sip_get_uri_opaque; 107 sip_get_uri_query; 108 sip_get_uri_path; 109 sip_get_uri_regname; 110 sip_is_uri_teluser; 111 sip_get_uri_errflags; 112 sip_uri_errflags_to_str; 113 sip_copy_start_line; 114 sip_delete_start_line; 115 sip_reqline_to_str; 116 sip_respline_to_str; 117 sip_add_request_line; 118 sip_add_response_line; 119 sip_msg_is_request; 120 sip_msg_is_response; 121 sip_get_request_method; 122 sip_get_request_uri_str; 123 sip_get_resp_desc; 124 sip_get_response_code; 125 sip_get_response_phrase; 126 sip_create_response; 127 sip_get_sip_version; 128 sip_create_OKack; 129 sip_add_from; 130 sip_get_from_uri_str; 131 sip_get_from_display_name; 132 sip_get_from_tag; 133 sip_add_to; 134 sip_get_to_uri_str; 135 sip_get_to_display_name; 136 sip_get_to_tag; 137 sip_add_contact; 138 sip_get_contact_uri_str; 139 sip_get_contact_display_name; 140 sip_get_num_via; 141 sip_get_branchid; 142 sip_add_via; 143 sip_add_branchid_to_via; 144 sip_get_via_sent_by_host; 145 sip_get_via_sent_by_port; 146 sip_get_via_sent_protocol_version; 147 sip_get_via_sent_protocol_name; 148 sip_get_via_sent_transport; 149 sip_add_callid; 150 sip_get_callid; 151 sip_add_cseq; 152 sip_get_callseq_num; 153 sip_get_callseq_method; 154 sip_add_maxforward; 155 sip_get_maxforward; 156 sip_get_content_length; 157 sip_add_content; 158 sip_get_content; 159 sip_add_content_type; 160 sip_get_content_type; 161 sip_get_content_sub_type; 162 sip_add_route; 163 sip_get_route_uri_str; 164 sip_get_route_display_name; 165 sip_add_record_route; 166 sip_add_allow_events; 167 sip_get_allow_events; 168 sip_add_event; 169 sip_get_event; 170 sip_add_substate; 171 sip_get_substate; 172 sip_add_accept; 173 sip_get_accept_type; 174 sip_get_accept_sub_type; 175 sip_add_accept_enc; 176 sip_get_accept_enc; 177 sip_add_accept_lang; 178 sip_get_accept_lang; 179 sip_add_alert_info; 180 sip_get_alert_info_uri; 181 sip_add_allow; 182 sip_get_allow_method; 183 sip_add_call_info; 184 sip_get_call_info_uri; 185 sip_add_content_disp; 186 sip_get_content_disp; 187 sip_add_content_enc; 188 sip_get_content_enc; 189 sip_add_content_lang; 190 sip_get_content_lang; 191 sip_add_date; 192 sip_get_date_time; 193 sip_get_date_day; 194 sip_get_date_month; 195 sip_get_date_year; 196 sip_get_date_wkday; 197 sip_get_date_timezone; 198 sip_add_error_info; 199 sip_get_error_info_uri; 200 sip_add_expires; 201 sip_get_expires; 202 sip_add_in_reply_to; 203 sip_get_in_reply_to; 204 sip_add_min_expires; 205 sip_get_min_expires; 206 sip_add_mime_version; 207 sip_get_mime_version; 208 sip_add_org; 209 sip_get_org; 210 sip_add_priority; 211 sip_get_priority; 212 sip_add_reply_to; 213 sip_get_replyto_display_name; 214 sip_get_replyto_uri_str; 215 sip_add_require; 216 sip_get_require; 217 sip_add_retry_after; 218 sip_get_retry_after_time; 219 sip_get_retry_after_cmts; 220 sip_add_server; 221 sip_get_server; 222 sip_add_subject; 223 sip_get_subject; 224 sip_add_supported; 225 sip_get_supported; 226 sip_add_tstamp; 227 sip_get_tstamp_value; 228 sip_get_tstamp_delay; 229 sip_add_unsupported; 230 sip_get_unsupported; 231 sip_add_user_agent; 232 sip_get_user_agent; 233 sip_add_warning; 234 sip_get_warning_code; 235 sip_get_warning_agent; 236 sip_get_warning_text; 237 sip_add_author; 238 sip_get_author_scheme; 239 sip_get_author_param; 240 sip_add_authen_info; 241 sip_get_authen_info; 242 sip_add_proxy_authen; 243 sip_get_proxy_authen_scheme; 244 sip_get_proxy_authen_param; 245 sip_add_proxy_author; 246 sip_get_proxy_author_scheme; 247 sip_get_proxy_author_param; 248 sip_add_proxy_require; 249 sip_get_proxy_require; 250 sip_add_www_authen; 251 sip_get_www_authen_scheme; 252 sip_get_www_authen_param; 253 sip_add_privacy; 254 sip_get_priv_value; 255 sip_add_passertedid; 256 sip_get_passertedid_display_name; 257 sip_get_passertedid_uri_str; 258 sip_add_ppreferredid; 259 sip_get_ppreferredid_display_name; 260 sip_get_ppreferredid_uri_str; 261 sip_add_rack; 262 sip_get_rack_resp_num; 263 sip_get_rack_cseq_num; 264 sip_get_rack_method; 265 sip_add_rseq; 266 sip_get_rseq_resp_num; 267 sip_enable_counters; 268 sip_disable_counters; 269 sip_get_counter_value; 270 sip_enable_trans_logging; 271 sip_disable_trans_logging; 272 sip_enable_dialog_logging; 273 sip_disable_dialog_logging; 274 local: 275 *; 276}; 277