in6_defrouter
struct in6_defrouter d;
struct in6_defrouter *p, *ep;
ep = (struct in6_defrouter *)(buf + l);
for (p = (struct in6_defrouter *)buf; p < ep; p++) {
struct in6_defrouter *p, *ep;
ep = (struct in6_defrouter *)(void *)(buf + len);
for (p = (struct in6_defrouter *)(void *)buf; p < ep; p++) {