Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/third_party/python/Lib/test/
Dtest_selectors.py21 socketpair = socket.socketpair variable
23 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
/third_party/python/Lib/
Dsocket.py558 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
579 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
/third_party/curl/lib/
Dmemdebug.h120 #define socketpair(domain,type,protocol,socket_vector)\ macro
/third_party/Linux_Kernel/include/linux/
Dnet.h142 int (*socketpair)(struct socket *sock1, member
/third_party/python/Lib/test/test_asyncio/
Dtest_proactor_events.py694 def test_ctor(self, socketpair): argument
/third_party/curl/
Dconfigure.ac3666 AC_ARG_ENABLE(socketpair, optenable