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