Searched refs:gethostbyname (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp285 return ::gethostbyname(name);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp290 return ::gethostbyname(name);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.inline.hpp255 return ::gethostbyname(name);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp150 static struct hostent* gethostbyname(const char *name);
H A Dos_windows.cpp4960 return (struct hostent*)os::WinSock2Dll::gethostbyname(name);
5267 inline struct hostent* os::WinSock2Dll::gethostbyname(const char *name) { function in class:os::WinSock2Dll
5268 return ::gethostbyname(name);
5457 _gethostbyname = (gethostbyname_Fn)::GetProcAddress(handle, "gethostbyname");
5470 struct hostent* os::WinSock2Dll::gethostbyname(const char *name) { function in class:os::WinSock2Dll
/openjdk7/jdk/src/solaris/transport/socket/
H A Dsocket_md.c131 return gethostbyname(hostname);
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c89 if ((hentry = gethostbyname(hostname)) == NULL) {
/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c124 if ((hentry = gethostbyname(hostname)) == NULL) {
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c202 return gethostbyname(hostname);
/openjdk7/jdk/src/windows/native/java/net/
H A DInet4AddressImpl.c161 * is not consistent with other implementations of gethostbyname.
171 * If the format is x.x.x.x then don't use gethostbyname as Windows
214 if ((hp = gethostbyname((char*)hostname)) != NULL) {
H A DTwoStacksPlainDatagramSocketImpl.c233 hp = (struct hostent *)gethostbyname(hostname);

Completed in 65 milliseconds