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

Macros

#define osip_proxy_authenticate_init(header)   osip_www_authenticate_init(header)
 Allocate a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_parse(header, hvalue)   osip_www_authenticate_parse(header, hvalue)
 Parse a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_to_str(header, dest)   osip_www_authenticate_to_str(header, dest)
 Get a string representation of a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_free   osip_www_authenticate_free
 Free a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_clone   osip_www_authenticate_clone
 Clone a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_auth_type(header)   osip_www_authenticate_get_auth_type(header)
 Get value of the auth_type parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_auth_type(header, value)   osip_www_authenticate_set_auth_type(header, value)
 Add the auth_type parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_realm(header)   osip_www_authenticate_get_realm(header)
 Get value of the realm parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_realm(header, value)   osip_www_authenticate_set_realm(header, value)
 Add the realm parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_domain(header)   osip_www_authenticate_get_domain(header)
 Get value of the domain parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_domain(header, value)   osip_www_authenticate_set_domain(header, value)
 Add the domain parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_nonce(header)   osip_www_authenticate_get_nonce(header)
 Get value of the nonce parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_nonce(header, value)   osip_www_authenticate_set_nonce(header, value)
 Add the nonce parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_opaque(header)   osip_www_authenticate_get_opaque(header)
 Get value of the opaque parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_opaque(header, value)   osip_www_authenticate_set_opaque(header, value)
 Add the opaque parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_stale(header)   osip_www_authenticate_get_stale(header)
 Get value of the stale parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_stale(header, value)   osip_www_authenticate_set_stale(header, value)
 Add the stale parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_stale_true(header)   osip_www_authenticate_set_stale(header,osip_strdup("true"))
 Add a stale parameter set to "true" in a proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_stale_false(header)   osip_www_authenticate_set_stale(header,osip_strdup("false"))
 Add a stale parameter set to "false" in a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_algorithm(header)   osip_www_authenticate_get_algorithm(header)
 Get value of the algorithm parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_algorithm(header, value)   osip_www_authenticate_set_algorithm(header, value)
 Add the algorithm parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_algorithm_MD5(header)   osip_www_authenticate_set_algorithm(header,osip_strdup("MD5"))
 Add the algorithm parameter set to "MD5" in a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_qop_options(header)   osip_www_authenticate_get_qop_options(header)
 Get value of the qop_options parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_qop_options(header, value)   osip_www_authenticate_set_qop_options(header,value)
 Add the qop_options parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_version(header)   osip_www_authenticate_get_version(header)
 Get value of the version parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_version(header, value)   osip_www_authenticate_set_version(header,value)
 Add the version parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_targetname(header)   osip_www_authenticate_get_targetname(header)
 Get value of the targetname parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_targetname(header, value)   osip_www_authenticate_set_targetname(header,value)
 Add the targetname parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_get_gssapi_data(header)   osip_www_authenticate_get_gssapi_data(header)
 Get value of the gssapi_data parameter from a Proxy-Authenticate element. More...
 
#define osip_proxy_authenticate_set_gssapi_data(header, value)   osip_www_authenticate_set_gssapi_data(header,value)
 Add the gssapi_data parameter from a Proxy-Authenticate element. More...
 

Typedefs

typedef osip_www_authenticate_t osip_proxy_authenticate_t
 Structure for Proxy-Authenticate headers. More...
 

Detailed Description

Macro Definition Documentation

#define osip_proxy_authenticate_clone   osip_www_authenticate_clone

#include <osip_proxy_authenticate.h>

Clone a Proxy-Authenticate element.

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

Definition at line 75 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_free   osip_www_authenticate_free

#include <osip_proxy_authenticate.h>

Free a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 69 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_algorithm (   header)    osip_www_authenticate_get_algorithm(header)

#include <osip_proxy_authenticate.h>

Get value of the algorithm parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 157 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_auth_type (   header)    osip_www_authenticate_get_auth_type(header)

#include <osip_proxy_authenticate.h>

Get value of the auth_type parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 81 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_domain (   header)    osip_www_authenticate_get_domain(header)

#include <osip_proxy_authenticate.h>

Get value of the domain parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 103 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_gssapi_data (   header)    osip_www_authenticate_get_gssapi_data(header)

#include <osip_proxy_authenticate.h>

Get value of the gssapi_data parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 206 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_nonce (   header)    osip_www_authenticate_get_nonce(header)

#include <osip_proxy_authenticate.h>

Get value of the nonce parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 114 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_opaque (   header)    osip_www_authenticate_get_opaque(header)

#include <osip_proxy_authenticate.h>

Get value of the opaque parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 125 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_qop_options (   header)    osip_www_authenticate_get_qop_options(header)

