Home | History | Annotate | Download | only in netbsd

Lines Matching defs:uaddr

644 	const u_char *uaddr
656 (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *)(const void *)uaddr) ||
657 IN6_IS_ADDR_SITELOCAL((const struct in6_addr *)(const void *)uaddr))) {
662 (IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)(const void *)uaddr) ||
663 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)(const void *)uaddr))) {
666 uaddr += IN6ADDRSZ - INADDRSZ;
690 default_dns_files, uaddr, len, af) != NS_SUCCESS)
1124 const unsigned char *uaddr;
1131 uaddr = va_arg(ap, unsigned char *);
1138 (uaddr[3] & 0xff), (uaddr[2] & 0xff),
1139 (uaddr[1] & 0xff), (uaddr[0] & 0xff));
1147 uaddr[n] & 0xf,
1148 ((unsigned int)uaddr[n] >> 4) & 0xf);
1197 (void)memcpy(rs->host_addr, uaddr, (size_t)len);