Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c68 static VOID _nx_mdns_timer_set(NX_MDNS *mdns_ptr, NX_MDNS_RR *record_rr, ULONG timer_count
6725 static VOID _nx_mdns_timer_set(NX_MDNS *mdns_ptr, NX_MDNS_RR *record_rr, ULONG timer_count) in _nx_mdns_timer_set() argument
6734 if (timer_count) in _nx_mdns_timer_set()
6757 if((timer_count < remaining_ticks) || active == NX_FALSE) in _nx_mdns_timer_set()
6762 mdns_ptr -> nx_mdns_timer_min_count = (schedule_count - remaining_ticks) + timer_count; in _nx_mdns_timer_set()
6766 tx_timer_change(&(mdns_ptr -> nx_mdns_timer), timer_count, timer_count ); in _nx_mdns_timer_set()
6771 record_rr -> nx_mdns_rr_timer_count = (schedule_count - remaining_ticks) + timer_count; in _nx_mdns_timer_set()