Searched refs:socketpair (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/bionic/ |
D | socketpair.cpp | 36 int socketpair(int domain, int type, int protocol, int sv[2]) { in socketpair() function
|
/bionic/tests/ |
D | fdtrack_test.cpp | 287 FDTRACK_TEST(socketpair, ({ 289 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, fds.data()) != 0) { 333 ASSERT_NE(-1, socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets));
|
/bionic/tests/headers/posix/ |
D | sys_socket_h.c | 153 FUNCTION(socketpair, int (*f)(int, int, int, int[2])); in sys_socket_h()
|
/bionic/libc/include/sys/ |
D | socket.h | 312 __socketcall int socketpair(int __af, int __type, int __protocol, int __fds[2]);
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_004.S | 387 CALL(socketpair)
|
D | liblinker_reloc_bench_095.S | 77 CALL(socketpair)
|
D | liblinker_reloc_bench_134.S | 1695 CALL(socketpair)
|
D | liblinker_reloc_bench_067.S | 1104 CALL(socketpair)
|
D | liblinker_reloc_bench_015.S | 2611 CALL(socketpair)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 974 socketpair
|
/bionic/libc/stdio/ |
D | stdio.cpp | 1185 if (socketpair(AF_LOCAL, SOCK_CLOEXEC | SOCK_STREAM, 0, fds) == -1) return nullptr; in popen()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 247 int __socketpair:socketpair(int, int, int, int*) arm,lp64
|
D | libc.map.txt | 979 socketpair;
|
D | Android.bp | 1144 "bionic/socketpair.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 979 socketpair;
|