Searched refs:ipr_prefix (Results 1 – 2 of 2) sorted by relevance
1119 pfx->pfx_prefix = ipr->ipr_prefix.sin6_addr; in add_prefix()1132 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf, in add_prefix()1265 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf, in init_prefix()1294 ipr.ipr_prefix.sin6_len = sizeof(ipr.ipr_prefix); in make_prefix()1295 ipr.ipr_prefix.sin6_family = AF_INET6; in make_prefix()1296 ipr.ipr_prefix.sin6_addr = *addr; in make_prefix()
319 struct sockaddr_in6 ipr_prefix; member