| /external/musl/src/network/ |
| D | socketpair.c | 6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
| /external/python/cpython3/Lib/test/ |
| D | test_selectors.py | 23 socketpair = socket.socketpair variable 25 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
| /external/python/cpython3/Lib/ |
| D | socket.py | 594 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/ |
| D | memdebug.h | 120 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
| /external/strace/ |
| D | net.c | 429 SYS_FUNC(socketpair) in SYS_FUNC() argument
|
| /external/rust/crates/tokio/tests/ |
| D | io_async_fd.rs | 125 fn socketpair() -> (FileDescriptor, FileDescriptor) { in socketpair() function
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_proactor_events.py | 719 def test_ctor(self, socketpair): argument
|
| /external/curl/ |
| D | configure.ac | 3689 AC_ARG_ENABLE(socketpair, optenable
|
| /external/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 1563 pub fn socketpair<T: Into<Option<SockProtocol>>>(domain: AddressFamily, ty: SockType, protocol: T, in socketpair() function
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 763 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() argument
|
| /external/google-breakpad/src/third_party/lss/ |
| D | linux_syscall_support.h | 4157 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/ |
| D | mod.rs | 654 pub fn socketpair( in socketpair() function
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 1531 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { in TSAN_INTERCEPTOR() argument
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 783 TEST(MemorySanitizer, socketpair) { in TEST() argument
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3479 pub fn socketpair( in socketpair() function
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 11970 int (*socketpair)(struct socket *, struct socket *); member
|
| D | vmlinux.h | 11970 int (*socketpair)(struct socket *, struct socket *); member
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 13305 int (*socketpair)(struct socket *, struct socket *); member
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 10885 int (*socketpair)(struct socket *, struct socket *); member
|
| D | vmlinux_510.h | 10885 int (*socketpair)(struct socket *, struct socket *); member
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux.h | 13610 int (*socketpair)(struct socket *, struct socket *); member
|
| D | vmlinux_505.h | 13610 int (*socketpair)(struct socket *, struct socket *); member
|