man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

sip_get_rseq(3SIP)

Name

sip_get_cseq, sip_get_rseq - get initial sequence number

Synopsis

cc [ flag ... ] file ... –lsip [ library ... ]
#include <sip.h>

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 attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
MT-Safe

See also

libsip(3LIB)