HomeSort by relevance Sort by last modified time
    Searched full:hostname (Results 326 - 350 of 1501) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport_unittest.cc 44 static const SocketAddress kBadHostnameAddr("not-a-real-hostname", 5000);
176 // Test that we can get an address from a STUN server specified by a hostname.
186 // Test that we handle hostname lookup failures properly.
219 // Test that we still a get a local candidate with invalid stun server hostname.
  /external/chromium_org/third_party/webrtc/base/
openssladapter.h 34 virtual int StartSSL(const char* hostname, bool restartable);
schanneladapter.h 28 virtual int StartSSL(const char* hostname, bool restartable);
  /external/chromium_org/tools/perf/profile_creators/
extensions_profile_creator.py 165 hostname = socket.gethostname()
166 if hostname.endswith('corp.google.com'):
168 "(hostname=%s). This script needs to be run off the corp "
169 "network." % hostname)
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 95 Component* hostname,
99 hostname->reset();
126 // Found a port number: <hostname>:<port>
127 *hostname = MakeRange(serverinfo.begin, colon);
128 if (hostname->len == 0)
129 hostname->reset();
132 // No port: <hostname>
133 *hostname = serverinfo;
147 Component* hostname,
153 hostname->reset()
    [all...]
  /external/kernel-headers/original/uapi/linux/
nfs_mount.h 40 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */ member in struct:nfs_mount_data
  /external/qemu/telephony/
sysdeps.h 44 extern SysChannel sys_channel_create_tcp_client( const char* hostname, int port );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
nfs_mount.h 40 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
util.h 40 /** Return the current hostname in the specified buffer. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nfs_mount.h 40 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
util.h 40 /** Return the current hostname in the specified buffer. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
142 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
149 #define EAI_NODATA 7 /* no address associated with hostname */
150 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
142 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
149 #define EAI_NODATA 7 /* no address associated with hostname */
150 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
142 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
149 #define EAI_NODATA 7 /* no address associated with hostname */
150 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
142 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
149 #define EAI_NODATA 7 /* no address associated with hostname */
150 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
142 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
149 #define EAI_NODATA 7 /* no address associated with hostname */
150 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
142 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
149 #define EAI_NODATA 7 /* no address associated with hostname */
150 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
nfs4_mount.h 44 struct nfs_string hostname; member in struct:nfs4_mount_data
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
nfs4_mount.h 44 struct nfs_string hostname; member in struct:nfs4_mount_data
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
nfs4_mount.h 44 struct nfs_string hostname; member in struct:nfs4_mount_data
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResults.java 127 String hostName = "";
129 hostName = InetAddress.getLocalHost().getHostName();
131 serializer.attribute(ns, "name", hostName);
  /external/apache-http/src/org/apache/http/conn/ssl/
X509HostnameVerifier.java 42 * Interface for checking if a hostname matches the names stored inside the
69 * Checks to see if the supplied hostname matches any of the supplied CNs
79 * @param host The hostname to verify.
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.h 58 const std::string& hostname,
93 std::string hostname; member in struct:net::MultiThreadedCertVerifier::RequestParams
133 const std::string& hostname,
  /external/chromium_org/third_party/libjingle/source/talk/base/
nethelpers.cc 42 int ResolveHostname(const std::string& hostname, int family,
58 int ret = getaddrinfo(hostname.c_str(), NULL, &hints, &result);
101 error_ = ResolveHostname(addr_.hostname().c_str(), addr_.family(),
  /external/conscrypt/src/test/java/org/conscrypt/
CertPinManagerTest.java 104 assertFalse("Short entry should NOT match longer hostname",
106 assertFalse("Long entry should NOT match shorter hostname",
108 assertTrue("Short entry should match short hostname",

Completed in 1084 milliseconds

<<11121314151617181920>>