Session Initiation Protocol Library Functions sipgetcseq(3SIP)
NAME
sipgetcseq, sipgetrseq - get initial sequence number
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ]
#include
uint32t sipgetcseq();
uint32t sipgetrseq();
DESCRIPTION
The sipgetcseq() and sipgetrseq() functions can be used
to generate an initial sequence number for the CSEQ and RSEQ
headers.
RETURN VALUES
The value of errno is not changed by these calls in the
event of an error.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
libsip(3LIB)
SunOS 5.11 Last change: 25 Jan 2007 1
|