Searched refs:PR_SHUTDOWN_BOTH (Results 1 – 4 of 4) sorted by relevance
2167 if (how == PR_SHUTDOWN_RCV || how == PR_SHUTDOWN_BOTH) { in ssl_Shutdown()2170 if (how == PR_SHUTDOWN_SEND || how == PR_SHUTDOWN_BOTH) { in ssl_Shutdown()2176 if (how == PR_SHUTDOWN_SEND || how == PR_SHUTDOWN_BOTH) { in ssl_Shutdown()2179 if (how == PR_SHUTDOWN_RCV || how == PR_SHUTDOWN_BOTH) { in ssl_Shutdown()
1154 if ((unsigned)nsprHow > PR_SHUTDOWN_BOTH) { in ssl_SecureShutdown()
3290 lower->methods->shutdown(lower, PR_SHUTDOWN_BOTH); in ssl3_HandleNoCertificate()
1436 PR_SHUTDOWN_BOTH = 2 /* disallow further receives and sends */ enumerator