Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6.c618 int nd_delay, nd_gctimer, r_skip_req; in nd6_is_stale() local
623 nd_gctimer = V_nd6_gctimer; in nd6_is_stale()
638 delay = (long)(MIN(nd_gctimer, nd_delay)); in nd6_is_stale()
687 int nd_gctimer, nd_delay; in nd6_llinfo_setstate() local
714 nd_gctimer = V_nd6_gctimer; in nd6_llinfo_setstate()
716 delay = (long)(MIN(nd_gctimer, nd_delay)) * hz; in nd6_llinfo_setstate()
717 remtime = (long)nd_gctimer * hz - delay; in nd6_llinfo_setstate()