Searched refs:__socket (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | NetdClientDispatch.cpp | 34 extern "C" __socketcall int __socket(int, int, int); 52 __socket,
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 59 static int __socket(int domain, int type, int protocol) { in __socket() function 505 int log_fd = TEMP_FAILURE_RETRY(__socket(PF_UNIX, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0)); in open_log_socket()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 258 int __socket:socket(int, int, int) arm,lp64 277 int __socket:socketcall:1(int, int, int) x86
|
D | libc.map.txt | 169 __socket; # arm x86 introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 169 __socket; # arm x86 introduced=21
|