Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgethostbydns.c572 char hname2[MAXDNAME+1], numaddr[46]; in _dns_gethostbyaddr() local
663 if (inet_ntop(af, addr, numaddr, sizeof(numaddr)) == NULL) in _dns_gethostbyaddr()
664 strlcpy(numaddr, "UNKNOWN", sizeof(numaddr)); in _dns_gethostbyaddr()
667 hname2, numaddr); in _dns_gethostbyaddr()
678 if (inet_ntop(af, addr, numaddr, sizeof(numaddr)) == NULL) in _dns_gethostbyaddr()
679 strlcpy(numaddr, "UNKNOWN", sizeof(numaddr)); in _dns_gethostbyaddr()
682 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/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/sys/dev/malo/
H A Dif_malo.h345 uint16_t numaddr; member
H A Dif_malohal.c895 cmd->numaddr = htole16(nmc); in malo_hal_setmcast()