Home
last modified time | relevance | path

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

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