Home
last modified time | relevance | path

Searched defs:socketpair (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/rustix/src/net/
H A Dsocketpair.rs14 pub fn socketpair( in socketpair() functions
H A Dmod.rs18 mod socketpair; modules
/third_party/musl/src/network/
H A Dsocketpair.c9 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/third_party/curl/lib/
H A Dmemdebug.h145 #define socketpair(domain,type,protocol,socket_vector)\ macro
H A Dcurl_memory.h84 #undef socketpair macro
/third_party/python/Lib/
H A Dsocket.py595 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 Dtest_selectors.py27 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 Dmod.rs2105 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair() functions
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h236 #define socketpair _socketpair macro
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs685 pub fn socketpair( in socketpair() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3494 pub fn socketpair( in socketpair() functions

Completed in 27 milliseconds