Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6.c124 int nd6_gctimer = (60 * 60 * 24); /* 1 day: garbage collection timer */ variable
1040 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache()
1096 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache()
3668 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_cache_lladdr()
4180 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_output_list()
H A Dnd6_nbr.c1134 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
1221 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
1263 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
H A Dnd6.h760 extern int nd6_gctimer;