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

/external/lldb/tools/debugserver/source/
H A DRNBSocket.cpp57 struct hostent *host_entry = gethostbyname (hostname); local
58 if (host_entry)
60 std::string ip_str (::inet_ntoa (*(struct in_addr *)*host_entry->h_addr_list));

Completed in 101 milliseconds