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

/freebsd-12-stable/usr.sbin/ndp/
H A Dndp.c1117 struct in6_prefix *p, *ep, *n;
1139 ep = (struct in6_prefix *)(buf + l);
1140 for (p = (struct in6_prefix *)buf; p < ep; p = n) {
1142 n = (struct in6_prefix *)&advrtr[p->advrtrs];
/freebsd-12-stable/sys/netinet6/
H A Dnd6.h168 struct in6_prefix { struct
H A Dnd6.c2570 struct in6_prefix p;
2642 NULL, 0, nd6_sysctl_prlist, "S,in6_prefix",

Completed in 106 milliseconds