Searched refs:__NR_socket (Results 1 – 8 of 8) sorted by relevance
62 #define __NR_socket 41 macro
376 #define __NR_socket 359 macro
57 #define __NR_socket (__X32_SYSCALL_BIT + 41) macro
271 #define __NR_socket 198 macro
1146 #if defined(__NR_socket)1147 #define SYS_socket __NR_socket
67 return syscall(__NR_socket, domain, type, protocol); in __socket()
257 #define __NR_socket (__NR_SYSCALL_BASE + 281) macro
22 # socketcall(__NR_socket, 1, *(rest of args on stack)).