Session Initiation Protocol Library Functions sip_get_cseq(3SIP)
NAME
sip_get_cseq, sip_get_rseq - get initial sequence number
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ]
#include
uint32_t sip_get_cseq();
uint32_t sip_get_rseq();
DESCRIPTION
The sip_get_cseq() and sip_get_rseq() 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.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
libsip(3LIB)SunOS 5.11 Last change: 25 Jan 2007 1