HomeSort by relevance Sort by last modified time
    Searched defs:__NR_recv (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/strace/tests/
unix-pair-send-recv.c 42 #ifndef __NR_recv
43 # define __NR_recv -1
60 int rc = socketcall(__NR_recv, SC_recv,
  /external/strace/tests-m32/
unix-pair-send-recv.c 42 #ifndef __NR_recv
43 # define __NR_recv -1
60 int rc = socketcall(__NR_recv, SC_recv,
  /external/strace/tests-mx32/
unix-pair-send-recv.c 42 #ifndef __NR_recv
43 # define __NR_recv -1
60 int rc = socketcall(__NR_recv, SC_recv,
  /external/valgrind/include/vki/
vki-scnums-solaris.h 292 #define __NR_recv SYS_recv
vki-scnums-arm-linux.h 329 #define __NR_recv 291
vki-scnums-mips32-linux.h 215 #define __NR_recv (__NR_Linux + 175)
vki-scnums-ppc32-linux.h 381 #define __NR_recv 336
vki-scnums-ppc64-linux.h 373 #define __NR_recv 336
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 764 #define __NR_recv 1073
765 __SYSCALL(__NR_recv, sys_recv)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 835 #define __NR_recv 1073
836 __SYSCALL(__NR_recv, sys_recv)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 267 #define __NR_recv (__NR_SYSCALL_BASE + 291)
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 394 #define __NR_recv 1073
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 199 #define __NR_recv (__NR_Linux + 175)
    [all...]
  /development/ndk/platforms/android-21/arch-arm/include/asm/
unistd.h 346 #define __NR_recv (__NR_SYSCALL_BASE+291)
  /development/ndk/platforms/android-21/arch-mips/include/asm/
unistd.h 244 #define __NR_recv (__NR_Linux + 175)
    [all...]
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
unistd.h 244 #define __NR_recv (__NR_Linux + 175)
    [all...]
  /development/ndk/platforms/android-21/include/asm-generic/
unistd.h 465 #define __NR_recv 1073
  /development/ndk/platforms/android-9/arch-arm/include/asm/
unistd.h 351 #define __NR_recv (__NR_SYSCALL_BASE+291)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 244 #define __NR_recv (__NR_Linux + 175)
    [all...]
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 250 #define __NR_recv (__NR_SYSCALL_BASE + 291)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 874 #define __NR_recv 1073
875 __SYSCALL(__NR_recv, sys_recv)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 198 #define __NR_recv (__NR_Linux + 175)
    [all...]
  /external/libchrome/sandbox/linux/system_headers/
arm_linux_syscalls.h 1004 #if !defined(__NR_recv)
1005 #define __NR_recv (__NR_SYSCALL_BASE+291)
mips_linux_syscalls.h 718 #if !defined(__NR_recv)
719 #define __NR_recv (__NR_Linux + 175)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm/
unistd.h 351 #define __NR_recv (__NR_SYSCALL_BASE+291)

Completed in 1495 milliseconds

1 2 3 4 5