Searched refs:host_entry (Results 1 - 2 of 2) 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));
/external/lldb/source/Core/
H A DConnectionFileDescriptor.cpp1300 struct hostent *host_entry = gethostbyname (host_str.c_str());
1301 if (host_entry)
1302 host_str = ::inet_ntoa (*(struct in_addr *)*host_entry->h_addr_list);

Completed in 207 milliseconds