Defines
Typedefs
Define Documentation
#define osip_proxy_authorization_clone
(
header,
dest
)
osip_authorization_clone(header, dest)
Clone a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
dest A pointer on the copy of the element.
#define osip_proxy_authorization_free
(
header
)
osip_authorization_free(header)
Free a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_algorithm
(
header
)
osip_authorization_get_algorithm(header)
Get value of the algorithm parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_auth_type
(
header
)
osip_authorization_get_auth_type(header)
Get value of the auth_type parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_cnonce
(
header
)
osip_authorization_get_cnonce(header)
Get value of the cnonce parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_digest
(
header
)
osip_authorization_get_digest(header)
Get value of the digest parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_message_qop
(
header
)
osip_authorization_get_message_qop(header)
Get value of the message_qop parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_nonce
(
header
)
osip_authorization_get_nonce(header)
Get value of the nonce parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_nonce_count
(
header
)
osip_authorization_get_nonce_count(header)
Get value of the nonce_count parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_opaque
(
header
)
osip_authorization_get_opaque(header)
Get value of the opaque parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_realm
(
header
)
osip_authorization_get_realm(header)
Get value of the realm parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_response
(
header
)
osip_authorization_get_response(header)
Get value of the response parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_uri
(
header
)
osip_authorization_get_uri(header)
Get value of the uri parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_get_username
(
header
)
osip_authorization_get_username(header)
Get value of the username parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_init
(
header
)
osip_authorization_init(header)
Allocate a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
#define osip_proxy_authorization_parse
(
header,
hvalue
)
osip_authorization_parse(header, hvalue)
Parse a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
hvalue The string to parse.
#define osip_proxy_authorization_set_algorithm
(
header,
value
)
osip_authorization_set_algorithm(header,value)
Add the algorithm parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_auth_type
(
header,
value
)
osip_authorization_set_auth_type(header, value)
Add the auth_type parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_cnonce
(
header,
value
)
osip_authorization_set_cnonce(header, value)
Add the cnonce parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_digest
(
header,
value
)
osip_authorization_set_digest(header, value)
Add the digest parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_message_qop
(
header,
value
)
osip_authorization_set_message_qop(header, value)
Add the message_qop parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_nonce
(
header,
value
)
osip_authorization_set_nonce(header, value)
Add the nonce parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_nonce_count
(
header,
value
)
osip_authorization_set_nonce_count(header, value)
Add the nonce_count parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_opaque
(
header,
value
)
osip_authorization_set_opaque(header, value)
Add the opaque parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_realm
(
header,
value
)
osip_authorization_set_realm(header, value)
Add the realm parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_response
(
header,
value
)
osip_authorization_set_response(header, value)
Add the response parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_uri
(
header,
value
)
osip_authorization_set_uri(header, value)
Add the uri parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_set_username
(
header,
value
)
osip_authorization_set_username(header, value)
Add the username parameter from a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
#define osip_proxy_authorization_to_str
(
header,
dest
)
osip_authorization_to_str(header, dest)
Get a string representation of a Proxy-Authorization element.
- Parameters:
-
header The element to work on.
dest A pointer on the new allocated string.
Typedef Documentation
Structure for Proxy-Authorization headers.
Generated on Tue Feb 22 00:59:47 2005 for libosip by
doxygen 1.4.1