Searched refs:ipr_prefix (Results 1 – 2 of 2) sorted by relevance
1138 pfx->pfx_prefix = ipr->ipr_prefix.sin6_addr; in add_prefix()1151 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf, in add_prefix()1284 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf, in init_prefix()1313 ipr.ipr_prefix.sin6_len = sizeof(ipr.ipr_prefix); in make_prefix()1314 ipr.ipr_prefix.sin6_family = AF_INET6; in make_prefix()1315 ipr.ipr_prefix.sin6_addr = *addr; in make_prefix()
350 struct sockaddr_in6 ipr_prefix; member