Searched refs:DTLSInDestruction (Results 1 – 3 of 3) sorted by relevance
161 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction() function172 bool DTLSInDestruction(DTLS *dtls) {
75 bool DTLSInDestruction(DTLS *dtls);
461 if (dtls && !DTLSInDestruction(dtls)) { in ProcessThreads()