#include <osip_proxy_authenticate.h>

Get value of the qop_options parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 173 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_realm (   header)    osip_www_authenticate_get_realm(header)

#include <osip_proxy_authenticate.h>

Get value of the realm parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 92 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_stale (   header)    osip_www_authenticate_get_stale(header)

#include <osip_proxy_authenticate.h>

Get value of the stale parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 136 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_targetname (   header)    osip_www_authenticate_get_targetname(header)

#include <osip_proxy_authenticate.h>

Get value of the targetname parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 195 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_get_version (   header)    osip_www_authenticate_get_version(header)

#include <osip_proxy_authenticate.h>

Get value of the version parameter from a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 184 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_init (   header)    osip_www_authenticate_init(header)

#include <osip_proxy_authenticate.h>

Allocate a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 52 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_parse (   header,
  hvalue 
)    osip_www_authenticate_parse(header, hvalue)

#include <osip_proxy_authenticate.h>

Parse a Proxy-Authenticate element.

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

Definition at line 58 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_algorithm (   header,
  value 
)    osip_www_authenticate_set_algorithm(header, value)

#include <osip_proxy_authenticate.h>

Add the algorithm parameter from a Proxy-Authenticate element.

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

Definition at line 163 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_algorithm_MD5 (   header)    osip_www_authenticate_set_algorithm(header,osip_strdup("MD5"))

#include <osip_proxy_authenticate.h>

Add the algorithm parameter set to "MD5" in a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 168 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_auth_type (   header,
  value 
)    osip_www_authenticate_set_auth_type(header, value)

#include <osip_proxy_authenticate.h>

Add the auth_type parameter from a Proxy-Authenticate element.

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

Definition at line 87 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_domain (   header,
  value 
)    osip_www_authenticate_set_domain(header, value)

#include <osip_proxy_authenticate.h>

Add the domain parameter from a Proxy-Authenticate element.

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

Definition at line 109 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_gssapi_data (   header,
  value 
)    osip_www_authenticate_set_gssapi_data(header,value)

#include <osip_proxy_authenticate.h>

Add the gssapi_data parameter from a Proxy-Authenticate element.

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

Definition at line 212 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_nonce (   header,
  value 
)    osip_www_authenticate_set_nonce(header, value)

#include <osip_proxy_authenticate.h>

Add the nonce parameter from a Proxy-Authenticate element.

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

Definition at line 120 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_opaque (   header,
  value 
)    osip_www_authenticate_set_opaque(header, value)

#include <osip_proxy_authenticate.h>

Add the opaque parameter from a Proxy-Authenticate element.

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

Definition at line 131 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_qop_options (   header,
  value 
)    osip_www_authenticate_set_qop_options(header,value)

#include <osip_proxy_authenticate.h>

Add the qop_options parameter from a Proxy-Authenticate element.

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

Definition at line 179 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_realm (   header,
  value 
)    osip_www_authenticate_set_realm(header, value)

#include <osip_proxy_authenticate.h>

Add the realm parameter from a Proxy-Authenticate element.

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

Definition at line 98 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_stale (   header,
  value 
)    osip_www_authenticate_set_stale(header, value)

#include <osip_proxy_authenticate.h>

Add the stale parameter from a Proxy-Authenticate element.

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

Definition at line 142 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_stale_false (   header)    osip_www_authenticate_set_stale(header,osip_strdup("false"))

#include <osip_proxy_authenticate.h>

Add a stale parameter set to "false" in a Proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 152 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_stale_true (   header)    osip_www_authenticate_set_stale(header,osip_strdup("true"))

#include <osip_proxy_authenticate.h>

Add a stale parameter set to "true" in a proxy-Authenticate element.

Parameters
headerThe element to work on.

Definition at line 147 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_targetname (   header,
  value 
)    osip_www_authenticate_set_targetname(header,value)

#include <osip_proxy_authenticate.h>

Add the targetname parameter from a Proxy-Authenticate element.

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

Definition at line 201 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_set_version (   header,
  value 
)    osip_www_authenticate_set_version(header,value)

#include <osip_proxy_authenticate.h>

Add the version parameter from a Proxy-Authenticate element.

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

Definition at line 190 of file osip_proxy_authenticate.h.

#define osip_proxy_authenticate_to_str (   header,
  dest 
)    osip_www_authenticate_to_str(header, dest)

#include <osip_proxy_authenticate.h>

Get a string representation of a Proxy-Authenticate element.

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

Definition at line 64 of file osip_proxy_authenticate.h.

Typedef Documentation

#include <osip_proxy_authenticate.h>

Structure for Proxy-Authenticate headers.

Definition at line 41 of file osip_proxy_authenticate.h.