Home
last modified time | relevance | path

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

12

/external/trusty/musl/src/network/
Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/external/musl/src/network/
Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/external/rust/crates/rustix/src/net/
Dsocketpair.rs29 pub fn socketpair( in socketpair() function
Dmod.rs14 mod socketpair; module
/external/python/cpython3/Lib/test/
Dtest_selectors.py27 socketpair = socket.socketpair variable
29 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
/external/python/cpython3/Lib/
Dsocket.py595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
/external/curl/lib/
Dmemdebug.h145 #define socketpair(domain,type,protocol,socket_vector)\ macro
/external/strace/
Dnet.c429 SYS_FUNC(socketpair) in SYS_FUNC() argument
/external/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs599 pub(crate) fn socketpair( in socketpair() function
/external/rust/crates/tokio/tests/
Dio_async_fd.rs119 fn socketpair() -> (FileDescriptor, FileDescriptor) { in socketpair() function
/external/rust/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.py759 def test_ctor(self, socketpair): argument
/external/crosvm/base/src/sys/unix/
Dnet.rs94 pub(in crate::sys) fn socketpair( in socketpair() function
/external/rust/crates/nix/src/sys/socket/
Dmod.rs1982 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair() function
/external/curl/
Dconfigure.ac4278 AC_ARG_ENABLE(socketpair, optenable
/external/rust/crates/socket2/src/sys/
Dunix.rs856 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/rust/crates/libc/src/unix/
Dmod.rs672 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/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
/external/cronet/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/compiler-rt/lib/msan/tests/
Dmsan_test.cc783 TEST(MemorySanitizer, socketpair) { in TEST() argument
/external/crosvm/jail/seccomp/riscv64/
Dconstants.json2095 "socketpair": 199, number
/external/crosvm/jail/seccomp/aarch64/
Dconstants.json2101 "socketpair": 199, number
/external/crosvm/jail/seccomp/arm/
Dconstants.json2147 "socketpair": 288, number

12