libressl_d.compat.sys.socket

Undocumented in source.

Public Imports

core.sys.posix.sys.socket
public import core.sys.posix.sys.socket;
libressl_d.compat.win32netcompat
public import libressl_d.compat.win32netcompat;

Members

Functions

bsd_socketpair
int bsd_socketpair(int domain, int type, int protocol, int[2] socket_vector)
Undocumented in source.
socketpair
int socketpair(int d, int t, int p, int sv)
Undocumented in source.

Manifest constants

SOCK_CLOEXEC
enum SOCK_CLOEXEC;

set FD_CLOEXEC

SOCK_NONBLOCK
enum SOCK_NONBLOCK;

set O_NONBLOCK

Meta