Home
last modified time | relevance | path

Searched refs:DRLSTSIZ (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6.h242 #define DRLSTSIZ 10 macro
253 } defrouter[DRLSTSIZ];
271 } defrouter[DRLSTSIZ];
282 } defrouter[DRLSTSIZ] __attribute__((aligned(8)));
334 struct in6_addr advrtr[DRLSTSIZ]; /* XXX: explicit limit */
351 struct in6_addr advrtr[DRLSTSIZ];
368 struct in6_addr advrtr[DRLSTSIZ];
H A Dnd6.c3098 while (dr && i < DRLSTSIZ) { in nd6_siocgdrlst()
3128 while (dr != NULL && i < DRLSTSIZ) { in nd6_siocgdrlst()
3197 if (j < DRLSTSIZ) { in nd6_siocgprlst()
3253 if (j < DRLSTSIZ) { in nd6_siocgprlst()