Searched refs:__NR_socketcall (Results 1 - 20 of 20) sorted by relevance
/bionic/libc/include/sys/ |
H A D | linux-syscalls.h | 220 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 263 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 264 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 265 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 266 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 267 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 268 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 269 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 270 #define __NR_socketcall (__NR_SYSCALL_BASE + 102) macro 271 #define __NR_socketcall (__NR_SYSCALL_BAS macro 272 #define __NR_socketcall macro 273 #define __NR_socketcall macro 274 #define __NR_socketcall macro 275 #define __NR_socketcall macro 276 #define __NR_socketcall macro 277 #define __NR_socketcall macro [all...] |
/bionic/libc/arch-x86/syscalls/ |
H A D | accept.S | 15 movl $__NR_socketcall, %eax
|
H A D | bind.S | 15 movl $__NR_socketcall, %eax
|
H A D | connect.S | 15 movl $__NR_socketcall, %eax
|
H A D | getpeername.S | 15 movl $__NR_socketcall, %eax
|
H A D | getsockname.S | 15 movl $__NR_socketcall, %eax
|
H A D | getsockopt.S | 15 movl $__NR_socketcall, %eax
|
H A D | listen.S | 15 movl $__NR_socketcall, %eax
|
H A D | recvfrom.S | 15 movl $__NR_socketcall, %eax
|
H A D | recvmsg.S | 15 movl $__NR_socketcall, %eax
|
H A D | sendmsg.S | 15 movl $__NR_socketcall, %eax
|
H A D | sendto.S | 15 movl $__NR_socketcall, %eax
|
H A D | setsockopt.S | 15 movl $__NR_socketcall, %eax
|
H A D | shutdown.S | 15 movl $__NR_socketcall, %eax
|
H A D | socket.S | 15 movl $__NR_socketcall, %eax
|
H A D | socketpair.S | 15 movl $__NR_socketcall, %eax
|
/bionic/libc/kernel/arch-arm/asm/ |
H A D | unistd.h | 121 #define __NR_socketcall (__NR_SYSCALL_BASE+102) macro 354 #undef __NR_socketcall macro
|
/bionic/libc/kernel/arch-sh/asm/ |
H A D | unistd_32.h | 117 #define __NR_socketcall 102 macro
|
H A D | unistd_64.h | 117 #define __NR_socketcall 102 macro
|
/bionic/libc/kernel/arch-x86/asm/ |
H A D | unistd_32.h | 117 #define __NR_socketcall 102 macro
|
Completed in 52 milliseconds