Searched refs:__NR_socket (Results 1 – 9 of 9) sorted by relevance
50 #define __NR_socket 41 macro
364 #define __NR_socket 359 macro
45 #define __NR_socket (__X32_SYSCALL_BIT + 41) macro
259 #define __NR_socket 198 macro
1206 #if defined(__NR_socket)1207 #define SYS_socket __NR_socket
245 #define __NR_socket (__NR_SYSCALL_BASE + 281) macro
257 #define __NR_socket (__NR_SYSCALL_BASE + 281) macro
65 return syscall(__NR_socket, domain, type, protocol); in __socket()
22 # socketcall(__NR_socket, 1, *(rest of args on stack)).