Searched refs:h_ent (Results 1 – 1 of 1) sorted by relevance
297 struct hostent *h_ent; in format_host() local311 h_ent = gethostbyaddr(addr, len, af); in format_host()312 if (h_ent != NULL) { in format_host()313 return auto_string(xstrdup(h_ent->h_name)); in format_host()