Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dgethostbydns.c563 char hname2[MAXDNAME+1], numaddr[46]; in _dns_gethostbyaddr() local
637 strncpy(hname2, he.h_name, MAXDNAME); in _dns_gethostbyaddr()
638 hname2[MAXDNAME] = '\0'; in _dns_gethostbyaddr()
643 rhe = gethostbyname_r(hname2, &rhd.host, &rhd.data, in _dns_gethostbyaddr()
650 hname2, numaddr); in _dns_gethostbyaddr()
665 hname2, numaddr); in _dns_gethostbyaddr()