HomeSort by relevance Sort by last modified time
    Searched refs:socket (Results 201 - 225 of 1779) sorted by null

1 2 3 4 5 6 7 891011>>

  /bionic/libc/include/
resolv.h 34 #include <sys/socket.h>
  /bionic/libc/kernel/common/linux/
net.h 22 #include <asm/socket.h>
  /bionic/libc/upstream-netbsd/libc/inet/
inet_ntoa.c 43 #include <sys/socket.h>
  /development/ndk/platforms/android-3/include/linux/
net.h 16 #include <asm/socket.h>
  /development/ndk/platforms/android-3/include/netinet/
in.h 32 #include <linux/socket.h>
  /development/ndk/platforms/android-3/include/
resolv.h 34 #include <sys/socket.h>
  /device/generic/goldfish/libqemu/
test_util.h 26 int socket; member in struct:__anon1561
  /external/chromium/net/server/
http_server.h 80 virtual void DidAccept(ListenSocket* server, ListenSocket* socket);
81 virtual void DidRead(ListenSocket* socket, const char* data, int len);
82 virtual void DidClose(ListenSocket* socket);
92 Connection* FindConnection(ListenSocket* socket);
  /external/chromium/third_party/libevent/test/
test-init.c 19 #include <sys/socket.h>
  /external/iproute2/tc/
p_tcp.c 18 #include <sys/socket.h>
p_udp.c 18 #include <sys/socket.h>
  /external/qemu/slirp/
sbuf.h 27 void sbappend _P((struct socket *, struct mbuf *));
  /external/qemu/slirp-android/
sbuf.h 27 void sbappend _P((struct socket *, struct mbuf *));
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
Forwarder.java 24 import java.net.Socket;
36 private Socket from, to;
41 public Forwarder (Socket from, Socket to, ForwardServer server) {
62 private void shutdown(Socket socket) {
64 socket.shutdownInput();
66 Log.v(LOGTAG, "Socket#shutdownInput", e);
69 socket.shutdownOutput();
71 Log.v(LOGTAG, "Socket#shutdownOutput", e)
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
Server.h 7 * Handles incoming socket connections from clients using the MobiCore driver.
9 * Iterative socket server using UNIX domain stream protocol.
41 #include <sys/socket.h>
79 * Implements the central socket server loop. Incoming connections will be stored.
  /libcore/luni/src/main/java/java/nio/channels/
ServerSocketChannel.java 27 * stream-oriented listening socket. Binding and manipulation of socket options
29 * by calling {@code socket()}. ServerSocketChannels can not be constructed for
30 * an already existing server-socket, nor can a {@link java.net.SocketImpl} be assigned.
32 * A server-socket channel is open but not bound when created by the {@code
50 * Creates an open and unbound server-socket channel.
64 * Gets the valid operations of this channel. Server-socket channels support
77 * Return the server-socket assigned this channel, which does not declare
80 * @return the server-socket assigned to this channel.
82 public abstract ServerSocket socket(); method in class:ServerSocketChannel
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnectionPool.java 22 import java.net.Socket;
75 // Since Socket is recycled, re-tag before using
76 Socket socket = connection.getSocket(); local
77 SocketTagger.get().tag(socket);
91 Socket socket = connection.getSocket(); local
93 SocketTagger.get().untag(socket);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ifaddrs.h 24 #include <sys/socket.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
net.h 2 * NET An implementation of the SOCKET network access protocol.
22 #include <asm/socket.h>
50 SS_UNCONNECTED, /* unconnected to any socket */
52 SS_CONNECTED, /* connected to socket */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h 24 #include <sys/socket.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
net.h 2 * NET An implementation of the SOCKET network access protocol.
22 #include <asm/socket.h>
50 SS_UNCONNECTED, /* unconnected to any socket */
52 SS_CONNECTED, /* connected to socket */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h 24 #include <sys/socket.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
net.h 2 * NET An implementation of the SOCKET network access protocol.
22 #include <asm/socket.h>
50 SS_UNCONNECTED, /* unconnected to any socket */
52 SS_CONNECTED, /* connected to socket */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
net.h 16 #include <asm/socket.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
resolv.h 34 #include <sys/socket.h>

Completed in 919 milliseconds

1 2 3 4 5 6 7 891011>>