Home
last modified time | relevance | path

Searched refs:socketpair (Results 1 – 25 of 79) sorted by relevance

1234

/external/chromium_org/base/posix/
Dunix_domain_socket_linux_unittest.cc27 ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_SEQPACKET, 0, fds)); in TEST()
64 ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_SEQPACKET, 0, fds)); in TEST()
Dunix_domain_socket_linux.cc137 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, fds) == -1) in SendRecvMsgWithFlags()
/external/valgrind/main/none/tests/
Dfdleak_socketpair.c12 DO( socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, fds) ); in main()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dsocketpair.c10 int socketpair(int domain, int type, int protocol, int* sv) { in socketpair() function
/external/compiler-rt/lib/tsan/lit_tests/
Dfd_socketpair_norace.cc28 socketpair(AF_UNIX, SOCK_STREAM, 0, fds); in main()
/external/kernel-headers/original/linux/
Dnet.h135 int (*socketpair)(struct socket *sock1, member
246 SOCKCALL_WRAP(name, socketpair, (struct socket *sock1, struct socket *sock2), \
277 .socketpair = __lock_##name##_socketpair, \
/external/chromium_org/content/renderer/pepper/
Dpepper_broker_unittest.cc44 ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_STREAM, 0, fds)); in TEST_F()
/external/chromium_org/remoting/host/
Dipc_util_posix.cc27 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipe_fds) != 0) { in CreateConnectedIpcChannel()
/external/chromium_org/content/browser/zygote_host/
Dzygote_host_impl_linux.cc87 if (socketpair(PF_UNIX, SOCK_SEQPACKET, 0, fds) != 0) in Init()
88 CHECK(socketpair(PF_UNIX, SOCK_DGRAM, 0, fds) == 0); in Init()
90 CHECK(socketpair(PF_UNIX, SOCK_SEQPACKET, 0, fds) == 0); in Init()
/external/chromium_org/sandbox/linux/suid/
Dsandbox.c83 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sv) == -1) { in SpawnChrootHelper()
240 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sync_fds)) { in MoveToNewNamespaces()
/external/chromium_org/sandbox/linux/services/
Dinit_process_reaper.cc29 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sync_fds)) { in CreateInitProcessReaper()
/external/chromium/base/
Dsync_socket_posix.cc45 if (socketpair(AF_UNIX, SOCK_STREAM, 0, handles) != 0) { in CreatePair()
/external/chromium_org/mojo/system/
Dplatform_channel_posix.cc58 PCHECK(socketpair(AF_UNIX, SOCK_STREAM, 0, fds) == 0); in PlatformServerChannelPosix()
/external/chromium_org/content/browser/renderer_host/
Drender_sandbox_host_linux.cc697 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, fds) != 0) in Init()
698 CHECK(socketpair(AF_UNIX, SOCK_DGRAM, 0, fds) == 0); in Init()
700 CHECK(socketpair(AF_UNIX, SOCK_SEQPACKET, 0, fds) == 0); in Init()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dkernel_proxy_mock.h97 MOCK_METHOD4(socketpair, int(int, int, int, int*));
/external/chromium_org/sandbox/linux/seccomp-bpf/
Ddemo.cc384 if (socketpair(AF_UNIX, SOCK_STREAM, 0, fds)) { in SendmsgStressThreadFnc()
476 if (socketpair(AF_UNIX, SOCK_STREAM, 0, fds)) { in main()
/external/libpcap/lbl/
Dos-sunos4.h164 int socketpair(int, int, int, int *);
/external/tcpdump/lbl/
Dos-sunos4.h164 int socketpair(int, int, int, int *);
/external/linux-tools-perf/Documentation/
Dperf-bench.txt58 Use pipe() instead of socketpair()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dsymbolize.cc149 if (socketpair(AF_UNIX, SOCK_STREAM, 0, child_fds[i]) == -1) { in Symbolize()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dsymbolize.cc149 if (socketpair(AF_UNIX, SOCK_STREAM, 0, child_fds[i]) == -1) { in Symbolize()
/external/chromium_org/third_party/libevent/
Devutil.c68 return socketpair(family, type, protocol, fd); in evutil_socketpair()
/external/openssh/
Dssh-pkcs11-client.c156 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) { in pkcs11_start_helper()
Dsandbox-systrace.c85 if (socketpair(AF_UNIX, SOCK_STREAM, 0, s) == -1) in ssh_sandbox_init()
/external/chromium/third_party/libevent/
Devutil.c68 return socketpair(family, type, protocol, fd); in evutil_socketpair()

1234