HomeSort by relevance Sort by last modified time
    Searched full:socket (Results 301 - 325 of 4983) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 25 * This class implements a multicast socket for sending and receiving IP
38 * Constructs a multicast socket, bound to any available port on the
48 * Constructs a multicast socket, bound to the specified {@code port} on the
72 * Returns an address of the outgoing network interface used by this socket. To avoid
103 * Returns the outgoing network interface used by this socket.
117 * Returns the time-to-live (TTL) for multicast packets sent on this socket.
127 * Returns the time-to-live (TTL) for multicast packets sent on this socket.
139 * Adds this socket to the specified multicast group. A socket must join a
140 * group before data may be received. A socket may be a member of multipl
    [all...]
  /device/asus/flo/sepolicy/
file.te 1 # Qualcomm MSM Interface (QMI) socket
  /device/lge/hammerhead/sepolicy/
qmux.te 8 # Create sockets under each /dev/socket/qmux_* directory.
  /device/moto/shamu/sepolicy/
gsiffd.te 16 allow gsiffd self:socket create_socket_perms;
  /external/apache-http/src/org/apache/http/conn/
OperatedClientConnection.java 35 import java.net.Socket;
93 * Obtains the socket for this connection.
98 * @return the socket for communicating with the
101 Socket getSocket()
113 * the unconnected socket that will be connected before
115 * the connection to close that socket if
117 * is called before it is open. Closing the unconnected socket
126 * @param sock the unconnected socket which is about to
130 void opening(Socket sock, HttpHost target)
157 * socket connection
    [all...]
  /external/e2fsprogs/tests/f_dir_bad_mode/
expect.1 2 Inode 12 is a socket but it looks like it is really a directory.
  /external/iptables/include/linux/netfilter_ipv4/
ipt_LOG.h 8 #define IPT_LOG_UID 0x08 /* Log UID owning local socket */
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_LOG.h 8 #define IP6T_LOG_UID 0x08 /* Log UID owning local socket */
  /external/kernel-headers/original/uapi/linux/
atmppp.h 15 * This is for the ATM_SETBACKEND call - these are like socket families:
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_LOG.h 8 #define XT_LOG_UID 0x08 /* Log UID owning local socket */
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
StubSocketFactory.java 16 package org.mockftpserver.core.socket;
20 import java.net.Socket;
46 * @see org.mockftpserver.core.socket.SocketFactory#createSocket(java.net.InetAddress, int)
48 public Socket createSocket(InetAddress host, int port) throws IOException {
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 47 // capture video from a socket connection
96 int width; // the width of the images received over the socket
97 int height; // the height of the images received over the socket
123 // Setup a new addrinfo to support a streaming socket at the given address and port.
183 LOGV("Done closing Capture Socket");
186 // Helper to load pixels from a byte stream received over a socket.
207 // Grabs a frame (image) from a socket.
213 LOGV("You haven't opened the socket capture yet!");
217 // Establish the socket.
218 int sockd = socket(pAddrInfo->ai_family, pAddrInfo->ai_socktype, pAddrInfo->ai_protocol)
    [all...]
  /external/sepolicy/
ppp.te 9 allow ppp mtp:socket rw_socket_perms;
  /external/strace/linux/
inet_diag.h 4 /* Socket identity */
  /external/valgrind/none/tests/
fdleak_ipv4.c 3 #include <sys/socket.h>
21 s = DO( socket(PF_INET, SOCK_STREAM, 0) );
51 s = DO( socket(PF_INET, SOCK_STREAM, 0) );
54 // If the connect() failed, we close the socket and reopen it before
filter_fdleak 7 perl -p -e 's/^Open AF_UNIX socket [0-9]*: <unknown>/Open AF_UNIX socket ...: <unknown>/' |
8 perl -p -e 's/^Open (AF_UNIX socket|file descriptor) [0-9]*: \/dev\/null/Open $1 ...: \/dev\/null/' |
11 perl -p -e 's/^Open (AF_UNIX socket|file descriptor) [0-9]*: (\/private)?\/tmp\/(sock|data1|data2|file)\.[0-9]*/Open $1 ...: \/tmp\/$3/' |
  /hardware/libhardware/include/hardware/
bt_sock.h 33 /** Represents the standard BT SOCKET interface. */
54 * Listen to a RFCOMM UUID or channel. It returns the socket fd from which
64 * Connect to a RFCOMM UUID channel of remote device, It returns the socket fd from which
65 * the btsock_connect_signal and a new socket fd to be accepted can be read out when connected
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmppp.h 15 * This is for the ATM_SETBACKEND call - these are like socket families:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 8 #define IPT_LOG_UID 0x08 /* Log UID owning local socket */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 8 #define IP6T_LOG_UID 0x08 /* Log UID owning local socket */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmppp.h 15 * This is for the ATM_SETBACKEND call - these are like socket families:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 8 #define IPT_LOG_UID 0x08 /* Log UID owning local socket */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 8 #define IP6T_LOG_UID 0x08 /* Log UID owning local socket */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_pppopns.h 15 #include <linux/socket.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_pppopns.h 15 #include <linux/socket.h>

Completed in 237 milliseconds

<<11121314151617181920>>