Searched refs:timer_count (Results 1 – 1 of 1) sorted by relevance
69 static VOID _nx_mdns_timer_set(NX_MDNS *mdns_ptr, NX_MDNS_RR *record_rr, ULONG timer_count…6726 static VOID _nx_mdns_timer_set(NX_MDNS *mdns_ptr, NX_MDNS_RR *record_rr, ULONG timer_count) in _nx_mdns_timer_set() argument6735 if (timer_count) in _nx_mdns_timer_set()6758 if((timer_count < remaining_ticks) || active == NX_FALSE) in _nx_mdns_timer_set()6763 mdns_ptr -> nx_mdns_timer_min_count = (schedule_count - remaining_ticks) + timer_count; in _nx_mdns_timer_set()6767 tx_timer_change(&(mdns_ptr -> nx_mdns_timer), timer_count, timer_count ); in _nx_mdns_timer_set()6772 record_rr -> nx_mdns_rr_timer_count = (schedule_count - remaining_ticks) + timer_count; in _nx_mdns_timer_set()