Searched refs:in6_defrouter (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/rtsold/
H A Dprobe.c99 struct in6_defrouter *p, *ep;
129 ep = (struct in6_defrouter *)(void *)(buf + l);
130 for (p = (struct in6_defrouter *)(void *)buf; p < ep; p++) {
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c1061 struct in6_defrouter *p, *ep;
1081 ep = (struct in6_defrouter *)(buf + l);
1082 for (p = (struct in6_defrouter *)buf; p < ep; p++) {
/freebsd-11-stable/sys/netinet6/
H A Dnd6.h124 struct in6_defrouter { struct
H A Dnd6.c2648 NULL, 0, nd6_sysctl_drlist, "S,in6_defrouter",
2662 struct in6_defrouter d;

Completed in 57 milliseconds