/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Session.java | 137 * @param hostname the hostname of the real (target) X11 server (e.g., 127.0.0.1) 145 public void requestX11Forwarding(String hostname, int port, byte[] cookie, boolean singleConnection) 148 if (hostname == null) 149 throw new IllegalArgumentException("hostname argument may not be null"); 171 x11data.hostname = hostname;
|
Connection.java | 97 private final String hostname; field in class:Connection 113 * Same as {@link #Connection(String, int) Connection(hostname, 22)}. 115 * @param hostname the hostname of the SSH-2 server. 117 public Connection(String hostname) 119 this(hostname, 22); 126 * @param hostname 131 public Connection(String hostname, int port) 133 this.hostname = hostname; [all...] |
/external/ppp/pppd/plugins/radius/ |
ip_util.c | 39 error("rc_get_ipaddr: couldn't resolve hostname: %s", host); 130 if ((this_host_ipaddr = rc_get_ipaddr (hostname)) == 0) {
|
/external/qemu/block/ |
nbd.c | 65 char hostname[128]; local 67 pstrcpy(hostname, 128, host); 69 p = strchr(hostname, ':'); 79 sock = tcp_socket_outgoing(hostname, port);
|
/external/qemu/telephony/ |
sysdeps.h | 44 extern SysChannel sys_channel_create_tcp_client( const char* hostname, int port );
|
/external/webkit/Source/WebCore/html/ |
HTMLAnchorElement.idl | 40 readonly attribute DOMString hostname; 48 attribute [ConvertNullToNullString] DOMString hostname;
|
HTMLAreaElement.idl | 36 readonly attribute DOMString hostname;
|
/external/webkit/Source/WebCore/platform/haiku/ |
CookieJarHaiku.cpp | 83 void deleteCookiesForHostname(const String& hostname)
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
CookieJarChromium.cpp | 75 void deleteCookiesForHostname(const String& hostname)
|
/external/webkit/Source/WebCore/platform/network/curl/ |
CookieJarCurl.cpp | 76 void deleteCookiesForHostname(const String& hostname)
|
/external/webkit/Source/WebCore/workers/ |
WorkerLocation.cpp | 52 String WorkerLocation::hostname() const function in class:WebCore::WorkerLocation
|
WorkerLocation.h | 54 String hostname() const;
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKCookieManager.h | 59 WK_EXPORT void WKCookieManagerDeleteCookiesForHostname(WKCookieManagerRef cookieManager, WKStringRef hostname);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/ |
nfs_mount.h | 40 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */ member in struct:nfs_mount_data
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
resetCookies.js | 7 var url = "http://" + window.location.hostname +":8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies";
|
/external/webkit/Source/WebKit2/WebProcess/Cookies/ |
WebCookieManager.cpp | 69 void WebCookieManager::deleteCookiesForHostname(const String& hostname) 73 WebCore::deleteCookiesForHostname(hostname);
|
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
TrustManagerImplTest.java | 148 // test without a hostname, expecting failure 150 // test without a hostname, expecting success 152 // test an unpinned hostname that should fail 154 // test an unpinned hostname that should succeed 156 // test a pinned hostname that should fail 158 // test a pinned hostname that should succeed 173 private TrustManagerImpl trustManager(X509Certificate ca, String hostname, X509Certificate pin) 176 CertPinManager cm = certManager(hostname, pin); 183 private CertPinManager certManager(String hostname, X509Certificate pin) throws Exception { 186 pinString = hostname + "=true|" + getFingerprint(pin) [all...] |
/external/dropbear/ |
dropbearkey.c | 304 char hostname[100]; local 330 gethostname(hostname, sizeof(hostname)); 331 hostname[sizeof(hostname)-1] = '\0'; 334 typestring, base64key, username, hostname, fp);
|
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 22 // The destination is a string containing the hostname and process id of 27 // If writing to the socket fails, the hostname in the lock is checked to see if 29 // etc.) If the hostname differs an error is displayed and the second process 271 // Extract the hostname and pid from the lock symlink. 274 std::string* hostname, 285 *hostname = ""; 290 *hostname = real_path.substr(0, pos); 300 const std::string& hostname, 305 ASCIIToUTF16(hostname), 343 std::string hostname; local 785 std::string hostname; local [all...] |
/external/dnsmasq/src/ |
dhcp.c | 535 a particular hwaddr/clientid/hostname in our configuration. 666 int hw_type, char *hostname) 695 if (hostname && context) 698 hostname_isequal(config->hostname, hostname) && 747 free(config->hostname); 809 if ((config->flags & CONFIG_NAME) && hostname_isequal(config->hostname, host)) 848 config->hostname = host; 906 if ((configs->flags & CONFIG_NAME) && (domain = strip_hostname(configs->hostname))) 933 (crec = cache_find_by_name(NULL, config->hostname, 0, F_IPV4)) & 965 char *hostname = NULL; local [all...] |
/external/chromium/googleurl/src/ |
url_parse.cc | 93 Component* hostname, 97 hostname->reset(); 124 // Found a port number: <hostname>:<port> 125 *hostname = MakeRange(serverinfo.begin, colon); 126 if (hostname->len == 0) 127 hostname->reset(); 130 // No port: <hostname> 131 *hostname = serverinfo; 145 Component* hostname, 151 hostname->reset() [all...] |
/external/ganymed-ssh2/examples/ |
SwingShell.java | 44 * - Adding a server hostkey to a known_hosts file (+hashing the hostname for security) 375 public boolean verifyServerHostKey(String hostname, int port, String serverHostKeyAlgorithm, 378 final String host = hostname; 385 int result = database.verifyHostkey(hostname, serverHostKeyAlgorithm, serverHostKey); 418 /* Be really paranoid. We use a hashed hostname entry */ 420 String hashedHostname = KnownHosts.createHashedHostname(hostname); 516 String hostname; field in class:SwingShell.ConnectionThread 519 public ConnectionThread(String hostname, String username) 521 this.hostname = hostname; 710 String hostname = hostField.getText().trim(); local [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
FakeHttpLayer.java | 263 private String method, hostname, path; field in class:FakeHttpLayer.RequestMatcherBuilder 285 public RequestMatcherBuilder host(String hostname) { 286 this.hostname = hostname; 324 if (hostname != null && !hostname.equals(uri.getHost())) { 365 return hostname;
|