Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Dsocketpair.c9 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/third_party/rust/crates/rustix/src/net/
Dsocketpair.rs14 pub fn socketpair( in socketpair() function
Dmod.rs18 mod socketpair; module
/third_party/python/Lib/test/
Dtest_selectors.py27 socketpair = socket.socketpair variable
29 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
Dtest_socket.py563 def socketpair(self): member in SocketPairTest
4688 def socketpair(self): member in PurePythonSocketPairTest
/third_party/python/Lib/
Dsocket.py650 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
662 socketpair = _fallback_socketpair variable
/third_party/curl/lib/
Dmemdebug.h145 #define socketpair(domain,type,protocol,socket_vector)\ macro
/third_party/skia/third_party/externals/microhttpd/
Dconfigure.ac384 AC_ARG_ENABLE([[socketpair]], optenable
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h236 #define socketpair _socketpair macro
/third_party/python/Lib/test/test_asyncio/
Dtest_proactor_events.py759 def test_ctor(self, socketpair): argument
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs372 pub(crate) fn socketpair( in socketpair() function
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs90 pub(crate) fn socketpair( in socketpair() function
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs2105 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair() function
/third_party/curl/
Dconfigure.ac4278 AC_ARG_ENABLE(socketpair, optenable
/third_party/rust/crates/libc/src/unix/
Dmod.rs672 pub fn socketpair( in socketpair() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3581 pub fn socketpair( in socketpair() function