Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c312 static int dtls_state_fail(switch_rtp_t *rtp_session, switch_dtls_t *dtls);
314 …es[DS_INVALID] = {NULL, dtls_state_handshake, dtls_state_setup, dtls_state_ready, dtls_state_fail};
3255 static int dtls_state_fail(switch_rtp_t *rtp_session, switch_dtls_t *dtls) in dtls_state_fail() function