Searched refs:in6_prefix (Results 1 – 3 of 3) sorted by relevance
1246 struct in6_prefix *p, *ep, *n; in plist()1270 ep = (struct in6_prefix *)(buf + l); in plist()1271 for (p = (struct in6_prefix *)buf; p < ep; p = n) { in plist()1273 n = (struct in6_prefix *)&advrtr[p->advrtrs]; in plist()
127 struct in6_prefix { struct
2659 struct in6_prefix p; in nd6_sysctl_prlist()