DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BIO_new_dgram
crypto/libressl/apps/openssl/s_client.c
1151
sbio = BIO_new_dgram(s, BIO_NOCLOSE);
crypto/libressl/apps/openssl/s_server.c
1574
sbio = BIO_new_dgram(s, BIO_NOCLOSE);
crypto/libressl/include/openssl/bio.h
653
BIO *BIO_new_dgram(int fd, int close_flag);