1sip_get_cseq(3SIP)Session Initiation Protocol Library Functionssip_get_cseq(3SIP)
2
3
4
6 sip_get_cseq, sip_get_rseq - get initial sequence number
7
9 cc [ flag ... ] file ... -lsip [ library ... ]
10 #include <sip.h>
11
12 uint32_t sip_get_cseq();
13
14
15 uint32_t sip_get_rseq();
16
17
19 The sip_get_cseq() and sip_get_rseq() functions can be used to generate
20 an initial sequence number for the CSEQ and RSEQ headers.
21
23 The value of errno is not changed by these calls in the event of an
24 error.
25
27 See attributes(5) for descriptions of the following attributes:
28
29
30
31
32 ┌─────────────────────────────┬─────────────────────────────┐
33 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
34 ├─────────────────────────────┼─────────────────────────────┤
35 │Interface Stability │Committed │
36 ├─────────────────────────────┼─────────────────────────────┤
37 │MT-Level │MT-Safe │
38 └─────────────────────────────┴─────────────────────────────┘
39
41 libsip(3LIB)
42
43
44
45SunOS 5.11 25 Jan 2007 sip_get_cseq(3SIP)