HomeSort by relevance Sort by last modified time
    Searched full:socketpair (Results 401 - 425 of 685) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/share/gdb/syscalls/
mips-o32-linux.xml 194 <syscall name="socketpair" number="4184"/>
sparc-linux.xml 151 <syscall name="socketpair" number="135"/>
sparc64-linux.xml 134 <syscall name="socketpair" number="135"/>
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_386.go 246 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
zsyscall_solaris_amd64.go 83 //go:cgo_import_dynamic libc_socketpair socketpair "libsocket.so"
1008 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_386.go 246 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
zsyscall_solaris_amd64.go 83 //go:cgo_import_dynamic libc_socketpair socketpair "libsocket.so"
1008 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 188 s1, s2 = socket.socketpair()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 188 s1, s2 = socket.socketpair()
  /system/bt/udrv/ulinux/
uipc.c 228 if (socketpair(AF_UNIX, SOCK_STREAM, 0, uipc_main.signal_fds) < 0)
  /system/core/logwrapper/
logwrap.c 502 /* Use ptty instead of socketpair so that STDOUT is not buffered */
  /external/android-clat/
clatd_test.cpp 423 // destination IPv6 address, and attempting to call that on our test socketpair
432 if (socketpair(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK, 0, fds)) {
    [all...]
  /external/ipsec-tools/src/racoon/
privsep.c 186 if (socketpair(PF_LOCAL, SOCK_DGRAM, 0, privsep_sock) != 0) {
251 * Close everything except the socketpair,
  /external/libevent/
whatsnew-2.0.txt 303 an epollfd to do so, instead of a socketpair. This is supposed to be
476 bufferevents. This is like using socketpair, but doesn't require
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 590 if (socketpair(AF_UNIX, SOCK_DGRAM, 0, pair)) {
591 ALOGE("socketpair: %s", strerror(errno));
  /external/curl/m4/
curl-functions.m4     [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 617 if (socketpair(AF_DNSSD, SOCK_STREAM, 0, sp) < 0) deliver_request_bailout("socketpair");
752 // Close our end of the socketpair *before* blocking in read_all to get the four-byte error code.
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
socket_ops.ipp 445 int socketpair(int af, int type, int protocol,
449 int result = error_wrapper(::socketpair(af, type, protocol, sv), ec);
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 789 if ( socketpair( AF_LOCAL, SOCK_STREAM, 0, state->control ) < 0 ) {
  /external/autotest/client/tests/scrashme/
testfix.diff 377 + { .name = "socketpair" },
  /external/avahi/avahi-compat-howl/
compat.c 349 if (socketpair(AF_UNIX, SOCK_STREAM, 0, fd) < 0)
  /external/avahi/avahi-compat-libdns_sd/
compat.c 366 if (socketpair(AF_UNIX, SOCK_STREAM, 0, fd) < 0)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/compiler-rt/test/dfsan/
custom.cc 748 int rv = socketpair(PF_LOCAL, SOCK_STREAM, 0, fd);
  /external/dbus/dbus/
dbus-sysdeps-unix.c 893 if (socketpair (AF_UNIX, SOCK_STREAM
    [all...]

Completed in 3123 milliseconds

<<11121314151617181920>>