Searched defs:socketpair (Results 1 – 12 of 12) sorted by relevance
| /external/python/cpython3/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
|
| /external/python/cpython3/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
|
| /external/curl/lib/ |
| D | memdebug.h | 117 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
| /external/strace/ |
| D | net.c | 431 SYS_FUNC(socketpair) in SYS_FUNC() argument
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_proactor_events.py | 694 def test_ctor(self, socketpair): argument
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 763 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() argument
|
| /external/google-breakpad/src/third_party/lss/ |
| D | linux_syscall_support.h | 3663 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument 3721 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 637 pub fn socketpair( in socketpair() function
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 1531 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { in TSAN_INTERCEPTOR() argument
|
| /external/crosvm/net_sys/src/ |
| D | iff.rs | 939 pub fn socketpair( in socketpair() function
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 783 TEST(MemorySanitizer, socketpair) { in TEST() argument
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3479 pub fn socketpair( in socketpair() function
|