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