Home
last modified time | relevance | path

Searched refs:nd6_prune (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Din6_proto.c737 nd6_prune, CTLFLAG_RW | CTLFLAG_LOCKED, &nd6_prune, 0, "");
H A Dnd6.h804 extern int nd6_prune;
H A Dnd6.c116 int nd6_prune = 1; /* walk list every 1 seconds */ variable
1796 atv.tv_sec = nd6_prune; in nd6_timeout()
1801 atv.tv_sec = MAX(nd6_prune, lazy); in nd6_timeout()
1822 tv.tv_sec = MAX(nd6_prune, 1); in nd6_sched_timeout()