1sip_new_msg(3SIP)Session Initiation Protocol Library Functionssip_new_msg(3SIP)
2
3
4

NAME

6       sip_new_msg - allocates a new SIP message
7

SYNOPSIS

9       cc [ flag ... ] file ... -lsip [ library ... ]
10       #include <sip.h>
11
12       sip_msg_t sip_new_msg();
13
14

DESCRIPTION

16       The sip_new_msg() function allocates and returns a new SIP message.
17

RETURN VALUES

19       The  sip_new_msg()  function returns the newly allocated SIP message on
20       success and NULL on failure.
21
22
23       The value of errno is not changed by these calls in  the  event  of  an
24       error.
25

ATTRIBUTES

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

SEE ALSO

41       libsip(3LIB)
42
43
44
45SunOS 5.11                        25 Jan 2007                sip_new_msg(3SIP)
Impressum