Home
last modified time | relevance | path

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

/bionic/libc/netbsd/
Dgethnamaddr.c644 const u_char *uaddr = (const u_char *)addr; in gethostbyaddr() local
656 (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *)(const void *)uaddr) || in gethostbyaddr()
657 IN6_IS_ADDR_SITELOCAL((const struct in6_addr *)(const void *)uaddr))) { in gethostbyaddr()
662 (IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)(const void *)uaddr) || in gethostbyaddr()
663 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)(const void *)uaddr))) { in gethostbyaddr()
666 uaddr += IN6ADDRSZ - INADDRSZ; in gethostbyaddr()
690 default_dns_files, uaddr, len, af) != NS_SUCCESS) in gethostbyaddr()
1124 const unsigned char *uaddr; in _dns_gethtbyaddr() local
1131 uaddr = va_arg(ap, unsigned char *); in _dns_gethtbyaddr()
1138 (uaddr[3] & 0xff), (uaddr[2] & 0xff), in _dns_gethtbyaddr()
[all …]