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

Macros

#define osip_proxy_authorization_init(header)   osip_authorization_init(header)
 Allocate a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_parse(header, hvalue)   osip_authorization_parse(header, hvalue)
 Parse a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_to_str(header, dest)   osip_authorization_to_str(header, dest)
 Get a string representation of a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_free   osip_authorization_free
 Free a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_clone   osip_authorization_clone
 Clone a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_auth_type(header)   osip_authorization_get_auth_type(header)
 Get value of the auth_type parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_auth_type(header, value)   osip_authorization_set_auth_type(header, value)
 Add the auth_type parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_username(header)   osip_authorization_get_username(header)
 Get value of the username parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_username(header, value)   osip_authorization_set_username(header, value)
 Add the username parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_realm(header)   osip_authorization_get_realm(header)
 Get value of the realm parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_realm(header, value)   osip_authorization_set_realm(header, value)
 Add the realm parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_nonce(header)   osip_authorization_get_nonce(header)
 Get value of the nonce parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_nonce(header, value)   osip_authorization_set_nonce(header, value)
 Add the nonce parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_uri(header)   osip_authorization_get_uri(header)
 Get value of the uri parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_uri(header, value)   osip_authorization_set_uri(header, value)
 Add the uri parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_response(header)   osip_authorization_get_response(header)
 Get value of the response parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_response(header, value)   osip_authorization_set_response(header, value)
 Add the response parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_digest(header)   osip_authorization_get_digest(header)
 Get value of the digest parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_digest(header, value)   osip_authorization_set_digest(header, value)
 Add the digest parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_algorithm(header)   osip_authorization_get_algorithm(header)
 Get value of the algorithm parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_algorithm(header, value)   osip_authorization_set_algorithm(header,value)
 Add the algorithm parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_cnonce(header)   osip_authorization_get_cnonce(header)
 Get value of the cnonce parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_cnonce(header, value)   osip_authorization_set_cnonce(header, value)
 Add the cnonce parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_opaque(header)   osip_authorization_get_opaque(header)
 Get value of the opaque parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_opaque(header, value)   osip_authorization_set_opaque(header, value)
 Add the opaque parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_message_qop(header)   osip_authorization_get_message_qop(header)
 Get value of the message_qop parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_message_qop(header, value)   osip_authorization_set_message_qop(header, value)
 Add the message_qop parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_nonce_count(header)   osip_authorization_get_nonce_count(header)
 Get value of the nonce_count parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_nonce_count(header, value)   osip_authorization_set_nonce_count(header, value)
 Add the nonce_count parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_version(header)   osip_authorization_get_version(header)
 Get value of the version parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_version(header, value)   osip_authorization_set_version(header, value)
 Add the version parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_targetname(header)   osip_authorization_get_targetname(header)
 Get value of the targetname parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_targetname(header, value)   osip_authorization_set_targetname(header, value)
 Add the targetname parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_get_gssapi_data(header)   osip_authorization_get_gssapi_data(header)
 Get value of the gssapi_data parameter from a Proxy-Authorization element. More...
 
#define osip_proxy_authorization_set_gssapi_data(header, value)   osip_authorization_set_gssapi_data(header, value)
 Add the gssapi_data parameter from a Proxy-Authorization element. More...
 

Typedefs

typedef osip_authorization_t osip_proxy_authorization_t
 Structure for Proxy-Authorization headers. More...
 

Detailed Description

Macro Definition Documentation

#define osip_proxy_authorization_clone   osip_authorization_clone

#include <osip_proxy_authorization.h>

Clone a Proxy-Authorization element.

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

Definition at line 76 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_free   osip_authorization_free

#include <osip_proxy_authorization.h>

Free a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 70 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_algorithm (   header)    osip_authorization_get_algorithm(header)

#include <osip_proxy_authorization.h>

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

Parameters
headerThe element to work on.

Definition at line 159 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_auth_type (   header)    osip_authorization_get_auth_type(header)

#include <osip_proxy_authorization.h>

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

Parameters
headerThe element to work on.

Definition at line 82 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_cnonce (   header)    osip_authorization_get_cnonce(header)

#include <osip_proxy_authorization.h>

Get value of the cnonce parameter from a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 170 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_digest (   header)    osip_authorization_get_digest(header)

#include <osip_proxy_authorization.h>

Get value of the digest parameter from a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 148 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_gssapi_data (   header)    osip_authorization_get_gssapi_data(header)

#include <osip_proxy_authorization.h>

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

Parameters
headerThe element to work on.

Definition at line 236 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_message_qop (   header)    osip_authorization_get_message_qop(header)

#include <osip_proxy_authorization.h>

Get value of the message_qop parameter from a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 192 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_nonce (   header)    osip_authorization_get_nonce(header)

#include <osip_proxy_authorization.h>

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

Parameters
headerThe element to work on.

Definition at line 115 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_nonce_count (   header)    osip_authorization_get_nonce_count(header)

#include <osip_proxy_authorization.h>

Get value of the nonce_count parameter from a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 203 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_opaque (   header)    osip_authorization_get_opaque(header)

