Searched refs:in6_prefix (Results 1 – 4 of 4) sorted by relevance
1216 struct in6_prefix *p, *ep, *n; in plist()1238 ep = (struct in6_prefix *)(buf + l); in plist()1239 for (p = (struct in6_prefix *)buf; p < ep; p = n) { in plist()1241 n = (struct in6_prefix *)&advrtr[p->advrtrs]; in plist()
128 struct in6_prefix { struct
2583 struct in6_prefix p; in nd6_sysctl_prlist()