Searched refs:ipr_prefix (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/usr.sbin/rtadvd/
H A Dconfig.c1119 pfx->pfx_prefix = ipr->ipr_prefix.sin6_addr;
1132 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
1234 * ipr->ipr_prefix and ipr->ipr_plen and belongs to
1265 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
1294 ipr.ipr_prefix.sin6_len = sizeof(ipr.ipr_prefix);
1295 ipr.ipr_prefix.sin6_family = AF_INET6;
1296 ipr.ipr_prefix.sin6_addr = *addr;
/freebsd-10.3-release/sys/netinet6/
H A Din6_var.h354 struct sockaddr_in6 ipr_prefix; member in struct:in6_prefixreq

Completed in 162 milliseconds