Home
last modified time | relevance | path

Searched refs:__NR_socket (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/kernel/uapi/asm-x86/asm/
Dunistd_64.h50 #define __NR_socket 41 macro
Dunistd_32.h364 #define __NR_socket 359 macro
Dunistd_x32.h45 #define __NR_socket (__X32_SYSCALL_BIT + 41) macro
/bionic/libc/kernel/uapi/asm-generic/
Dunistd.h259 #define __NR_socket 198 macro
/bionic/libc/include/bits/
Dglibc-syscalls.h1206 #if defined(__NR_socket)
1207 #define SYS_socket __NR_socket
/bionic/libc/kernel/uapi/asm-arm/asm/
Dunistd-eabi.h245 #define __NR_socket (__NR_SYSCALL_BASE + 281) macro
Dunistd-oabi.h257 #define __NR_socket (__NR_SYSCALL_BASE + 281) macro
/bionic/libc/async_safe/
Dasync_safe_log.cpp65 return syscall(__NR_socket, domain, type, protocol); in __socket()
/bionic/libc/
DSYSCALLS.TXT22 # socketcall(__NR_socket, 1, *(rest of args on stack)).