Searched refs:SSL_get_wfd (Results 1 – 5 of 5) sorted by relevance
5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object13 int SSL_get_wfd(const SSL *ssl);18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
193 SSL_get_wfd 194 3_0_0 EXIST::FUNCTION:
1643 int SSL_get_wfd(const SSL *s) in SSL_get_wfd() function2603 ret = ktls_sendfile(SSL_get_wfd(s), fd, offset, size, flags); in SSL_sendfile()
608 | `SSL_get_wfd` | NDP | U | A | NC | Done …
1594 __owur int SSL_get_wfd(const SSL *s);
Completed in 47 milliseconds