socketpair
int socketpair(int domain, int type, int protocol, int socketVector[2]);
status_t (*socketpair)(int family, int type, int protocol,
status_t (*socketpair)(int family, int type, int protocol,
return gNetSocketModule.socketpair(family, type, protocol, _sockets);
status_t error = sStackInterface->socketpair(family, type, protocol,
int ret = socketpair(domain, SOCK_DGRAM, 0, fds); // try also: SOCK_STREAM
int ret = socketpair(domain, SOCK_DGRAM, 0, fds); // try also: SOCK_STREAM