Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_nd_cache_add_entry.c106 UINT stale_timer_ticks; in _nx_nd_cache_add_entry() local
126 stale_timer_ticks = 0; in _nx_nd_cache_add_entry()
171 if (ip_ptr -> nx_ipv6_nd_cache[index].nx_nd_cache_timer_tick > stale_timer_ticks) in _nx_nd_cache_add_entry()
174 stale_timer_ticks = (UINT)ip_ptr -> nx_ipv6_nd_cache[index].nx_nd_cache_timer_tick; in _nx_nd_cache_add_entry()
179 else if (stale_timer_ticks == 0 && in _nx_nd_cache_add_entry()