The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

sip_init_conn_object (3)
  • >> sip_init_conn_object (3) ( Solaris man: Библиотечные вызовы )
  •  

    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 TYPEATTRIBUTE VALUE

    Interface StabilityCommitted

    MT-Level

     

    SEE ALSO

    libsip(3LIB)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру