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