libosip  5.3.0
Macros | Typedefs
osip_proxy_authentication_info.h File Reference

oSIP osip_proxy_authentication_info header definition. More...

#include <osipparser2/headers/osip_authentication_info.h>

Go to the source code of this file.

Macros

#define osip_proxy_authentication_info_init(header)   osip_authentication_info_init(header)
 
#define osip_proxy_authentication_info_parse(header, hvalue)   osip_authentication_info_parse(header, hvalue)
 
#define osip_proxy_authentication_info_to_str(header, dest)   osip_authentication_info_to_str(header, dest)
 
#define osip_proxy_authentication_info_free   osip_authentication_info_free
 
#define osip_proxy_authentication_info_clone   osip_authentication_info_clone
 
#define osip_proxy_authentication_info_get_nextnonce(header)   osip_authentication_info_get_nextnonce(header)
 
#define osip_proxy_authentication_info_set_nextnonce(header, value)   osip_authentication_info_set_nextnonce(header, value)
 
#define osip_proxy_authentication_info_get_cnonce(header)   osip_authentication_info_get_cnonce(header)
 
#define osip_proxy_authentication_info_set_cnonce(header, value)   osip_authentication_info_set_cnonce(header, value)
 
#define osip_proxy_authentication_info_get_qop_options(header)   osip_authentication_info_get_qop_options(header)
 
#define osip_proxy_authentication_info_set_qop_options(header, value)   osip_authentication_info_set_qop_options(header, value)
 
#define osip_proxy_authentication_info_get_rspauth(header)   osip_authentication_info_get_rspauth(header)
 
#define osip_proxy_authentication_info_set_rspauth(header, value)   osip_authentication_info_set_rspauth(header, value)
 
#define osip_proxy_authentication_info_get_nonce_count(header)   osip_authentication_info_get_nonce_count(header)
 
#define osip_proxy_authentication_info_set_nonce_count(header, value)   osip_authentication_info_set_nonce_count(header, value)
 
#define osip_proxy_authentication_info_get_snum(header)   osip_authentication_info_get_snum(header)
 
#define osip_proxy_authentication_info_set_snum(header, value)   osip_authentication_info_set_snum(header, value)
 
#define osip_proxy_authentication_info_get_srand(header)   osip_authentication_info_get_srand(header)
 
#define osip_proxy_authentication_info_set_srand(header, value)   osip_authentication_info_set_srand(header, value)
 
#define osip_proxy_authentication_info_get_targetname(header)   osip_authentication_info_get_targetname(header)
 
#define osip_proxy_authentication_info_set_targetname(header, value)   osip_authentication_info_set_targetname(header, value)
 
#define osip_proxy_authentication_info_get_realm(header)   osip_authentication_info_get_realm(header)
 
#define osip_proxy_authentication_info_set_realm(header, value)   osip_authentication_info_set_realm(header, value)
 
#define osip_proxy_authentication_info_get_opaque(header)   osip_authentication_info_get_opaque(header)
 
#define osip_proxy_authentication_info_set_opaque(header, value)   osip_authentication_info_set_opaque(header, value)
 

Typedefs

typedef osip_authentication_info_t osip_proxy_authentication_info_t
 

Detailed Description

oSIP osip_proxy_authentication_info header definition.