Home
last modified time | relevance | path

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

12

/external/musl/src/network/
Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/external/trusty/musl/src/network/
Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/external/rust/android-crates-io/crates/rustix/src/net/
Dsocketpair.rs29 pub fn socketpair( in socketpair() function
Dmod.rs14 mod socketpair; module
/external/python/cpython3/Lib/test/
Dtest_selectors.py26 socketpair = socket.socketpair variable
28 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
Dtest_socket.py599 def socketpair(self): member in SocketPairTest
4868 def socketpair(self): member in PurePythonSocketPairTest
/external/python/cpython3/Lib/
Dsocket.py653 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
665 socketpair = _fallback_socketpair variable
/external/curl/lib/
Dmemdebug.h151 #define socketpair(domain,type,protocol,socket_vector)\ macro
/external/strace/
Dnet.c429 SYS_FUNC(socketpair) in SYS_FUNC() argument
/external/rust/android-crates-io/crates/rustix/src/backend/libc/net/
Dsyscalls.rs599 pub(crate) fn socketpair( in socketpair() function
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs99 pub(crate) fn socketpair( in socketpair() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py774 def test_ctor(self, socketpair): argument
/external/crosvm/base/src/sys/unix/
Dnet.rs95 pub(in crate::sys) fn socketpair( in socketpair() function
/external/rust/android-crates-io/crates/nix/src/sys/socket/
Dmod.rs1989 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair() function
/external/rust/android-crates-io/crates/tokio/tests/
Dio_async_fd.rs120 fn socketpair() -> (FileDescriptor, FileDescriptor) { in socketpair() function
/external/curl/
Dconfigure.ac4513 AC_ARG_ENABLE(socketpair, optenable
/external/rust/android-crates-io/crates/socket2/src/sys/
Dunix.rs921 pub(crate) fn socketpair(family: c_int, ty: c_int, protocol: c_int) -> io::Result<[Socket; 2]> { 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/
Dmod.rs717 pub fn socketpair( in socketpair() function
/external/rust/android-crates-io/crates/libc/src/unix/
Dmod.rs709 pub fn socketpair( in socketpair() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/
Dmod.rs717 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/cronet/stable/third_party/lss/
Dlinux_syscall_support.h4870 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
4943 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
/external/cronet/tot/third_party/lss/
Dlinux_syscall_support.h4870 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
4943 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h4870 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
4943 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument

12