HomeSort by relevance Sort by last modified time
    Searched defs:localhost (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramPacketTest.java 36 InetAddress localhost = InetAddress.getByName("localhost"); local
71 5, 6 }, 6, localhost, port);
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 122 localhost(),
328 public static X509Principal localhost() { method in class:TestKeyStore
  /external/openssl/ssl/
ssltest.c 991 char localhost[MAXHOSTNAMELEN+2]; local
993 if (gethostname(localhost, sizeof localhost-1) == 0)
995 localhost[sizeof localhost-1]='\0';
996 if(strlen(localhost) == sizeof localhost-1)
998 BIO_printf(bio_err,"localhost name too long\n");
1002 localhost);
    [all...]

Completed in 1969 milliseconds