Session Initiation Protocol Library Functions
sip_init_conn_object(3SIP)
NAME
sip_init_conn_object, sip_clear_stale_data,
sip_conn_destroyed - connection object related functions
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ]
#include
int sip_init_conn_object(sip_conn_object_t obj);
void sip_clear_stale_data(sip_conn_object_t obj);
void sip_conn_destroyed(sip_conn_object_t obj);
DESCRIPTION
The sip_init_conn_object() function initializes the connec-
tion object obj for use by the stack. The first member of the connection object (a void *) is used by the stack tostore connection object specific stack-private data.
The sip_clear_stale_data() function is used to clear any
stack-private data in the connection object obj.
The sip_conn_destroyed() function is used to intimate the
stack of the pending destruction of the connection objectobj. The stack clean up any stack-private data in obj and
also removes obj from any caches the stack maintains.RETURN VALUES
The sip_init_conn_object() function returns 0 on success and
the appropriate error value 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 attri-
butes:SunOS 5.11 Last change: 25 Jan 2007 1
Session Initiation Protocol Library Functionssip_init_conn_object(3SIP)
______________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
libsip(3LIB)SunOS 5.11 Last change: 25 Jan 2007 2
Session Initiation Protocol Library Functionssip_init_conn_object(3SIP)
SunOS 5.11 Last change: 25 Jan 2007 3