Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/kernel/tests/net/test/
H A Dtcp_nuke_addr_test.py85 def CheckNukeAddrUnsupported(self, socketpair, addr): argument
97 def assertSocketsNotClosed(self, socketpair): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_selectors.py27 socketpair = socket.socketpair variable
29 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DLinuxWatchService.java185 private final int socketpair[]; field in LinuxWatchService.Poller
483 private static native void socketpair(int[] sv) throws UnixException; in socketpair() method in LinuxWatchService
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsocket.py595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsocket.py595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
/aosp_15_r20/external/python/cpython3/Lib/
Dsocket.py595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsocket.py595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsocket.py595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function
616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
/aosp_15_r20/bionic/libc/bionic/
H A Dsocketpair.cpp36 int socketpair(int domain, int type, int protocol, int sv[2]) { in socketpair() function
/aosp_15_r20/external/trusty/musl/src/network/
Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/aosp_15_r20/external/musl/src/network/
H A Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/
Dsocketpair.rs29 pub fn socketpair( in socketpair() function
Dmod.rs14 mod socketpair; module
/aosp_15_r20/packages/modules/adb/
Dsysdeps_test.cpp60 int socketpair[2]; in TEST() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DEPollPort.java312 private static native void socketpair(int[] sv) throws IOException; in socketpair() method in EPollPort
/aosp_15_r20/external/curl/lib/
H A Dmemdebug.h151 #define socketpair(domain,type,protocol,socket_vector)\ macro
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_linux_s390x.go169 func socketpair(domain int, typ int, flags int, fd *[2]int32) error { func
Dsyscall_linux_386.go168 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
Dzsyscall_linux_loong64.go369 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
Dzsyscall_linux_arm.go184 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
/aosp_15_r20/external/strace/
H A Dnet.c429 SYS_FUNC(socketpair) in SYS_FUNC() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_linux_s390x.go143 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
Dsyscall_linux_386.go241 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/
DFakeOsAccess.java307 public synchronized ParcelFileDescriptor[] socketpair() throws IOException { in socketpair() method in FakeOsAccess

12345678910>>...17