Home | History | Annotate | Download | only in netbsd

Lines Matching defs:uaddr

816 	const u_char *uaddr = (const u_char *)addr;
828 (IN6_IS_ADDR_LINKLOCAL((const struct in6_addr *)(const void *)uaddr) ||
829 IN6_IS_ADDR_SITELOCAL((const struct in6_addr *)(const void *)uaddr))) {
834 (IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)(const void *)uaddr) ||
835 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)(const void *)uaddr))) {
838 uaddr += IN6ADDRSZ - INADDRSZ;
862 default_dns_files, uaddr, len, af, iface, mark) != NS_SUCCESS)
1315 const unsigned char *uaddr;
1324 uaddr = va_arg(ap, unsigned char *);
1333 (uaddr[3] & 0xff), (uaddr[2] & 0xff),
1334 (uaddr[1] & 0xff), (uaddr[0] & 0xff));
1342 uaddr[n] & 0xf,
1343 ((unsigned int)uaddr[n] >> 4) & 0xf);
1394 (void)memcpy(rs->host_addr, uaddr, (size_t)len);