HomeSort by relevance Sort by last modified time
    Searched refs:socket (Results 276 - 300 of 3980) sorted by null

<<11121314151617181920>>

  /bionic/libc/bionic/
__cmsg_nxthdr.cpp 29 #include <sys/socket.h>
  /bionic/libc/include/net/
if.h 32 #include <sys/socket.h>
  /device/generic/goldfish/libqemu/
test_util.h 26 int socket; member in struct:__anon1651
  /external/compiler-rt/test/msan/
getaddrinfo-positive.cc 7 #include <sys/socket.h>
getaddrinfo.cc 4 #include <sys/socket.h>
  /external/conscrypt/common/src/main/java/org/conscrypt/
ApplicationProtocolSelector.java 46 * @param socket the server-side socket
55 public abstract String selectApplicationProtocol(SSLSocket socket, List<String> protocols);
  /external/dhcpcd-6.8.2/
ifaddrs.h 13 #include <sys/socket.h>
  /external/ipsec-tools/src/libipsec/
ipsec_get_policylen.c 40 #include <sys/socket.h>
  /external/libevent/
ipv6-internal.h 38 #include <sys/socket.h>
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_connection.h 35 struct rbug_connection * rbug_from_socket(int socket);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
DefaultSocketFactory.java 16 package org.mockftpserver.core.socket;
20 import java.net.Socket;
23 * Default implementation of the {@link SocketFactory}; creates standard {@link Socket} instances.
32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
34 * @param port - the port number of the enpoint to which the socket is connected
35 * @return a new Socket
38 * @see org.mockftpserver.core.socket.SocketFactory#createSocket(java.net.InetAddress, int)
40 public Socket createSocket(InetAddress host, int port) throws IOException {
41 return new Socket(host, port);
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
StubServerSocketFactory.java 16 package org.mockftpserver.core.socket;
43 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/socket/
DefaultSocketFactory.java 16 package org.mockftpserver.core.socket;
20 import java.net.Socket;
23 * Default implementation of the {@link SocketFactory}; creates standard {@link Socket} instances.
32 * Create a new Socket instance for the specified host and port.
33 * @param host - the IP address of the host endpoint to which the socket is connect
34 * @param port - the port number of the enpoint to which the socket is connected
35 * @return a new Socket
38 * @see org.mockftpserver.core.socket.SocketFactory#createSocket(java.net.InetAddress, int)
40 public Socket createSocket(InetAddress host, int port) throws IOException {
41 return new Socket(host, port);
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_connect_op.hpp 31 reactive_socket_connect_op_base(socket_type socket, func_type complete_func)
33 socket_(socket)
55 reactive_socket_connect_op(socket_type socket, Handler& handler)
56 : reactive_socket_connect_op_base(socket,
  /external/strace/tests/
accept_compat.h 5 #include <sys/socket.h>
getsockname.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0);
38 perror_msg_and_skip("socket");
  /external/strace/tests-m32/
accept_compat.h 5 #include <sys/socket.h>
getsockname.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0);
38 perror_msg_and_skip("socket");
  /external/strace/tests-mx32/
accept_compat.h 5 #include <sys/socket.h>
getsockname.c 36 int lfd = socket(AF_UNIX, SOCK_STREAM, 0);
38 perror_msg_and_skip("socket");
  /external/valgrind/memcheck/tests/
null_socket.c 4 #include <sys/socket.h>
  /external/webrtc/webrtc/base/
ifaddrs-android.h 15 #include <sys/socket.h>
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.h 21 // SSL, as opposed to the SSLAdapter socket adapter.
52 void OnReadEvent(rtc::AsyncSocket * socket);
53 void OnWriteEvent(rtc::AsyncSocket * socket);
54 void OnConnectEvent(rtc::AsyncSocket * socket);
55 void OnCloseEvent(rtc::AsyncSocket * socket, int error);
  /frameworks/av/media/common_time/
utils.h 20 #include <linux/socket.h>
  /frameworks/base/core/java/org/apache/http/conn/scheme/
LayeredSocketFactory.java 35 import java.net.Socket;
40 * See there for things to consider when implementing a socket factory.
54 * Returns a socket connected to the given host that is layered over an
55 * existing socket. Used primarily for creating secure sockets through
58 * @param socket the existing socket
61 * @param autoClose a flag for closing the underling socket when the created
62 * socket is closed
64 * @return Socket a new socket
    [all...]

Completed in 1509 milliseconds

<<11121314151617181920>>