Searched defs:socketpair (Results 1 - 11 of 11) sorted by relevance
| /third_party/rust/crates/rustix/src/net/ |
| H A D | socketpair.rs | 14 pub fn socketpair( in socketpair() functions
|
| H A D | mod.rs | 18 mod socketpair; modules
|
| /third_party/musl/src/network/ |
| H A D | socketpair.c | 9 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
| /third_party/curl/lib/ |
| H A D | memdebug.h | 145 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
| H A D | curl_memory.h | 84 #undef socketpair macro
|
| /third_party/python/Lib/ |
| H A D | socket.py | 595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_selectors.py | 27 socketpair = socket.socketpair variable 29 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | mod.rs | 2105 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair() functions
|
| /third_party/FreeBSD/lib/libc/include/ |
| H A D | namespace.h | 236 #define socketpair _socketpair
macro
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 685 pub fn socketpair( in socketpair() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3494 pub fn socketpair( in socketpair() functions
|
Completed in 27 milliseconds