Home
last modified time | relevance | path

Searched defs:socketpair (Results 1 – 22 of 22) sorted by relevance

/external/musl/src/network/
Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/external/python/cpython3/Lib/test/
Dtest_selectors.py23 socketpair = socket.socketpair variable
25 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
/external/python/cpython3/Lib/
Dsocket.py594 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
615 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
/external/curl/lib/
Dmemdebug.h120 #define socketpair(domain,type,protocol,socket_vector)\ macro
/external/strace/
Dnet.c429 SYS_FUNC(socketpair) in SYS_FUNC() argument
/external/rust/crates/tokio/tests/
Dio_async_fd.rs125 fn socketpair() -> (FileDescriptor, FileDescriptor) { in socketpair() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py719 def test_ctor(self, socketpair): argument
/external/curl/
Dconfigure.ac3689 AC_ARG_ENABLE(socketpair, optenable
/external/rust/crates/nix/src/sys/socket/
Dmod.rs1563 pub fn socketpair<T: Into<Option<SockProtocol>>>(domain: AddressFamily, ty: SockType, protocol: T, in socketpair() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc763 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() argument
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h4157 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
4216 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
/external/rust/crates/libc/src/unix/
Dmod.rs654 pub fn socketpair( in socketpair() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1531 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { in TSAN_INTERCEPTOR() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc783 TEST(MemorySanitizer, socketpair) { in TEST() argument
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3479 pub fn socketpair( in socketpair() function
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h11970 int (*socketpair)(struct socket *, struct socket *); member
Dvmlinux.h11970 int (*socketpair)(struct socket *, struct socket *); member
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h13305 int (*socketpair)(struct socket *, struct socket *); member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h10885 int (*socketpair)(struct socket *, struct socket *); member
Dvmlinux_510.h10885 int (*socketpair)(struct socket *, struct socket *); member
/external/bcc/libbpf-tools/x86/
Dvmlinux.h13610 int (*socketpair)(struct socket *, struct socket *); member
Dvmlinux_505.h13610 int (*socketpair)(struct socket *, struct socket *); member