/external/autotest/client/tests/hackbench/src/ |
hackbench.c | 136 if (socketpair(AF_UNIX, SOCK_STREAM, 0, fds) == 0)
|
/external/compiler-rt/lib/dfsan/ |
done_abilist.txt | 163 fun:socketpair=custom
|
/external/curl/lib/ |
curl_ntlm_wb.c | 186 if(socketpair(AF_UNIX, SOCK_STREAM, 0, sockfds)) {
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
bpf_dsl_unittest.cc | 146 /* On IA-32, socketpair() is implemented via socketcall(). :-( */
|
/external/libevent/ |
event-internal.h | 286 /** A socketpair used by some th_notify functions to wake up the main
|
/external/libmicrohttpd/src/include/ |
platform_interface.h | 142 #define MHD_pipe_(fdarr) socketpair(AF_LOCAL, SOCK_STREAM, 0, (fdarr))
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
userial_linux.c | 427 ** Description create a socketpair for read thread to use 436 if (signal_fds[0] == 0 && socketpair(AF_UNIX, SOCK_STREAM, 0, signal_fds) < 0) 438 ALOGE("%s create_signal_sockets:socketpair failed, errno: %d", __func__, errno); 449 ** Description close the socketpair [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 155 public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException; method in interface:Os
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
socket.h | 62 /* Flags to be ORed into the type parameter of socket and socketpair and
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
audit.h | 99 #define AUDIT_FD_PAIR 1317 /* audit record for pipe/socketpair */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
socket.h | 111 extern int socketpair (int __domain, int __type, int __protocol,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
socket.h | 111 extern int socketpair (int __domain, int __type, int __protocol,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
audit.h | 99 #define AUDIT_FD_PAIR 1317 /* audit record for pipe/socketpair */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
socket.h | 111 extern int socketpair (int __domain, int __type, int __protocol,
|
/system/bt/btif/src/ |
btif_sock_sco.c | 146 if (socketpair(AF_LOCAL, SOCK_STREAM, 0, pair) == -1) {
|
/bionic/libc/ |
SYSCALLS.TXT | 241 int socketpair(int, int, int, int*) arm,arm64,mips,mips64,x86_64 265 int socketpair:socketcall:8(int, int, int, int*) x86
|
/external/libevent/include/event2/ |
util.h | 279 On Unix, this simply calls socketpair(). On Windows, it uses the 286 Parameters and return values are as for socketpair()
|
/external/strace/linux/alpha/ |
syscallent.h | 164 [135] = { 4, TN, SEN(socketpair), "socketpair" },
|
/external/strace/linux/arm/ |
syscallent.h | 315 [288] = { 4, TN, SEN(socketpair), "socketpair" },
|
/external/strace/linux/bfin/ |
syscallent.h | 358 [330] = { 4, TN, SEN(socketpair), "socketpair" },
|
/external/strace/linux/i386/ |
syscallent.h | 388 [360] = { 4, TN, SEN(socketpair), "socketpair" },
|
/external/strace/linux/m68k/ |
syscallent.h | 385 [357] = { 4, TN, SEN(socketpair), "socketpair" },
|
/external/strace/linux/microblaze/ |
syscallent.h | 374 [346] = { 4, TN, SEN(socketpair), "socketpair" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 362 [333] = { 4, TN, SEN(socketpair), "socketpair" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 357 [333] = { 4, TN, SEN(socketpair), "socketpair" },
|