SSL_get_fd
if (fileno_stdin() > SSL_get_fd(con))
width = SSL_get_fd(con) + 1;
width = SSL_get_fd(con) + 1;
openssl_fdset(SSL_get_fd(con), &readfds);
BIO_closesocket(SSL_get_fd(con));
openssl_fdset(SSL_get_fd(con), &readfds);
openssl_fdset(SSL_get_fd(con), &writefds);
openssl_fdset(SSL_get_fd(con), &readfds);
openssl_fdset(SSL_get_fd(con), &writefds);
&& !FD_ISSET(SSL_get_fd(con), &readfds)
&& !FD_ISSET(SSL_get_fd(con), &writefds))
&& ((!isquic && FD_ISSET(SSL_get_fd(con), &writefds))
|| (!isquic && FD_ISSET(SSL_get_fd(con), &readfds))) {
shutdown(SSL_get_fd(con), 1); /* SHUT_WR */
BIO_closesocket(SSL_get_fd(con));
sock = SSL_get_fd(s);
BIO_closesocket(SSL_get_fd(user_data->con));
BIO_closesocket(SSL_get_fd(scon));
if ((fd = SSL_get_fd(scon)) >= 0)
if ((fd = SSL_get_fd(scon)) >= 0)
fd = SSL_get_fd(serverCon);
sock = SSL_get_fd(ssl);
if ((sock = SSL_get_fd(ssl)) == -1) {
sock = SSL_get_fd(ssl);
if ((sock = SSL_get_fd(ssl)) == -1) {
__owur int SSL_get_fd(const SSL *s);
sock = SSL_get_fd(ssl);
ATF_REQUIRE((fd = SSL_get_fd(ssl)) > 0);