Data Fields | |
| enum ast_rtp_dtls_connection | connection |
| enum ast_rtp_dtls_setup | dtls_setup |
| BIO * | read_bio |
| SSL * | ssl |
| BIO * | write_bio |
Definition at line 188 of file res_rtp_asterisk.c.
Whether this is a new or existing connection
Definition at line 193 of file res_rtp_asterisk.c.
Referenced by __rtp_recvfrom(), ast_rtp_dtls_get_connection(), ast_rtp_dtls_reset(), dtls_details_initialize(), and dtls_perform_handshake().
Current setup state
Definition at line 192 of file res_rtp_asterisk.c.
Referenced by __rtp_recvfrom(), ast_rtp_dtls_get_setup(), ast_rtp_dtls_set_setup(), dtls_details_initialize(), dtls_perform_handshake(), dtls_setup_rtcp(), and dtls_srtp_setup().
| BIO* read_bio |
Memory buffer for reading
Definition at line 190 of file res_rtp_asterisk.c.
Referenced by __rtp_recvfrom(), and dtls_details_initialize().
| SSL* ssl |
SSL session
Definition at line 189 of file res_rtp_asterisk.c.
Referenced by __rtp_recvfrom(), ast_rtp_destroy(), ast_rtp_dtls_reset(), ast_rtp_dtls_set_setup(), ast_rtp_dtls_stop(), ast_rtp_prop_set(), dtls_details_initialize(), dtls_perform_handshake(), dtls_srtp_check_pending(), dtls_srtp_handle_timeout(), dtls_srtp_renegotiate(), and dtls_srtp_setup().
| BIO* write_bio |
Memory buffer for writing
Definition at line 191 of file res_rtp_asterisk.c.
Referenced by dtls_details_initialize(), and dtls_srtp_check_pending().