SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
oSIP proxy-authentication-info header definition.
Collaboration diagram for oSIP proxy-authentication-info header definition.:

Macros

#define osip_proxy_authentication_info_init(header)   osip_authentication_info_init(header)
 Allocate a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_parse(header, hvalue)   osip_authentication_info_parse(header, hvalue)
 Parse a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_to_str(header, dest)   osip_authentication_info_to_str(header, dest)
 Get a string representation of a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_free   osip_authentication_info_free
 Free a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_clone   osip_authentication_info_clone
 Clone a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_nextnonce(header)   osip_authentication_info_get_nextnonce(header)
 Get value of the nextnonce parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_nextnonce(header, value)   osip_authentication_info_set_nextnonce(header, value)
 Add the nextnonce parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_cnonce(header)   osip_authentication_info_get_cnonce(header)
 Get value of the cnonce parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_cnonce(header, value)   osip_authentication_info_set_cnonce(header, value)
 Add the cnonce parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_qop_options(header)   osip_authentication_info_get_qop_options(header)
 Get value of the qop_options parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_qop_options(header, value)   osip_authentication_info_set_qop_options(header, value)
 Add the qop_options parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_rspauth(header)   osip_authentication_info_get_rspauth(header)
 Get value of the rspauth parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_rspauth(header, value)   osip_authentication_info_set_rspauth(header, value)
 Add the rspauth parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_nonce_count(header)   osip_authentication_info_get_nonce_count(header)
 Get value of the nc parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_nonce_count(header, value)   osip_authentication_info_set_nonce_count(header, value)
 Add the nc parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_snum(header)   osip_authentication_info_get_snum(header)
 Get value of the snum parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_snum(header, value)   osip_authentication_info_set_snum(header, value)
 Add the snum parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_srand(header)   osip_authentication_info_get_srand(header)
 Get value of the srand parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_srand(header, value)   osip_authentication_info_set_srand(header, value)
 Add the srand parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_targetname(header)   osip_authentication_info_get_targetname(header)
 Get value of the targetname parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_targetname(header, value)   osip_authentication_info_set_targetname(header, value)
 Add the targetname parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_realm(header)   osip_authentication_info_get_realm(header)
 Get value of the realm parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_realm(header, value)   osip_authentication_info_set_realm(header, value)
 Add the realm parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_get_opaque(header)   osip_authentication_info_get_opaque(header)
 Get value of the opaque parameter from a Authenication-Info element. More...
 
#define osip_proxy_authentication_info_set_opaque(header, value)   osip_authentication_info_set_opaque(header, value)
 Add the opaque parameter from a Authenication-Info element. More...
 

Typedefs

typedef osip_authentication_info_t osip_proxy_authentication_info_t
 Structure for Proxy-Authentication-Info headers. More...
 

Detailed Description

Macro Definition Documentation

#define osip_proxy_authentication_info_clone   osip_authentication_info_clone

#include <osip_proxy_authentication_info.h>

Clone a Authenication-Info element.

Parameters
headerThe element to work on.
destA pointer on the copy of the element.

Definition at line 75 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_free   osip_authentication_info_free

#include <osip_proxy_authentication_info.h>

Free a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 69 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_cnonce (   header)    osip_authentication_info_get_cnonce(header)

#include <osip_proxy_authentication_info.h>

Get value of the cnonce parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 92 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_nextnonce (   header)    osip_authentication_info_get_nextnonce(header)

#include <osip_proxy_authentication_info.h>

Get value of the nextnonce parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 81 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_nonce_count (   header)    osip_authentication_info_get_nonce_count(header)

#include <osip_proxy_authentication_info.h>

Get value of the nc parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 125 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_opaque (   header)    osip_authentication_info_get_opaque(header)

#include <osip_proxy_authentication_info.h>

Get value of the opaque parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 180 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_qop_options (   header)    osip_authentication_info_get_qop_options(header)

#include <osip_proxy_authentication_info.h>

Get value of the qop_options parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 103 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_realm (   header)    osip_authentication_info_get_realm(header)

#include <osip_proxy_authentication_info.h>

Get value of the realm parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 169 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_rspauth (   header)    osip_authentication_info_get_rspauth(header)

#include <osip_proxy_authentication_info.h>

Get value of the rspauth parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 114 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_snum (   header)    osip_authentication_info_get_snum(header)

#include <osip_proxy_authentication_info.h>

Get value of the snum parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 136 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_srand (   header)    osip_authentication_info_get_srand(header)

#include <osip_proxy_authentication_info.h>

Get value of the srand parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 147 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_get_targetname (   header)    osip_authentication_info_get_targetname(header)

#include <osip_proxy_authentication_info.h>

Get value of the targetname parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 158 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_init (   header)    osip_authentication_info_init(header)

#include <osip_proxy_authentication_info.h>

Allocate a Authenication-Info element.

Parameters
headerThe element to work on.

Definition at line 52 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_parse (   header,
  hvalue 
)    osip_authentication_info_parse(header, hvalue)

#include <osip_proxy_authentication_info.h>

Parse a Authenication-Info element.

Parameters
headerThe element to work on.
hvalueThe string to parse.

Definition at line 58 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_cnonce (   header,
  value 
)    osip_authentication_info_set_cnonce(header, value)

#include <osip_proxy_authentication_info.h>

Add the cnonce parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 98 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_nextnonce (   header,
  value 
)    osip_authentication_info_set_nextnonce(header, value)

#include <osip_proxy_authentication_info.h>

Add the nextnonce parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 87 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_nonce_count (   header,
  value 
)    osip_authentication_info_set_nonce_count(header, value)

#include <osip_proxy_authentication_info.h>

Add the nc parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 131 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_opaque (   header,
  value 
)    osip_authentication_info_set_opaque(header, value)

#include <osip_proxy_authentication_info.h>

Add the opaque parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 186 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_qop_options (   header,
  value 
)    osip_authentication_info_set_qop_options(header, value)

#include <osip_proxy_authentication_info.h>

Add the qop_options parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 109 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_realm (   header,
  value 
)    osip_authentication_info_set_realm(header, value)

#include <osip_proxy_authentication_info.h>

Add the realm parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 175 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_rspauth (   header,
  value 
)    osip_authentication_info_set_rspauth(header, value)

#include <osip_proxy_authentication_info.h>

Add the rspauth parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 120 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_snum (   header,
  value 
)    osip_authentication_info_set_snum(header, value)

#include <osip_proxy_authentication_info.h>

Add the snum parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 142 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_srand (   header,
  value 
)    osip_authentication_info_set_srand(header, value)

#include <osip_proxy_authentication_info.h>

Add the srand parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 153 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_set_targetname (   header,
  value 
)    osip_authentication_info_set_targetname(header, value)

#include <osip_proxy_authentication_info.h>

Add the targetname parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

Definition at line 164 of file osip_proxy_authentication_info.h.

#define osip_proxy_authentication_info_to_str (   header,
  dest 
)    osip_authentication_info_to_str(header, dest)

#include <osip_proxy_authentication_info.h>

Get a string representation of a Authenication-Info element.

Parameters
headerThe element to work on.
destA pointer on the new allocated string.

Definition at line 64 of file osip_proxy_authentication_info.h.

Typedef Documentation

#include <osip_proxy_authentication_info.h>

Structure for Proxy-Authentication-Info headers.

Definition at line 41 of file osip_proxy_authentication_info.h.