Home
last modified time | relevance | path

Searched refs:host_entry (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp158 struct hostent *host_entry = gethostbyname (host_str.c_str()); in TcpConnect() local
159 if (host_entry) in TcpConnect()
160 host_str = ::inet_ntoa (*(struct in_addr *)*host_entry->h_addr_list); in TcpConnect()