Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h62 #define __NR_socket 41 macro
H A Dunistd_32.h376 #define __NR_socket 359 macro
H A Dunistd_x32.h57 #define __NR_socket (__X32_SYSCALL_BIT + 41) macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h271 #define __NR_socket 198 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h1146 #if defined(__NR_socket)
1147 #define SYS_socket __NR_socket
/aosp12/bionic/libc/async_safe/
H A Dasync_safe_log.cpp67 return syscall(__NR_socket, domain, type, protocol); in __socket()
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h257 #define __NR_socket (__NR_SYSCALL_BASE + 281) macro
/aosp12/bionic/libc/
H A DSYSCALLS.TXT22 # socketcall(__NR_socket, 1, *(rest of args on stack)).