Home
last modified time | relevance | path

Searched refs:DTLS_TYPE_SERVER (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c3176 if ((dtls->type & DTLS_TYPE_SERVER)) { in dtls_state_setup()
3733 …PE_RTP) || (type & DTLS_TYPE_RTCP)) || !((type & DTLS_TYPE_CLIENT) || (type & DTLS_TYPE_SERVER))) { in switch_rtp_add_dtls()
3748 …"Activate %s %s DTLS %s\n", kind, rtp_type(rtp_session), (type & DTLS_TYPE_SERVER) ? "server" : "c… in switch_rtp_add_dtls()
3769 …dtls->ssl_ctx = SSL_CTX_new((type & DTLS_TYPE_SERVER) ? DTLS_server_method() : DTLS_client_method(… in switch_rtp_add_dtls()
3772 …dtls->ssl_ctx = SSL_CTX_new((type & DTLS_TYPE_SERVER) ? (want_DTLSv1_2 ? DTLSv1_2_server_method() … in switch_rtp_add_dtls()
3774 …dtls->ssl_ctx = SSL_CTX_new((type & DTLS_TYPE_SERVER) ? DTLSv1_server_method() : DTLSv1_client_met… in switch_rtp_add_dtls()
3908 if ((type & DTLS_TYPE_SERVER)) { in switch_rtp_add_dtls()
H A Dswitch_core_media.c8488 dtls_type_t xtype, dtype = engine->dtls_controller ? DTLS_TYPE_CLIENT : DTLS_TYPE_SERVER; in check_dtls_reinvite()
8918 dtls_type_t xtype, dtype = a_engine->dtls_controller ? DTLS_TYPE_CLIENT : DTLS_TYPE_SERVER; in switch_core_media_activate_rtp()
9287 dtype = t_engine->dtls_controller ? DTLS_TYPE_CLIENT : DTLS_TYPE_SERVER; in switch_core_media_activate_rtp()
9615 dtype = v_engine->dtls_controller ? DTLS_TYPE_CLIENT : DTLS_TYPE_SERVER; in switch_core_media_activate_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h160 DTLS_TYPE_SERVER = (1 << 1), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs7724 DTLS_TYPE_SERVER = (1 << 1), enumerator