Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/net/
H A Dgetnameinfo.c188 char numaddr[512]; in getnameinfo_inet() local
301 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr)) in getnameinfo_inet()
304 numaddrlen = strlen(numaddr); in getnameinfo_inet()
307 strlcpy(host, numaddr, hostlen); in getnameinfo_inet()
365 char numaddr[512]; in ip6_parsenumeric() local
367 if (inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr)) == NULL) in ip6_parsenumeric()
370 numaddrlen = strlen(numaddr); in ip6_parsenumeric()
373 strlcpy(host, numaddr, hostlen); in ip6_parsenumeric()
H A Dgethostbydns.c576 char hname2[MAXDNAME+1], numaddr[46]; in _dns_gethostbyaddr() local
667 if (inet_ntop(af, addr, numaddr, sizeof(numaddr)) == NULL) in _dns_gethostbyaddr()
668 strlcpy(numaddr, "UNKNOWN", sizeof(numaddr)); in _dns_gethostbyaddr()
671 hname2, numaddr); in _dns_gethostbyaddr()
682 if (inet_ntop(af, addr, numaddr, sizeof(numaddr)) == NULL) in _dns_gethostbyaddr()
683 strlcpy(numaddr, "UNKNOWN", sizeof(numaddr)); in _dns_gethostbyaddr()
686 hname2, numaddr); in _dns_gethostbyaddr()
H A Dgethostbynis.c185 char numaddr[46]; in _gethostbynisaddr_r() local
195 if (inet_ntop(af, addr, numaddr, sizeof(numaddr)) == NULL) in _gethostbynisaddr_r()
197 return (_gethostbynis(numaddr, map, af, he, hed)); in _gethostbynisaddr_r()
/freebsd-14.2/contrib/unbound/iterator/
H A Diter_delegpt.c261 delegpt_count_addr(struct delegpt* dp, size_t* numaddr, size_t* numres, in delegpt_count_addr() argument
265 *numaddr = 0; in delegpt_count_addr()
269 (*numaddr)++; in delegpt_count_addr()
284 size_t missing=0, numns=0, numaddr=0, numres=0, numavail=0; in delegpt_log() local
293 delegpt_count_addr(dp, &numaddr, &numres, &numavail); in delegpt_log()
297 (unsigned)numaddr, (unsigned)numres, (unsigned)numavail, in delegpt_log()
H A Diter_delegpt.h323 void delegpt_count_addr(struct delegpt* dp, size_t* numaddr, size_t* numres,
/freebsd-14.2/sys/dev/malo/
H A Dif_malo.h345 uint16_t numaddr; member
H A Dif_malohal.c899 cmd->numaddr = htole16(nmc); in malo_hal_setmcast()