Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

oSIP proxy-authenticate header definition.
[oSIP headers definitions]


Defines

#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(header) osip_www_authenticate_free(header)
#define osip_proxy_authenticate_clone(header, dest) osip_www_authenticate_clone(header, dest)
#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)

Typedefs

typedef osip_www_authenticate_t osip_proxy_authenticate_t

Define Documentation

#define osip_proxy_authenticate_clone ( header,
dest ) osip_www_authenticate_clone(header, dest)

Clone a Proxy-Authenticate element.

Parameters:
header The element to work on.
dest A pointer on the copy of the element.

#define osip_proxy_authenticate_free ( header ) osip_www_authenticate_free(header)

Free a Proxy-Authenticate element.

Parameters:
header The element to work on.

#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:
header The element to work on.

#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:
header The element to work on.

#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:
header The element to work on.

#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:
header The element to work on.

#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:
header The element to work on.

#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:
header The element to work on.

#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:
header The element to work on.

#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:
header The element to work on.

#define osip_proxy_authenticate_init ( header ) osip_www_authenticate_init(header)

Allocate a Proxy-Authenticate element.

Parameters:
header The element to work on.

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

Parse a Proxy-Authenticate element.

Parameters:
header The element to work on.
hvalue The string to parse.

#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:
header The element to work on.
value The value of the new parameter.

#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:
header The element to work on.

#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:
header The element to work on.
value The value of the new parameter.

#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:
header The element to work on.
value The value of the new parameter.

#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:
header The element to work on.
value The value of the new parameter.

#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:
header The element to work on.
value The value of the new parameter.

#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:
header The element to work on.
value The value of the new parameter.

#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:
header The element to work on.
value The value of the new parameter.

#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:
header The element to work on.
value The value of the new parameter.

#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:
header The element to work on.

#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:
header The element to work on.

#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:
header The element to work on.
dest A pointer on the new allocated string.

Typedef Documentation

Structure for Proxy-Authenticate headers.


Generated on Tue Feb 22 00:59:47 2005 for libosip by doxygen 1.4.1

AltStyle によって変換されたページ (->オリジナル) /