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

/openjdk7/hotspot/src/os/windows/vm/
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

Completed in 56 milliseconds