DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SSL_get_rfd
crypto/libressl/include/openssl/ssl.h
1155
int SSL_get_rfd(const SSL *s);
crypto/libressl/ssl/ssl_lib.c
634
return (SSL_get_rfd(s));