Searched defs:socketpair (Results 1 – 13 of 13) sorted by relevance
| /third_party/musl/src/network/ |
| D | socketpair.c | 6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
| /third_party/rust/crates/rustix/src/net/ |
| D | socketpair.rs | 14 pub fn socketpair( in socketpair() function
|
| D | mod.rs | 18 mod socketpair; module
|
| /third_party/python/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
|
| /third_party/python/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
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | configure.ac | 384 AC_ARG_ENABLE([[socketpair]], optenable
|
| /third_party/python/Lib/test/test_asyncio/ |
| D | test_proactor_events.py | 711 def test_ctor(self, socketpair): argument
|
| /third_party/rust/crates/rustix/src/backend/libc/net/ |
| D | syscalls.rs | 372 pub(crate) fn socketpair( in socketpair() function
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 2105 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair() function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| D | syscalls.rs | 90 pub(crate) fn socketpair( in socketpair() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 685 pub fn socketpair( in socketpair() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3494 pub fn socketpair( in socketpair() function
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 13305 int (*socketpair)(struct socket *, struct socket *); member
|