sip_new_msg(3sip) opensolaris man page | unix.com

Man Page: sip_new_msg

Operating Environment: opensolaris

Section: 3sip

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

NAME
sip_new_msg - allocates a new SIP message
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ] #include <sip.h> sip_msg_t sip_new_msg();
DESCRIPTION
The sip_new_msg() function allocates and returns a new SIP message.
RETURN VALUES
The sip_new_msg() function returns the newly allocated SIP 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_new_msg(3SIP)
Related Man Pages
sip_add_header(3sip) - opensolaris
sip_create_response(3sip) - opensolaris
sip_free_msg(3sip) - opensolaris
sip_hold_msg(3sip) - opensolaris
sip_process_new_packet(3sip) - opensolaris
Similar Topics in the Unix Linux Community
Trying to block signal
How to learn UNIX
PHP Man Pages Now Available (Over 10,000)
What's legal and what's not?
Identify problem with while getopts