Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sip_clone_msg(3sip) [opensolaris man page]

sip_clone_msg(3SIP)				   Session Initiation Protocol Library Functions			       sip_clone_msg(3SIP)

NAME
sip_clone_msg - clone a SIP message SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ] #include <sip.h> sip_msg_t sip_clone_msg(sip_msg_t sip_msg); DESCRIPTION
The sip_clone_msg() function clones the input SIP message and returns the cloned message. The resulting cloned message has all the SIP headers and message body, if present, from the input message. RETURN VALUES
The sip_clone_msg() function returns the cloned message on success and NULL on failure. 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) SunOS 5.11 25 Jan 2007 sip_clone_msg(3SIP)

Check Out this Related Man Page

sip_hold_msg(3SIP)				   Session Initiation Protocol Library Functions				sip_hold_msg(3SIP)

NAME
sip_hold_msg, sip_free_msg - adds and removes a reference from a SIP message SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ] #include <sip.h> void sip_hold_msg(sip_msg_t sip_msg); void sip_free_msg(sip_msg_t sip_msg); DESCRIPTION
The sip_hold_msg() function adds a reference to the SIP message passed as the argument. The reference is used to prevent the SIP message from being freed when in use. The sip_free_msg() function is used to remove an added reference on the SIP message passed as the argument. If this is the last reference on the SIP message (i.e. the number of references on the SIP message is 0), the SIP message is destroyed and associated resources freed. Freeing a SIP message does not set the sip_msg pointer to NULL. Applications should not expect the pointer to a freed SIP message to be NULL. 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) SunOS 5.11 25 Jan 2007 sip_hold_msg(3SIP)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to extract the value

hi i have a file which has following content: <config> <key>Protocol</key> <value>SIP</value> <config> i want a script which will see the value of Protocol is SIP. Can any one pls help me? (1 Reply)
Discussion started by: Aditya.Gurgaon
1 Replies

2. SuSE

Du -sh in / message

I have cloned a zLinux server and whenever I issue the command 'du -sh' on the / it always gives the below message: du: cannot access `./proc/3721/task/3721/fd/4': No such file or directory du: cannot access `./proc/3721/task/3721/fdinfo/4': No such file or directory du: cannot access... (5 Replies)
Discussion started by: schizoprenics
5 Replies