HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 51 - 75 of 407) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/
URLClassPath.java 29 protected String hostname; field in class:URLClassPath
61 hostname = host;
68 return hostname + ":" + port + directory;
90 return fetchClass0(hostname, port, jarname);
  /external/openssh/
audit-linux.c 44 const char *hostname, const char *ip, const char *ttyn, int success)
58 username == NULL ? uid : -1, hostname, ip, ttyn, success);
88 if (linux_audit_record_event(li->uid, NULL, li->hostname,
loginrec.h 70 char hostname[LINFO_HOSTSIZE]; /* remote hostname */ member in struct:logininfo
90 const char *hostname, const char *line);
95 const char *hostname, const char *line);
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 118 String hostname = mHostnameField.getText().toString().trim(); local
121 String msg = getActivity().getString(validate(hostname, portStr, exclList));
141 mHostnameField = (EditText)view.findViewById(R.id.hostname);
163 String hostname = ""; local
172 hostname = proxy.getHost();
177 if (hostname == null) {
178 hostname = "";
181 mHostnameField.setText(hostname);
202 * validate syntax of hostname and port entries
205 public static int validate(String hostname, String port, String exclList)
242 String hostname = mHostnameField.getText().toString().trim(); local
    [all...]
  /external/dnsmasq/src/
helper.c 113 char *p, *action_str, *hostname = NULL; local
255 hostname = (char *)buf;
256 hostname[data.hostname_len - 1] = 0;
257 if (!legal_hostname(hostname))
258 hostname = NULL;
259 else if ((dot = strchr(hostname, '.')))
266 if (data.action == ACTION_OLD_HOSTNAME && hostname)
268 my_setenv("DNSMASQ_OLD_HOSTNAME", hostname, &err);
269 hostname = NULL;
282 action_str, daemon->dhcp_buff, inet_ntoa(data.addr), hostname, (char*)NULL)
    [all...]
  /external/chromium/net/url_request/
