Searched refs:host_entry (Results 1 – 1 of 1) sorted by relevance
158 struct hostent *host_entry = gethostbyname (host_str.c_str()); in TcpConnect() local159 if (host_entry) in TcpConnect()160 host_str = ::inet_ntoa (*(struct in_addr *)*host_entry->h_addr_list); in TcpConnect()