Searched refs:DTLSInDestruction (Results 1 – 3 of 3) sorted by relevance
138 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction() function148 bool DTLSInDestruction(DTLS *dtls) {
58 bool DTLSInDestruction(DTLS *dtls);
292 if (dtls && !DTLSInDestruction(dtls)) { in ProcessThreads()