Searched defs:host (Results 1 - 25 of 577) sorted by relevance

1234567891011>>

/external/c-ares/
H A Dares_free_hostent.c27 void ares_free_hostent(struct hostent *host) argument
31 if (!host)
34 free((char *)(host->h_name));
35 for (p = host->h_aliases; *p; p++)
37 free(host->h_aliases);
38 free(host->h_addr_list[0]); /* no matter if there is one or many entries,
40 free(host->h_addr_list);
41 free(host);
/external/curl/docs/examples/
H A Dresolve.c29 struct curl_slist *host = NULL; local
36 host = curl_slist_append(NULL, "example.com:80:127.0.0.1");
40 curl_easy_setopt(curl, CURLOPT_RESOLVE, host);
48 curl_slist_free_all(host);
/external/autotest/contrib/
H A Dprint_host_labels.py15 host = factory.create_host(sys.argv[1]) variable
16 labels = host.get_labels()
/external/ipsec-tools/src/racoon/
H A Dthrottle.h40 struct sockaddr_storage host; member in struct:throttle_entry
/external/jcommander/src/test/java/com/beust/jcommander/
H A DHostPort.java22 public String host; field in class:HostPort
27 return "[Host:" + host + " port:" + port + "]";
/external/libnl/src/
H A Dnl-util-addr.c17 char host[256]; local
26 err = nl_addr_resolve(a, host, sizeof(host));
31 printf("%s\n", host);
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
H A DHostAndPort.java21 * A data-only (transfer) object representing a host (InetAddress) and port number
24 * This class contains two public properties: host (java.net.InetAddress) and port (int).
30 public InetAddress host; field in class:HostAndPort
34 * Construct a new instance with the specified host and port
35 * @param host - the InetAddress host
38 public HostAndPort(InetAddress host, int port) { argument
39 this.host = host;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DDoubleInetAddressNetwork.java22 * A network that always resolves two IP addresses per host. Use this when testing route selection
26 @Override public InetAddress[] resolveInetAddresses(String host) throws UnknownHostException { argument
27 InetAddress[] allInetAddresses = Network.DEFAULT.resolveInetAddresses(host);
H A DSingleInetAddressNetwork.java22 * A network that resolves only one IP address per host. Use this when testing
23 * route selection fallbacks to prevent the host machine's various IP addresses
27 @Override public InetAddress[] resolveInetAddresses(String host) throws UnknownHostException { argument
28 InetAddress[] allInetAddresses = Network.DEFAULT.resolveInetAddresses(host);
/external/tlsdate/src/
H A Dproxy-bio-plan9.h19 char *host; member in struct:proxy_ctx
29 int BIO_proxy_set_host(BIO *b, const char *host);
H A Dproxy-bio.h19 char *host; member in struct:proxy_ctx
29 int BIO_proxy_set_host (BIO *b, const char *host);
/external/apache-http/android/src/android/net/http/
H A DRequestFeeder.java28 Request getRequest(HttpHost host); argument
31 * @return true if a request for this host is available
33 boolean haveRequest(HttpHost host); argument
/external/apache-http/src/org/apache/http/conn/
H A DHttpHostConnectException.java50 private final HttpHost host; field in class:HttpHostConnectException
52 public HttpHostConnectException(final HttpHost host, final ConnectException cause) { argument
53 super("Connection to " + host + " refused");
54 this.host = host;
59 return this.host;
/external/autotest/frontend/client/src/autotest/afe/
H A DHostDataSource.java33 Host host = Host.fromJsonObject(row);
34 processHost(host);
35 hosts.add(host);
40 protected void processHost(JSONObject host) { argument
41 host.put(LOCKED_TEXT, AfeUtils.getLockedText(host));
43 JSONString jsonPlatform = host.get("platform").isString();
48 JSONArray labels = host.get("labels").isArray();
60 host.put(OTHER_LABELS, new JSONString(labelString.toString()));
63 new JSONArrayList<JSONString>(host
[all...]
/external/autotest/server/
H A Dhypervisor.py32 host = None variable in class:Hypervisor
35 def __init__(self, host):
37 self.host= host
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLClientSessionCache.java35 * Gets data from a pre-existing session for a given server host and port.
37 * @param host from {@link javax.net.ssl.SSLSession#getPeerHost()}
40 * @throws NullPointerException if host is null
42 public byte[] getSessionData(String host, int port); argument
/external/dbus/dbus/
H A Ddbus-server-win.c62 const char *host = "localhost"; local
71 *server_p = _dbus_server_new_for_tcp_socket (host, bind, port,
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DKeepAliveHttpsTransportSE.java27 private final String host; field in class:KeepAliveHttpsTransportSE
33 public KeepAliveHttpsTransportSE(String host, int port, String file, int timeout) { argument
34 super(host, port, file, timeout);
35 this.host = host;
51 serviceConnection = new HttpsServiceConnectionSEIgnoringConnectionClose(host, port,
/external/libmicrohttpd/src/microspdy/
H A Dalstructures.h63 * called host as in HTTP
65 char *host; member in struct:SPDY_Request
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/socket/
H A DDefaultSocketFactory.java32 * 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
40 public Socket createSocket(InetAddress host, int port) throws IOException { argument
41 return new Socket(host, port);

Completed in 961 milliseconds

1234567891011>>