OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_entry
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/
RNBSocket.cpp
57
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/
ConnectionFileDescriptor.cpp
[
all
...]
Completed in 85 milliseconds