Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sip_clear_stale_data(3sip) [opensolaris man page]

sip_init_conn_object(3SIP)			   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 <sip.h> 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 connection object obj for use by the stack. The first member of the connection object (a void *) is used by the stack to store 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 object obj. 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 attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
libsip(3LIB) SunOS 5.11 25 Jan 2007 sip_init_conn_object(3SIP)

Check Out this Related Man Page

sip_init_conn_object(3SIP)			   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 <sip.h> 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 connection object obj for use by the stack. The first member of the connection object (a void *) is used by the stack to store 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 object obj. 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 attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
libsip(3LIB) SunOS 5.11 25 Jan 2007 sip_init_conn_object(3SIP)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

make command failed for target 'obj/gp_unix.o'

hi, i am trying to run make command in solaris 9. its giving the error: make:Fatal error:Command failed for target 'obj/gp_unix.o' i came to know X11 should be inastalled for gp_unix.o.But it is already installed.still the same error. ./configure worked fine. can anybody please suggest... (3 Replies)
Discussion started by: rosalina
3 Replies

2. UNIX for Dummies Questions & Answers

awk command not woking

code ************ obj=test export obj file_str=`awk '{ print substr( $obj, 0, 17 ) }'` export file_str ************ This is not working... Thanks (3 Replies)
Discussion started by: w020637
3 Replies

3. Programming

Linking Linux Driver written in C with ASM module

Hi, I have got sample linux driver written in C. I got also some assembly code, compiled into .o file (using as compiler). In my Makefile I got: obj-m += someDriver.o someDriver-objs := CFile1.o CFile2.o ASMFile.o default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modulesUnfortunatelly I cannot... (0 Replies)
Discussion started by: Chrisdot
0 Replies

4. Solaris

SunONE (webserver7) obj.conf

Hello all, I'm configuring the webserver and I need to add some parameters to be logged, so I don't know if I'm doing it right, please advice. Here's my obj.conf: # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # You can edit this... (0 Replies)
Discussion started by: TorvusBog
0 Replies