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