HomeSort by relevance Sort by last modified time
    Searched full:sockets (Results 176 - 200 of 386) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/debugfs/
dump.c 286 /* else do nothing (don't dump device files, sockets, fifos, etc.) */
  /external/ipsec-tools/src/libipsec/
ipsec_set_policy.3 164 This is for privileged sockets.
  /external/netperf/
nettest_xti.h 6 /* sockets tests */
  /external/opencore/doc/oscl_html/
oscl__socket__serv__imp__reqlist_8h-source.html 58 00052 <span class="comment">//a queue of the active sockets.</span>
  /external/qemu/telephony/
sysdeps_qemu.c 12 #include "sockets.h"
  /external/webkit/WebKitTools/pywebsocket/example/
echo_client.py 184 help='Timeout(sec) for sockets')
  /external/wpa_supplicant/
main.c 116 * sockets. */
  /frameworks/base/tests/CoreTests/android/core/
SocketTest.java 96 // Regression test for #865753: server sockets not closing properly
  /hardware/libhardware_legacy/qemu/
qemu.c 24 #include <cutils/sockets.h>
  /system/core/include/arch/freebsd-x86/
AndroidConfig.h 217 * Define if we have Linux-style non-filesystem Unix Domain Sockets
  /system/core/include/arch/linux-arm/
AndroidConfig.h 215 * Define if we have Linux-style non-filesystem Unix Domain Sockets
  /system/core/include/arch/linux-sh/
AndroidConfig.h 215 * Define if we have Linux-style non-filesystem Unix Domain Sockets
  /system/core/include/arch/linux-x86/
AndroidConfig.h 206 * Define if we have Linux-style non-filesystem Unix Domain Sockets
  /system/core/include/arch/target_linux-x86/
AndroidConfig.h 206 * Define if we have Linux-style non-filesystem Unix Domain Sockets
  /system/core/libcutils/
abort_socket.c 282 are about to close() these sockets - clients should instead make sure
mq.c 811 int sockets[2]; local
812 int result = socketpair(AF_LOCAL, SOCK_STREAM, 0, sockets);
835 packetA->socket = sockets[0];
836 packetB->socket = sockets[1];
    [all...]
properties.c 22 #include <cutils/sockets.h>
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
ipc_event.c 130 /* wait for packet on two sockets*/
  /external/dbus/bus/
bus.c 282 * before overwriting any existing sockets, etc.
611 * one of the sockets we're using to listen on, or some
778 * as soon as we've set up our sockets and pidfile
    [all...]
  /external/dbus/doc/
dcop-howto.txt 43 DCOP is a simple IPC/RPC mechanism built to operate over sockets.
44 Either unix domain sockets or tcp/ip sockets are supported. DCOP is
  /external/libpcap/
aclocal.m4 801 dnl gethostbyname() under IRIX 5.2, and snoop sockets under most
815 dnl libraries necessary for using Sockets API. Unfortunately, the two
821 dnl and almost no applications use sockets without the resolver, this
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket.h 101 * sockets.
155 * Sockets are automatically closed when they
362 * Sockets are automatically closed when they
oscl_socket_imp_serv.cpp 409 //non-blocking sockets return this when there's no receiver.
648 //nonblocking sockets return this when there's no
771 //nonblocking sockets will return an error when
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 211 * Close and clean up zygote sockets. Called on shutdown and on the
220 Log.e(TAG, "Zygote: error closing sockets", ex);
657 Log.e(TAG, "Zygote Child: error closing sockets", ex);
  /system/core/init/
parser.c 44 for (si = svc->sockets; si; si = si->next) {
762 si->next = svc->sockets;
763 svc->sockets = si;

Completed in 201 milliseconds

1 2 3 4 5 6 78 91011>>