libosip  5.3.0
Macros | Typedefs
oSIP proxy-authentication-info header definition.

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

Macro Definition Documentation

◆ osip_proxy_authentication_info_clone

#define osip_proxy_authentication_info_clone   osip_authentication_info_clone

Clone a Authenication-Info element.

Parameters
headerThe element to work on.
destA pointer on the copy of the element.

◆ osip_proxy_authentication_info_free

#define osip_proxy_authentication_info_free   osip_authentication_info_free

Free a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_cnonce

#define osip_proxy_authentication_info_get_cnonce (   header)    osip_authentication_info_get_cnonce(header)

Get value of the cnonce parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_nextnonce

#define osip_proxy_authentication_info_get_nextnonce (   header)    osip_authentication_info_get_nextnonce(header)

Get value of the nextnonce parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_nonce_count

#define osip_proxy_authentication_info_get_nonce_count (   header)    osip_authentication_info_get_nonce_count(header)

Get value of the nc parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_opaque

#define osip_proxy_authentication_info_get_opaque (   header)    osip_authentication_info_get_opaque(header)

Get value of the opaque parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_qop_options

#define osip_proxy_authentication_info_get_qop_options (   header)    osip_authentication_info_get_qop_options(header)

Get value of the qop_options parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_realm

#define osip_proxy_authentication_info_get_realm (   header)    osip_authentication_info_get_realm(header)

Get value of the realm parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_rspauth

#define osip_proxy_authentication_info_get_rspauth (   header)    osip_authentication_info_get_rspauth(header)

Get value of the rspauth parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_snum

#define osip_proxy_authentication_info_get_snum (   header)    osip_authentication_info_get_snum(header)

Get value of the snum parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_srand

#define osip_proxy_authentication_info_get_srand (   header)    osip_authentication_info_get_srand(header)

Get value of the srand parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_get_targetname

#define osip_proxy_authentication_info_get_targetname (   header)    osip_authentication_info_get_targetname(header)

Get value of the targetname parameter from a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_init

#define osip_proxy_authentication_info_init (   header)    osip_authentication_info_init(header)

Allocate a Authenication-Info element.

Parameters
headerThe element to work on.

◆ osip_proxy_authentication_info_parse

#define osip_proxy_authentication_info_parse (   header,
  hvalue 
)    osip_authentication_info_parse(header, hvalue)

Parse a Authenication-Info element.

Parameters
headerThe element to work on.
hvalueThe string to parse.

◆ osip_proxy_authentication_info_set_cnonce

#define osip_proxy_authentication_info_set_cnonce (   header,
  value 
)    osip_authentication_info_set_cnonce(header, value)

Add the cnonce parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_nextnonce

#define osip_proxy_authentication_info_set_nextnonce (   header,
  value 
)    osip_authentication_info_set_nextnonce(header, value)

Add the nextnonce parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_nonce_count

#define osip_proxy_authentication_info_set_nonce_count (   header,
  value 
)    osip_authentication_info_set_nonce_count(header, value)

Add the nc parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_opaque

#define osip_proxy_authentication_info_set_opaque (   header,
  value 
)    osip_authentication_info_set_opaque(header, value)

Add the opaque parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_qop_options

#define osip_proxy_authentication_info_set_qop_options (   header,
  value 
)    osip_authentication_info_set_qop_options(header, value)

Add the qop_options parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_realm

#define osip_proxy_authentication_info_set_realm (   header,
  value 
)    osip_authentication_info_set_realm(header, value)

Add the realm parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_rspauth

#define osip_proxy_authentication_info_set_rspauth (   header,
  value 
)    osip_authentication_info_set_rspauth(header, value)

Add the rspauth parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_snum

#define osip_proxy_authentication_info_set_snum (   header,
  value 
)    osip_authentication_info_set_snum(header, value)

Add the snum parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_srand

#define osip_proxy_authentication_info_set_srand (   header,
  value 
)    osip_authentication_info_set_srand(header, value)

Add the srand parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_set_targetname

#define osip_proxy_authentication_info_set_targetname (   header,
  value 
)    osip_authentication_info_set_targetname(header, value)

Add the targetname parameter from a Authenication-Info element.

Parameters
headerThe element to work on.
valueThe value of the new parameter.

◆ osip_proxy_authentication_info_to_str

#define osip_proxy_authentication_info_to_str (   header,
  dest 
)    osip_authentication_info_to_str(header, dest)

Get a string representation of a Authenication-Info element.

Parameters
headerThe element to work on.
destA pointer on the new allocated string.

Typedef Documentation

◆ osip_proxy_authentication_info_t

Structure for Proxy-Authentication-Info headers.