Searched refs:in6_prefix (Results 1 – 3 of 3) sorted by relevance
1258 struct in6_prefix *p, *ep, *n; in plist()1282 ep = (struct in6_prefix *)(buf + l); in plist()1283 for (p = (struct in6_prefix *)buf; p < ep; p = n) { in plist()1285 n = (struct in6_prefix *)&advrtr[p->advrtrs]; in plist()
102 struct in6_prefix { struct
2669 struct in6_prefix p; in nd6_sysctl_prlist()