21 #ifndef _OSIP_PROXY_AUHTHORIZATION_H_
22 #define _OSIP_PROXY_AUHTHORIZATION_H_
53 #define osip_proxy_authorization_init(header) osip_authorization_init(header)
59 #define osip_proxy_authorization_parse(header, hvalue) osip_authorization_parse(header, hvalue)
65 #define osip_proxy_authorization_to_str(header, dest) osip_authorization_to_str(header, dest)
70 #define osip_proxy_authorization_free osip_authorization_free
76 #define osip_proxy_authorization_clone osip_authorization_clone
82 #define osip_proxy_authorization_get_auth_type(header) osip_authorization_get_auth_type(header)
88 #define osip_proxy_authorization_set_auth_type(header, value) osip_authorization_set_auth_type(header, value)
93 #define osip_proxy_authorization_get_username(header) osip_authorization_get_username(header)
99 #define osip_proxy_authorization_set_username(header, value) osip_authorization_set_username(header, value)
104 #define osip_proxy_authorization_get_realm(header) osip_authorization_get_realm(header)
110 #define osip_proxy_authorization_set_realm(header, value) osip_authorization_set_realm(header, value)
115 #define osip_proxy_authorization_get_nonce(header) osip_authorization_get_nonce(header)
121 #define osip_proxy_authorization_set_nonce(header, value) osip_authorization_set_nonce(header, value)
126 #define osip_proxy_authorization_get_uri(header) osip_authorization_get_uri(header)
132 #define osip_proxy_authorization_set_uri(header, value) osip_authorization_set_uri(header, value)
137 #define osip_proxy_authorization_get_response(header) osip_authorization_get_response(header)
143 #define osip_proxy_authorization_set_response(header, value) osip_authorization_set_response(header, value)
148 #define osip_proxy_authorization_get_digest(header) osip_authorization_get_digest(header)
154 #define osip_proxy_authorization_set_digest(header, value) osip_authorization_set_digest(header, value)
159 #define osip_proxy_authorization_get_algorithm(header) osip_authorization_get_algorithm(header)
165 #define osip_proxy_authorization_set_algorithm(header,value) osip_authorization_set_algorithm(header,value)
170 #define osip_proxy_authorization_get_cnonce(header) osip_authorization_get_cnonce(header)
176 #define osip_proxy_authorization_set_cnonce(header, value) osip_authorization_set_cnonce(header, value)
181 #define osip_proxy_authorization_get_opaque(header) osip_authorization_get_opaque(header)
187 #define osip_proxy_authorization_set_opaque(header, value) osip_authorization_set_opaque(header, value)
192 #define osip_proxy_authorization_get_message_qop(header) osip_authorization_get_message_qop(header)
198 #define osip_proxy_authorization_set_message_qop(header, value) osip_authorization_set_message_qop(header, value)
203 #define osip_proxy_authorization_get_nonce_count(header) osip_authorization_get_nonce_count(header)
209 #define osip_proxy_authorization_set_nonce_count(header, value) osip_authorization_set_nonce_count(header, value)
214 #define osip_proxy_authorization_get_version(header) osip_authorization_get_version(header)
220 #define osip_proxy_authorization_set_version(header, value) osip_authorization_set_version(header, value)
225 #define osip_proxy_authorization_get_targetname(header) osip_authorization_get_targetname(header)
231 #define osip_proxy_authorization_set_targetname(header, value) osip_authorization_set_targetname(header, value)
236 #define osip_proxy_authorization_get_gssapi_data(header) osip_authorization_get_gssapi_data(header)
242 #define osip_proxy_authorization_set_gssapi_data(header, value) osip_authorization_set_gssapi_data(header, value)
osip_authorization_t osip_proxy_authorization_t
Structure for Proxy-Authorization headers.
Definition of the Authorization header.
oSIP osip_authorization header definition.