Home
last modified time | relevance | path

Searched refs:socketpair (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/bionic/
Dsocketpair.cpp36 int socketpair(int domain, int type, int protocol, int sv[2]) { in socketpair() function
/bionic/tests/
Dfdtrack_test.cpp287 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/
Dsys_socket_h.c153 FUNCTION(socketpair, int (*f)(int, int, int, int[2])); in sys_socket_h()
/bionic/libc/include/sys/
Dsocket.h312 __socketcall int socketpair(int __af, int __type, int __protocol, int __fds[2]);
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_004.S387 CALL(socketpair)
Dliblinker_reloc_bench_095.S77 CALL(socketpair)
Dliblinker_reloc_bench_134.S1695 CALL(socketpair)
Dliblinker_reloc_bench_067.S1104 CALL(socketpair)
Dliblinker_reloc_bench_015.S2611 CALL(socketpair)
/bionic/libc/tools/
Dposix-2013.txt974 socketpair
/bionic/libc/stdio/
Dstdio.cpp1185 if (socketpair(AF_LOCAL, SOCK_CLOEXEC | SOCK_STREAM, 0, fds) == -1) return nullptr; in popen()
/bionic/libc/
DSYSCALLS.TXT247 int __socketpair:socketpair(int, int, int, int*) arm,lp64
Dlibc.map.txt979 socketpair;
DAndroid.bp1144 "bionic/socketpair.cpp",
/bionic/tools/versioner/platforms/
Dlibc.map.txt979 socketpair;