HomeSort by relevance Sort by last modified time
    Searched full:gethostname (Results 301 - 325 of 480) sorted by null

<<11121314151617181920

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 845 extern int gethostname (char *__name, size_t __len) __THROW __nonnull ((1));
861 Called just like `gethostname' and `sethostname'.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 845 extern int gethostname (char *__name, size_t __len) __THROW __nonnull ((1));
861 Called just like `gethostname' and `sethostname'.
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ServerSocketTest.java 67 cs = new Socket(InetAddress.getLocalHost().getHostName(), port);
    [all...]
  /external/chromium/net/base/
net_util.h 125 std::string GetHostName();
  /external/chromium_org/net/base/
net_util.h 171 NET_EXPORT std::string GetHostName();
  /external/chromium_org/net/dns/
dns_transaction.cc 547 virtual const std::string& GetHostname() const OVERRIDE {
dns_transaction_unittest.cc 251 EXPECT_EQ(hostname_, transaction_->GetHostname());
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 455 self.socket.gethostname(), self.os.getpid(),
  /external/dhcpcd/
if-options.c 804 gethostname(ifo->hostname, HOSTNAME_MAX_LEN);
  /external/iputils/
clockdiff.c 601 (void)gethostname(hostname,sizeof(hostname));
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java     [all...]
  /external/qemu/slirp/
misc.c 77 if (gethostname(buff,256) == 0)
  /external/valgrind/main/include/vki/
vki-scnums-darwin.h 282 /* 87 old gethostname */
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
SSLSocketImpl.java 224 return inetAddress.getHostName();
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 81 address = Inet6Address.getByAddress(address.getHostName(), address.getAddress(), nif.getIndex());
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 91 hostName = server.getHostName();
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 473 return new X500Principal("CN=" + InetAddress.getLocalHost().getHostName());
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 519 hn = socket.gethostname()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 326 ip_addr = socket.gethostbyname(socket.gethostname())
platform.py 67 # (e.g. Mac) or fail on socket.gethostname(); fixed libc
968 return socket.gethostname()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 519 hn = socket.gethostname()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 326 ip_addr = socket.gethostbyname(socket.gethostname())
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/openssh/
session.c     [all...]
ssh-keygen.c     [all...]

Completed in 4221 milliseconds

<<11121314151617181920