21 #ifndef _OSIP_PROXY_AUTHENTICATION_INFO_H_
22 #define _OSIP_PROXY_AUTHENTICATION_INFO_H_
52 #define osip_proxy_authentication_info_init(header) osip_authentication_info_init(header)
58 #define osip_proxy_authentication_info_parse(header, hvalue) osip_authentication_info_parse(header, hvalue)
64 #define osip_proxy_authentication_info_to_str(header, dest) osip_authentication_info_to_str(header, dest)
69 #define osip_proxy_authentication_info_free osip_authentication_info_free
75 #define osip_proxy_authentication_info_clone osip_authentication_info_clone
81 #define osip_proxy_authentication_info_get_nextnonce(header) osip_authentication_info_get_nextnonce(header)
87 #define osip_proxy_authentication_info_set_nextnonce(header, value) osip_authentication_info_set_nextnonce(header, value)
92 #define osip_proxy_authentication_info_get_cnonce(header) osip_authentication_info_get_cnonce(header)
98 #define osip_proxy_authentication_info_set_cnonce(header, value) osip_authentication_info_set_cnonce(header, value)
103 #define osip_proxy_authentication_info_get_qop_options(header) osip_authentication_info_get_qop_options(header)
109 #define osip_proxy_authentication_info_set_qop_options(header, value) osip_authentication_info_set_qop_options(header, value)
114 #define osip_proxy_authentication_info_get_rspauth(header) osip_authentication_info_get_rspauth(header)
120 #define osip_proxy_authentication_info_set_rspauth(header, value) osip_authentication_info_set_rspauth(header, value)
125 #define osip_proxy_authentication_info_get_nonce_count(header) osip_authentication_info_get_nonce_count(header)
131 #define osip_proxy_authentication_info_set_nonce_count(header, value) osip_authentication_info_set_nonce_count(header, value)
136 #define osip_proxy_authentication_info_get_snum(header) osip_authentication_info_get_snum(header)
142 #define osip_proxy_authentication_info_set_snum(header, value) osip_authentication_info_set_snum(header, value)
147 #define osip_proxy_authentication_info_get_srand(header) osip_authentication_info_get_srand(header)
153 #define osip_proxy_authentication_info_set_srand(header, value) osip_authentication_info_set_srand(header, value)
158 #define osip_proxy_authentication_info_get_targetname(header) osip_authentication_info_get_targetname(header)
164 #define osip_proxy_authentication_info_set_targetname(header, value) osip_authentication_info_set_targetname(header, value)
169 #define osip_proxy_authentication_info_get_realm(header) osip_authentication_info_get_realm(header)
175 #define osip_proxy_authentication_info_set_realm(header, value) osip_authentication_info_set_realm(header, value)
180 #define osip_proxy_authentication_info_get_opaque(header) osip_authentication_info_get_opaque(header)
186 #define osip_proxy_authentication_info_set_opaque(header, value) osip_authentication_info_set_opaque(header, value)
osip_authentication_info_t osip_proxy_authentication_info_t
Structure for Proxy-Authentication-Info headers.
Definition of the Authentication-Info header.
oSIP osip_authentication_info header definition.