The OpenNET Project / Index page

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

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

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

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

    NAME

    sip_add_header - add a SIP header to the SIP message
     
    

    SYNOPSIS

    cc [ flag ... ] file ... -lsip [ library ... ]
    #include <sip.h>
    
    int sip_add_header(sip_msg_t sip_msg, char *header_string);
    

     

    DESCRIPTION

    The sip_add_header() function takes the SIP header header_string, adds a CRLF (carriage return/line feed) and appends it to the SIP message sip_msg. The sip_add_header() function is typically used when adding a SIP header with multiple values.  

    RETURN VALUES

    The sip_add_header() function returns 0 on success and the appropriate error value on failure.  

    ERRORS

    On failure, the sip_add_header() function can return one of the following error values:

    EINVAL

    Mandatory parameters are not provided, i.e. null.

    EPERM

    The message cannot be modified.

    ENOMEM

    Error allocating memory for creating headers/parameters.

     

    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
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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