url_request_filter.cc 32 const std::string& hostname, URLRequest::ProtocolFactory* factory) {
33 hostname_handler_map_[make_pair(scheme, hostname)] = factory;
52 const std::string& hostname) {
54 hostname_handler_map_.find(make_pair(scheme, hostname));
75 // Check to see if this URL is masked by a hostname handler.
124 // Check the hostname map first.
125 const std::string& hostname = request->url().host(); local
128 hostname_handler_map_.find(make_pair(scheme, hostname));
133 // Not in the hostname map, check the url map.
  /external/chromium/third_party/libjingle/source/talk/base/
nethelpers.cc 50 result_ = SafeGetHostByName(addr_.hostname().c_str(), &error_);
62 hostent* SafeGetHostByName(const char* hostname, int* herrno) {
63 if (NULL == hostname || NULL == herrno) {
70 hostent* ent = gethostbyname(hostname);
136 while ((ret = gethostbyname_r(hostname, reinterpret_cast<hostent*>(buf), aux,
156 result = getipnodebyname(hostname, AF_INET, AI_DEFAULT, herrno);
socketaddress.h 49 // the hostname will be immediately resolved to an IP (which may block for
53 SocketAddress(const std::string& hostname, int port);
64 // Determines if this is a nil address (empty hostname, any IP, null port)
73 // Changes the IP of this address to the given one, and clears the hostname.
76 // Changes the hostname of this address to the given one.
78 void SetIP(const std::string& hostname);
80 // Sets the IP address while retaining the hostname. Useful for bypassing
87 // Returns the hostname
88 const std::string& hostname() const { return hostname_; } function in class:talk_base::SocketAddress
102 // Returns hostname:por
    [all...]
nethelpers.h 71 hostent* SafeGetHostByName(const char* hostname, int* herrno);
  /external/dropbear/
fake-rfc2553.c 150 getaddrinfo(const char *hostname, const char *servname,
175 if (hostname && inet_aton(hostname, &in) != 0)
183 if (!hostname) {
190 if (inet_aton(hostname, &in)) {
201 hp = gethostbyname(hostname);
loginrec.h 135 char hostname[LINFO_HOSTSIZE]; /* remote hostname */ member in struct:logininfo
154 const char *hostname, const char *line);
159 const char *hostname, const char *line);
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 175 String hostname; local
179 hostname = ipv6Reference();
187 hostname
192 //IPv4 address or hostname
196 hostname = lexer.getBuffer().substring(startPtr, lexer.getPtr());
199 if (hostname.length() == 0)
204 return new Host(hostname);
307 " Illegal character in hostname:" + lexer.lookAhead(0),
  /external/openssh/openbsd-compat/
fake-rfc2553.c 155 getaddrinfo(const char *hostname, const char *servname,
183 if (hostname && inet_aton(hostname, &in) != 0)
191 if (!hostname) {
198 if (inet_aton(hostname, &in)) {
209 hp = gethostbyname(hostname);
  /external/chromium/chrome/browser/net/
chrome_dns_cert_provenance_checker.cc 33 const std::string& hostname,
35 net::DnsCertProvenanceChecker::DoAsyncLookup(hostname, der_certs,
47 const std::string& hostname,
49 const std::string report = BuildEncryptedReport(hostname, der_certs);
  /external/webkit/Source/WebCore/platform/
CookieJar.h 50 void deleteCookiesForHostname(const String& hostname);
  /external/webkit/Source/WebCore/platform/efl/
CookieJarEfl.cpp 60 void deleteCookiesForHostname(const String& hostname)
  /external/webkit/Source/WebCore/platform/network/android/
CookieJarAndroid.cpp 60 void deleteCookiesForHostname(const String& hostname)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs4_mount.h 45 struct nfs_string hostname; /* 1 */ member in struct:nfs4_mount_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs4_mount.h 45 struct nfs_string hostname; /* 1 */ member in struct:nfs4_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs4_mount.h 45 struct nfs_string hostname; /* 1 */ member in struct:nfs4_mount_data
  /system/netd/
MDnsSdListener.h 41 DNSServiceErrorType errorCode, const char *hostname, void *inContext);
44 uint32_t interface, DNSServiceErrorType errorCode, const char *hostname,
125 void setHostname(SocketClient *cli, int requestId, const char *hostname);
128 uint32_t protocol, const char *hostname);
  /external/smack/src/org/xbill/DNS/
SimpleResolver.java 46 SimpleResolver(String hostname) throws UnknownHostException {
47 if (hostname == null) {
48 hostname = ResolverConfig.getCurrentConfig().server();
49 if (hostname == null)
50 hostname = defaultResolver;
53 if (hostname.equals("0"))
56 addr = InetAddress.getByName(hostname);
83 setDefaultResolver(String hostname) {
84 defaultResolver = hostname;
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 48 const std::string& hostname,
50 HostResolver::RequestInfo info(HostPortPair(hostname, 80));
57 const std::string& hostname,
60 HostResolver::RequestInfo info(HostPortPair(hostname, 80));
72 CaptureEntry(const std::string& hostname, AddressFamily address_family)
73 : hostname(hostname), address_family(address_family) {}
74 std::string hostname; member in struct:net::__anon4906::CapturingHostResolverProc::CaptureEntry
88 virtual int Resolve(const std::string& hostname,
96 capture_list_.push_back(CaptureEntry(hostname, address_family))
195 const std::string& hostname() const { function in class:net::__anon4906::ResolveRequest
    [all...]
cert_verifier.cc 126 const std::string& hostname,
130 hostname_(hostname),
307 const std::string& hostname,
314 if (!callback || !verify_result || hostname.empty()) {
321 const RequestParams key = {cert->fingerprint(), hostname, flags};
347 CertVerifierWorker* worker = new CertVerifierWorker(cert, hostname, flags,
390 const std::string& hostname,
404 const RequestParams key = {cert->fingerprint(), hostname, flags};
464 const std::string& hostname,
473 return cert->Verify(hostname, flags, verify_result)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 93 * @param hostnames a list of hostname patterns - at least one most be specified. Check out the
153 * Generate the hashed representation of the given hostname. Useful for adding entries
156 * @param hostname
159 public static String createHashedHostname(String hostname)
167 byte[] hash = hmacSha1Hash(salt, hostname);
175 private static byte[] hmacSha1Hash(byte[] salt, String hostname)
186 hmac.update(StringEncoder.GetBytes(hostname));
195 private boolean checkHashed(String entry, String hostname)
232 byte[] dig = hmacSha1Hash(salt, hostname);
271 private List<Object> getAllKeys(String hostname)
    [all...]

Completed in 687 milliseconds

1 23 4 5 6 7 8 91011>>