#include <osip_proxy_authorization.h>

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

Parameters
headerThe element to work on.

Definition at line 181 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_realm (   header)    osip_authorization_get_realm(header)

#include <osip_proxy_authorization.h>

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

Parameters
headerThe element to work on.

Definition at line 104 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_response (   header)    osip_authorization_get_response(header)

#include <osip_proxy_authorization.h>

Get value of the response parameter from a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 137 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_targetname (   header)    osip_authorization_get_targetname(header)

#include <osip_proxy_authorization.h>

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

Parameters
headerThe element to work on.

Definition at line 225 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_uri (   header)    osip_authorization_get_uri(header)

#include <osip_proxy_authorization.h>

Get value of the uri parameter from a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 126 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_username (   header)    osip_authorization_get_username(header)

#include <osip_proxy_authorization.h>

Get value of the username parameter from a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 93 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_get_version (   header)    osip_authorization_get_version(header)

#include <osip_proxy_authorization.h>

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

Parameters
headerThe element to work on.

Definition at line 214 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_init (   header)    osip_authorization_init(header)

#include <osip_proxy_authorization.h>

Allocate a Proxy-Authorization element.

Parameters
headerThe element to work on.

Definition at line 53 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_parse (   header,
  hvalue 
)    osip_authorization_parse(header, hvalue)

#include <osip_proxy_authorization.h>

Parse a Proxy-Authorization element.

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

Definition at line 59 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_algorithm (   header,
  value 
)    osip_authorization_set_algorithm(header,value)

#include <osip_proxy_authorization.h>

Add the algorithm parameter from a Proxy-Authorization element.

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

Definition at line 165 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_auth_type (   header,
  value 
)    osip_authorization_set_auth_type(header, value)

#include <osip_proxy_authorization.h>

Add the auth_type parameter from a Proxy-Authorization element.

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

Definition at line 88 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_cnonce (   header,
  value 
)    osip_authorization_set_cnonce(header, value)

#include <osip_proxy_authorization.h>

Add the cnonce parameter from a Proxy-Authorization element.

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

Definition at line 176 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_digest (   header,
  value 
)    osip_authorization_set_digest(header, value)

#include <osip_proxy_authorization.h>

Add the digest parameter from a Proxy-Authorization element.

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

Definition at line 154 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_gssapi_data (   header,
  value 
)    osip_authorization_set_gssapi_data(header, value)

#include <osip_proxy_authorization.h>

Add the gssapi_data parameter from a Proxy-Authorization element.

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

Definition at line 242 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_message_qop (   header,
  value 
)    osip_authorization_set_message_qop(header, value)

#include <osip_proxy_authorization.h>

Add the message_qop parameter from a Proxy-Authorization element.

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

Definition at line 198 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_nonce (   header,
  value 
)    osip_authorization_set_nonce(header, value)

#include <osip_proxy_authorization.h>

Add the nonce parameter from a Proxy-Authorization element.

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

Definition at line 121 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_nonce_count (   header,
  value 
)    osip_authorization_set_nonce_count(header, value)

#include <osip_proxy_authorization.h>

Add the nonce_count parameter from a Proxy-Authorization element.

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

Definition at line 209 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_opaque (   header,
  value 
)    osip_authorization_set_opaque(header, value)

#include <osip_proxy_authorization.h>

Add the opaque parameter from a Proxy-Authorization element.

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

Definition at line 187 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_realm (   header,
  value 
)    osip_authorization_set_realm(header, value)

#include <osip_proxy_authorization.h>

Add the realm parameter from a Proxy-Authorization element.

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

Definition at line 110 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_response (   header,
  value 
)    osip_authorization_set_response(header, value)

#include <osip_proxy_authorization.h>

Add the response parameter from a Proxy-Authorization element.

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

Definition at line 143 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_targetname (   header,
  value 
)    osip_authorization_set_targetname(header, value)

#include <osip_proxy_authorization.h>

Add the targetname parameter from a Proxy-Authorization element.

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

Definition at line 231 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_uri (   header,
  value 
)    osip_authorization_set_uri(header, value)

#include <osip_proxy_authorization.h>

Add the uri parameter from a Proxy-Authorization element.

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

Definition at line 132 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_username (   header,
  value 
)    osip_authorization_set_username(header, value)

#include <osip_proxy_authorization.h>

Add the username parameter from a Proxy-Authorization element.

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

Definition at line 99 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_set_version (   header,
  value 
)    osip_authorization_set_version(header, value)

#include <osip_proxy_authorization.h>

Add the version parameter from a Proxy-Authorization element.

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

Definition at line 220 of file osip_proxy_authorization.h.

#define osip_proxy_authorization_to_str (   header,
  dest 
)    osip_authorization_to_str(header, dest)

#include <osip_proxy_authorization.h>

Get a string representation of a Proxy-Authorization element.

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

Definition at line 65 of file osip_proxy_authorization.h.

Typedef Documentation

#include <osip_proxy_authorization.h>

Structure for Proxy-Authorization headers.

Definition at line 41 of file osip_proxy_authorization.h.