Searched refs:uaddr (Results 1 – 1 of 1) sorted by relevance
643 const u_char *uaddr = (const u_char *)addr; in gethostbyaddr() local655 (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *)(const void *)uaddr) || in gethostbyaddr()656 IN6_IS_ADDR_SITELOCAL((const struct in6_addr *)(const void *)uaddr))) { in gethostbyaddr()661 (IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)(const void *)uaddr) || in gethostbyaddr()662 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)(const void *)uaddr))) { in gethostbyaddr()665 uaddr += IN6ADDRSZ - INADDRSZ; in gethostbyaddr()689 default_dns_files, uaddr, len, af) != NS_SUCCESS) in gethostbyaddr()1123 const unsigned char *uaddr; in _dns_gethtbyaddr() local1130 uaddr = va_arg(ap, unsigned char *); in _dns_gethtbyaddr()1137 (uaddr[3] & 0xff), (uaddr[2] & 0xff), in _dns_gethtbyaddr()[all …]