Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Din6_proto.c802 nd6_prune, CTLFLAG_RW | CTLFLAG_LOCKED, &nd6_prune, 0, "");
H A Dnd6.h752 extern int nd6_prune;
H A Dnd6.c118 int nd6_prune = 1; /* walk list every 1 seconds */ variable
1821 atv.tv_sec = nd6_prune; in nd6_timeout()
1826 atv.tv_sec = MAX(nd6_prune, lazy); in nd6_timeout()
1847 tv.tv_sec = MAX(nd6_prune, 1); in nd6_sched_timeout()