Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/mdns/
Dnxd_mdns.c6753 schedule_count = mdns_ptr -> nx_mdns_timer_min_count; in _nx_mdns_timer_set()
6762 mdns_ptr -> nx_mdns_timer_min_count = (schedule_count - remaining_ticks) + timer_count; in _nx_mdns_timer_set()
6892 if (p -> nx_mdns_rr_remaining_ticks > mdns_ptr -> nx_mdns_timer_min_count) in _nx_mdns_timer_event_process()
6894 … p -> nx_mdns_rr_remaining_ticks -= mdns_ptr -> nx_mdns_timer_min_count; in _nx_mdns_timer_event_process()
6903 if (p -> nx_mdns_rr_response_interval > mdns_ptr -> nx_mdns_timer_min_count) in _nx_mdns_timer_event_process()
6905 …sponse_interval = (ULONG)(p -> nx_mdns_rr_response_interval - mdns_ptr -> nx_mdns_timer_min_count); in _nx_mdns_timer_event_process()
6923 if (p -> nx_mdns_rr_timer_count > mdns_ptr -> nx_mdns_timer_min_count) in _nx_mdns_timer_event_process()
6925 … p -> nx_mdns_rr_timer_count = p -> nx_mdns_rr_timer_count - mdns_ptr -> nx_mdns_timer_min_count; in _nx_mdns_timer_event_process()
7403 if (mdns_ptr -> nx_mdns_timer_min_count != timer_min_count) in _nx_mdns_timer_event_process()
7407 mdns_ptr -> nx_mdns_timer_min_count = timer_min_count; in _nx_mdns_timer_event_process()
[all …]
Dnxd_mdns.h1156 …ULONG nx_mdns_timer_min_count; /* The minimum timer count indicate th… member