Searched refs:__NR_sendto (Results 1 - 25 of 33) sorted by relevance

12

/external/tlsdate/src/
H A Dseccomp.c134 #ifdef __NR_sendto
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h86 #define __NR_sendto 44 macro
H A Dvki-scnums-arm64-linux.h251 #define __NR_sendto 206 macro
H A Dvki-scnums-tilegx-linux.h349 #define __NR_sendto 206 macro
H A Dvki-scnums-arm-linux.h328 #define __NR_sendto 290 macro
H A Dvki-scnums-ppc32-linux.h380 #define __NR_sendto 335 macro
H A Dvki-scnums-ppc64-linux.h372 #define __NR_sendto 335 macro
H A Dvki-scnums-solaris.h295 #define __NR_sendto SYS_sendto macro
H A Dvki-scnums-mips64-linux.h82 #define __NR_sendto (__NR_Linux + 43) macro
H A Dvki-scnums-mips32-linux.h220 #define __NR_sendto (__NR_Linux + 180) macro
H A Dvki-scnums-darwin.h350 #define __NR_sendto VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(133) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h834 #if !defined(__NR_sendto)
835 #define __NR_sendto 206 macro
H A Dx86_64_linux_syscalls.h189 #if !defined(__NR_sendto)
190 #define __NR_sendto 44 macro
H A Darm_linux_syscalls.h1000 #if !defined(__NR_sendto)
1001 #define __NR_sendto (__NR_SYSCALL_BASE+290) macro
H A Dmips64_linux_syscalls.h188 #if !defined(__NR_sendto)
189 #define __NR_sendto (__NR_Linux + 43) macro
H A Dmips_linux_syscalls.h738 #if !defined(__NR_sendto)
739 #define __NR_sendto (__NR_Linux + 180) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h369 #define __NR_sendto 369 macro
H A Dunistd_64.h48 #define __NR_sendto 44 macro
H A Dunistd_x32.h43 #define __NR_sendto (__X32_SYSCALL_BIT + 44) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h203 #define __NR_sendto (__NR_Linux + 180) macro
443 #define __NR_sendto (__NR_Linux + 43) macro
780 #define __NR_sendto (__NR_Linux + 43) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h318 #define __NR_sendto (__NR_SYSCALL_BASE+290) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc559 case __NR_sendto: // Could specify destination.
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h566 #define __NR_sendto 206 macro
567 __SYSCALL(__NR_sendto, sys_sendto)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c1024 LINX_(__NR_sendto, sys_sendto), // 206
H A Dsyswrap-amd64-linux.c749 LINX_(__NR_sendto, sys_sendto), // 44

Completed in 135 milliseconds

12