Searched refs:socketpair (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/system/network/
H A Dunix_send_test.c13 int ret = socketpair(domain, SOCK_DGRAM, 0, fds); // try also: SOCK_STREAM
15 perror("Could not get socketpair");
H A Dunix_recv_test.c12 int ret = socketpair(domain, SOCK_DGRAM, 0, fds); // try also: SOCK_STREAM
14 perror("Could not get socketpair");
/haiku/headers/private/net/
H A Dnet_stack_interface.h66 status_t (*socketpair)(int family, int type, int protocol, member in struct:net_stack_interface_module_info
H A Dnet_socket.h114 status_t (*socketpair)(int family, int type, int protocol, member in struct:net_socket_module_info
/haiku/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp212 return gNetSocketModule.socketpair(family, type, protocol, _sockets);
/haiku/headers/posix/sys/
H A Dsocket.h190 int socketpair(int domain, int type, int protocol, int socketVector[2]);
/haiku/src/system/libnetwork/
H A Dsocket.cpp420 socketpair(int family, int type, int protocol, int socketVector[2]) function
/haiku/src/system/kernel/fs/
H A Dsocket.cpp591 status_t error = sStackInterface->socketpair(family, type, protocol,
778 socketpair(int family, int type, int protocol, int socketVector[2]) function
1220 // socketpair()

Completed in 72 milliseconds