Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Structure representing a security mechanism as defined in RFC 3329. More...
#include <res_pjsip.h>
Data Fields | |
struct ast_vector_string | mechanism_parameters |
float | qvalue |
enum ast_sip_security_mechanism_type | type |
Structure representing a security mechanism as defined in RFC 3329.
Definition at line 375 of file res_pjsip.h.
struct ast_vector_string mechanism_parameters |
Definition at line 381 of file res_pjsip.h.
Referenced by ast_sip_str_to_security_mechanism(), security_mechanism_destroy(), security_mechanism_to_str(), security_mechanisms_alloc(), and security_mechanisms_copy().
float qvalue |
Definition at line 379 of file res_pjsip.h.
Referenced by ast_sip_str_to_security_mechanism(), security_mechanism_to_str(), security_mechanisms_alloc(), and security_mechanisms_copy().
enum ast_sip_security_mechanism_type type |
Definition at line 377 of file res_pjsip.h.
Referenced by ast_sip_str_to_security_mechanism(), Property::load(), security_mechanism_to_str(), and security_mechanisms_copy().