Searched refs:__NR_socketcall (Results 1 - 25 of 30) sorted by relevance

12

/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-oabi.h32 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro
/bionic/libc/versioner-dependencies/arm/kernel_uapi_asm-arm/asm/
H A Dunistd-oabi.h32 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-arm/asm/
H A Dunistd-oabi.h32 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro
/bionic/libc/arch-x86/syscalls/
H A D__accept4.S21 movl $__NR_socketcall, %eax
H A D__connect.S21 movl $__NR_socketcall, %eax
H A D__socket.S21 movl $__NR_socketcall, %eax
H A Dbind.S21 movl $__NR_socketcall, %eax
H A Dgetpeername.S21 movl $__NR_socketcall, %eax
H A Dgetsockname.S21 movl $__NR_socketcall, %eax
H A Dgetsockopt.S21 movl $__NR_socketcall, %eax
H A Dlisten.S21 movl $__NR_socketcall, %eax
H A Drecvfrom.S21 movl $__NR_socketcall, %eax
H A Drecvmmsg.S21 movl $__NR_socketcall, %eax
H A Drecvmsg.S21 movl $__NR_socketcall, %eax
H A Dsendmmsg.S21 movl $__NR_socketcall, %eax
H A Dsendmsg.S21 movl $__NR_socketcall, %eax
H A Dsendto.S21 movl $__NR_socketcall, %eax
H A Dsetsockopt.S21 movl $__NR_socketcall, %eax
H A Dshutdown.S21 movl $__NR_socketcall, %eax
H A Dsocketpair.S21 movl $__NR_socketcall, %eax
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_32.h149 #define __NR_socketcall 102 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Dunistd_32.h149 #define __NR_socketcall 102 macro
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h149 #define __NR_socketcall 102 macro
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h149 #define __NR_socketcall 102 macro
/bionic/libc/include/bits/
H A Dglibc-syscalls.h1042 #if defined(__NR_socketcall)
1043 #define SYS_socketcall __NR_socketcall

Completed in 132 milliseconds

12