libressl_d.compat.sys.socket

Undocumented in source.

Public Imports

core.sys.posix.sys.socket
public import core.sys.posix.sys.socket;
Undocumented in source.
libressl_d.compat.win32netcompat
public import libressl_d.compat.win32netcompat;
Undocumented in source.

Members

Functions

bsd_socketpair
int bsd_socketpair(int domain, int type, int protocol, int* socket_vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
socketpair
int socketpair(int d, int t, int p, int sv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SOCK_CLOEXEC
enum SOCK_CLOEXEC;

set FD_CLOEXEC

SOCK_NONBLOCK
enum SOCK_NONBLOCK;

set O_NONBLOCK

Meta