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