libosip  5.3.0
Macros | Typedefs
oSIP proxy-authenticate header definition.

Macros

#define osip_proxy_authenticate_init(header)   osip_www_authenticate_init(header)
 
#define osip_proxy_authenticate_parse(header, hvalue)   osip_www_authenticate_parse(header, hvalue)
 
#define osip_proxy_authenticate_to_str(header, dest)   osip_www_authenticate_to_str(header, dest)
 
#define osip_proxy_authenticate_free   osip_www_authenticate_free
 
#define osip_proxy_authenticate_clone   osip_www_authenticate_clone
 
#define osip_proxy_authenticate_get_auth_type(header)   osip_www_authenticate_get_auth_type(header)
 
#define osip_proxy_authenticate_set_auth_type(header, value)   osip_www_authenticate_set_auth_type(header, value)
 
#define osip_proxy_authenticate_get_realm(header)   osip_www_authenticate_get_realm(header)
 
#define osip_proxy_authenticate_set_realm(header, value)   osip_www_authenticate_set_realm(header, value)
 
#define osip_proxy_authenticate_get_domain(header)   osip_www_authenticate_get_domain(header)
 
#define osip_proxy_authenticate_set_domain(header, value)   osip_www_authenticate_set_domain(header, value)
 
#define osip_proxy_authenticate_get_nonce(header)   osip_www_authenticate_get_nonce(header)
 
#define osip_proxy_authenticate_set_nonce(header, value)   osip_www_authenticate_set_nonce(header, value)
 
#define osip_proxy_authenticate_get_opaque(header)   osip_www_authenticate_get_opaque(header)
 
#define osip_proxy_authenticate_set_opaque(header, value)   osip_www_authenticate_set_opaque(header, value)
 
#define osip_proxy_authenticate_get_stale(header)   osip_www_authenticate_get_stale(header)
 
#define osip_proxy_authenticate_set_stale(header, value)   osip_www_authenticate_set_stale(header, value)
 
#define osip_proxy_authenticate_set_stale_true(header)   osip_www_authenticate_set_stale(header, osip_strdup("true"))
 
#define osip_proxy_authenticate_set_stale_false(header)   osip_www_authenticate_set_stale(header, osip_strdup("false"))
 
#define osip_proxy_authenticate_get_algorithm(header)   osip_www_authenticate_get_algorithm(header)
 
#define osip_proxy_authenticate_set_algorithm(header, value)   osip_www_authenticate_set_algorithm(header, value)
 
#define osip_proxy_authenticate_set_algorithm_MD5(header)   osip_www_authenticate_set_algorithm(header, osip_strdup("MD5"))
 
#define osip_proxy_authenticate_get_qop_options(header)   osip_www_authenticate_get_qop_options(header)
 
#define osip_proxy_authenticate_set_qop_options(header, value)   osip_www_authenticate_set_qop_options(header, value)
 
#define osip_proxy_authenticate_get_version(header)   osip_www_authenticate_get_version(header)
 
#define osip_proxy_authenticate_set_version(header, value)   osip_www_authenticate_set_version(header, value)
 
#define osip_proxy_authenticate_get_targetname(header)   osip_www_authenticate_get_targetname(header)
 
#define osip_proxy_authenticate_set_targetname(header, value)   osip_www_authenticate_set_targetname(header, value)
 
#define osip_proxy_authenticate_get_gssapi_data(header)   osip_www_authenticate_get_gssapi_data(header)
 
#define osip_proxy_authenticate_set_gssapi_data(header, value)   osip_www_authenticate_set_gssapi_data(header, value)
 

Typedefs

typedef osip_www_authenticate_t osip_proxy_authenticate_t
 

Detailed Description

Macro Definition Documentation

◆ osip_proxy_authenticate_clone

#define osip_proxy_authenticate_clone   osip_www_authenticate_clone

Clone a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_free

#define osip_proxy_authenticate_free   osip_www_authenticate_free

Free a Proxy-Authenticate element.

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_algorithm

#define osip_proxy_authenticate_get_algorithm (   header)    osip_www_authenticate_get_algorithm(header)

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

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_auth_type

#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.

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_domain

#define osip_proxy_authenticate_get_domain (   header)    osip_www_authenticate_get_domain(header)

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

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_gssapi_data

#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.

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_nonce

#define osip_proxy_authenticate_get_nonce (   header)    osip_www_authenticate_get_nonce(header)

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

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_opaque

#define osip_proxy_authenticate_get_opaque (   header)    osip_www_authenticate_get_opaque(header)

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

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_qop_options

#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.

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_realm

#define osip_proxy_authenticate_get_realm (   header)    osip_www_authenticate_get_realm(header)

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

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_stale

#define osip_proxy_authenticate_get_stale (   header)    osip_www_authenticate_get_stale(header)

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

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_targetname

#define osip_proxy_authenticate_get_targetname (   header)    osip_www_authenticate_get_targetname(header)

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

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_get_version

#define osip_proxy_authenticate_get_version (   header)    osip_www_authenticate_get_version(header)

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

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_init

#define osip_proxy_authenticate_init (   header)    osip_www_authenticate_init(header)

Allocate a Proxy-Authenticate element.

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_parse

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

Parse a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_set_algorithm

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

Add the algorithm parameter from a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_set_algorithm_MD5

#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.

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_set_auth_type

#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.

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

◆ osip_proxy_authenticate_set_domain

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

Add the domain parameter from a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_set_gssapi_data

#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.

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

◆ osip_proxy_authenticate_set_nonce

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

Add the nonce parameter from a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_set_opaque

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

Add the opaque parameter from a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_set_qop_options

#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.

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

◆ osip_proxy_authenticate_set_realm

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

Add the realm parameter from a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_set_stale

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

Add the stale parameter from a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_set_stale_false

#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.

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_set_stale_true

#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.

Parameters
headerThe element to work on.

◆ osip_proxy_authenticate_set_targetname

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

Add the targetname parameter from a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_set_version

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

Add the version parameter from a Proxy-Authenticate element.

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

◆ osip_proxy_authenticate_to_str

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

Get a string representation of a Proxy-Authenticate element.

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

Typedef Documentation

◆ osip_proxy_authenticate_t

Structure for Proxy-Authenticate headers.