Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
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 376 of file res_pjsip.h.
struct ast_vector_string mechanism_parameters |
Definition at line 382 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 380 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 378 of file res_pjsip.h.
Referenced by ast_sip_str_to_security_mechanism(), Property::load(), security_mechanism_to_str(), and security_mechanisms_copy().