Go to the documentation of this file.
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(header, dest) osip_authentication_info_clone(header, dest)
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)