Searched defs:socketpair (Results 1 – 7 of 7) 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/python/Lib/test/ |
| D | test_selectors.py | 21 socketpair = socket.socketpair variable 23 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
| /third_party/python/Lib/ |
| D | socket.py | 558 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/ |
| D | memdebug.h | 120 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
| /third_party/Linux_Kernel/include/linux/ |
| D | net.h | 142 int (*socketpair)(struct socket *sock1, member
|
| /third_party/python/Lib/test/test_asyncio/ |
| D | test_proactor_events.py | 694 def test_ctor(self, socketpair): argument
|
| /third_party/curl/ |
| D | configure.ac | 3666 AC_ARG_ENABLE(socketpair, optenable
|