SIP Witch 1.9.15
|
oSIP osip_proxy_authenticate header definition. More...
#include <osipparser2/headers/osip_www_authenticate.h>
Go to the source code of this file.
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... | |
oSIP osip_proxy_authenticate header definition.
Definition in file osip_proxy_authenticate.h.