Searched refs:in6_defrouter (Results 1 – 4 of 4) sorted by relevance
128 struct in6_defrouter *p, *ep; in probe_defrouters()156 ep = (struct in6_defrouter *)(void *)(buf + len); in probe_defrouters()157 for (p = (struct in6_defrouter *)(void *)buf; p < ep; p++) { in probe_defrouters()
1169 struct in6_defrouter *p, *ep; in rtrlist()1191 ep = (struct in6_defrouter *)(buf + l); in rtrlist()1192 for (p = (struct in6_defrouter *)buf; p < ep; p++) { in rtrlist()
119 struct in6_defrouter { struct
2530 struct in6_defrouter d; in nd6_sysctl_drlist()