Merge remote-tracking branch 'origin/master'
[unleashed/lotheac.git] / share / man / man3sip / sip_get_resp_desc.3sip
blob3fbfa121fa97202760458a0757a0b55e2282e1e1
1 '\" te
2 .\"  Copyright (c) 2007 Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH SIP_GET_RESP_DESC 3SIP "Jan 25, 2007"
7 .SH NAME
8 sip_get_resp_desc \- return the response phrase
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsip\fR [ \fIlibrary\fR ... ]
13 #include <sip.h>
15 \fBchar *\fR\fIsip_get_resp_desc\fR(\fBint *\fR\fIresp_code\fR);
16 .fi
18 .SH DESCRIPTION
19 .sp
20 .LP
21 The \fBsip_get_resp_desc()\fR function returns the response phrase for the
22 given response code in \fIresp_code\fR. The response code is not one that is
23 listed in RFC 3261 (Section 21). The returned string is "\fBUNKNOWN\fR".
24 .SH RETURN VALUES
25 .sp
26 .LP
27 The value of \fBerrno\fR is not changed by these calls in the event of an
28 error.
29 .SH ATTRIBUTES
30 .sp
31 .LP
32 See \fBattributes\fR(5) for descriptions of the following attributes:
33 .sp
35 .sp
36 .TS
37 box;
38 c | c
39 l | l .
40 ATTRIBUTE TYPE  ATTRIBUTE VALUE
42 Interface Stability     Committed
44 MT-Level        MT-Safe
45 .TE
47 .SH SEE ALSO
48 .sp
49 .LP
50 \fBlibsip\fR(3LIB)