Home
last modified time | relevance | path

Searched refs:in6_prefix (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/ndp/
H A Dndp.c1258 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()
/src/sys/netinet6/
H A Dnd6.h102 struct in6_prefix { struct
H A Dnd6.c2669 struct in6_prefix p; in nd6_sysctl_prlist()