Searched refs:get_host_by_name (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.inline.hpp123 inline struct hostent* os::get_host_by_name(char* name) { function in class:os
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp184 inline struct hostent* os::get_host_by_name(char* name) { function in class:os
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp176 inline struct hostent* os::get_host_by_name(char* name) { function in class:os
/openjdk10/hotspot/src/os/aix/vm/
H A Dos_aix.inline.hpp177 inline struct hostent* os::get_host_by_name(char* name) { function in class:os
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.hpp738 static struct hostent* get_host_by_name(char* name);
/openjdk10/hotspot/src/share/vm/utilities/
H A Dostream.cpp1089 struct hostent* host = os::get_host_by_name((char*)ip);
/openjdk10/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5104 struct hostent* os::get_host_by_name(char* name) { function in class:os

Completed in 180 milliseconds