Searched
full:gethostname (Results
276 -
300 of
593) sorted by null
<<11121314151617181920>>
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformDarwin.cpp | 478 PlatformDarwin::GetHostname () 481 return Platform::GetHostname(); 484 return m_remote_platform_sp->GetHostname (); [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
ProxySelectorRoutePlanner.java | 239 isa.getHostName() : isa.getAddress().getHostAddress();
|
/external/chromium_org/chrome/browser/ |
process_singleton_posix_unittest.cc | 299 net::GetHostName().c_str(),
|
/external/chromium_org/content/public/test/ |
browser_test_base.cc | 94 if (host == net::GetHostName()) {
|
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_linux.cc | 60 std::string filename = "host#" + GetMd5(net::GetHostName()) + ".json";
|
me2me_native_messaging_host.cc | 131 } else if (type == "getHostName") { 228 response->SetString("hostname", net::GetHostName());
|
/external/e2fsprogs/e2fsck/ |
logfile.c | 98 gethostname(buf, sizeof(buf));
|
/external/javassist/src/main/javassist/tools/web/ |
Webserver.java | 191 logging(clnt.getInetAddress().getHostName(),
|
/external/linux-tools-perf/perf-3.12.0/arch/sparc/include/uapi/asm/ |
unistd.h | 132 #define __NR_setuid32 87 /* Linux sparc32, gethostname under SunOS */
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
FakeHttpLayer.java | 364 String getHostname() {
|
/external/smack/src/org/xbill/DNS/ |
Address.java | 335 getHostName(InetAddress addr) throws UnknownHostException {
|
/ndk/sources/host-tools/make-3.81/ |
config.ami | 229 /* Define if you have the gethostname function. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/ |
libnsl-2.11.1.so | |
libnsl.so | |
libnsl.so.1 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libnsl-2.11.1.so | |
libnsl.so | |
libnsl.so.1 | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winsock.h | 309 WINSOCK_API_LINKAGE int WSAAPI gethostname(char *name,int namelen);
|
/bionic/libc/dns/resolv/ |
res_init.c | 141 * INADDR_ANY and the default domain name comes from the gethostname(). 449 gethostname(buf, sizeof(statp->defdname) - 1) == 0 &&
|
/external/chromium_org/net/http/ |
http_auth_handler_ntlm_portable.cc | 8 // For gethostname 632 HttpAuthHandlerNTLM::get_host_name_proc_ = GetHostName;
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_solaris.h | 456 extern int gethostname (char *name, int namelen); 806 extern int gethostname (char *name, int namelen);
|
/external/ipsec-tools/src/racoon/ |
gssapi.c | 140 if (gethostname(name, sizeof(name)) != 0) { 141 plog(LLV_ERROR, LOCATION, NULL, "gethostname failed: %s\n",
|
/libcore/luni/src/main/java/java/net/ |
DatagramSocket.java | 479 throw new SocketException("Host is unresolved: " + inetAddr.getHostName()); 517 throw new SocketException("Host is unresolved: " + isa.getHostName());
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 757 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { 759 int res = REAL(gethostname)(name, len); [all...] |
Completed in 1360 milliseconds
<<11121314151617181920>>