Session Initiation Protocol Library Functions
sipclonemsg(3SIP)
NAME
sipclonemsg - clone a SIP message
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ]
#include
sipmsgt sipclonemsg(sipmsgt sipmsg);
DESCRIPTION
The sipclonemsg() 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 sipclonemsg() function returns the cloned message on
success and NUL on failure.
The value of errno is not changed by these calls in the
event of an error.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
libsip(3LIB)
SunOS 5.11 Last change: 25 Jan 2007 1
Session Initiation Protocol Library Functions
sipclonemsg(3SIP)
SunOS 5.11 Last change: 25 Jan 2007 2
|