Searched refs:ipr_prefix (Results 1 – 2 of 2) sorted by relevance
1129 pfx->pfx_prefix = ipr->ipr_prefix.sin6_addr; in add_prefix()1142 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf, in add_prefix()1275 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf, in init_prefix()1304 ipr.ipr_prefix.sin6_len = sizeof(ipr.ipr_prefix); in make_prefix()1305 ipr.ipr_prefix.sin6_family = AF_INET6; in make_prefix()1306 ipr.ipr_prefix.sin6_addr = *addr; in make_prefix()
343 struct sockaddr_in6 ipr_prefix; member