Unleashed v1.4
[unleashed.git] / share / man / man3sip / sip_get_cseq.3sip
blob083d4b2d8b99b2aca1bc8ac9c18f8cda7fc80683
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_CSEQ 3SIP "Jan 25, 2007"
7 .SH NAME
8 sip_get_cseq, sip_get_rseq \- get initial sequence number
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsip\fR [ \fIlibrary\fR ... ]
13 #include <sip.h>
15 \fBuint32_t\fR \fIsip_get_cseq\fR();
16 .fi
18 .LP
19 .nf
20 \fBuint32_t\fR \fIsip_get_rseq\fR();
21 .fi
23 .SH DESCRIPTION
24 .sp
25 .LP
26 The \fBsip_get_cseq()\fR and \fBsip_get_rseq()\fR functions can be used to
27 generate an initial sequence number for the \fBCSEQ\fR and \fBRSEQ\fR headers.
28 .SH RETURN VALUES
29 .sp
30 .LP
31 The value of \fBerrno\fR is not changed by these calls in the event of an
32 error.
33 .SH ATTRIBUTES
34 .sp
35 .LP
36 See \fBattributes\fR(5) for descriptions of the following attributes:
37 .sp
39 .sp
40 .TS
41 box;
42 c | c
43 l | l .
44 ATTRIBUTE TYPE  ATTRIBUTE VALUE
46 Interface Stability     Committed
48 MT-Level        MT-Safe
49 .TE
51 .SH SEE ALSO
52 .sp
53 .LP
54 \fBlibsip\fR(3LIB)