Searched refs:ht_data (Results 1 – 1 of 1) sorted by relevance
3505 struct hostent_data ht_data; in tcp_gethost() local3521 memset((void*)&ht_data, 0, sizeof(ht_data)); in tcp_gethost()3522 if (gethostbyname_r(addr, &hostent, &ht_data) < 0) in tcp_gethost()