Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.c6754 schedule_count = mdns_ptr -> nx_mdns_timer_min_count; in _nx_mdns_timer_set()
6763 mdns_ptr -> nx_mdns_timer_min_count = (schedule_count - remaining_ticks) + timer_count; in _nx_mdns_timer_set()
6893 if (p -> nx_mdns_rr_remaining_ticks > mdns_ptr -> nx_mdns_timer_min_count) in _nx_mdns_timer_event_process()
6895 … p -> nx_mdns_rr_remaining_ticks -= mdns_ptr -> nx_mdns_timer_min_count; in _nx_mdns_timer_event_process()
6904 if (p -> nx_mdns_rr_response_interval > mdns_ptr -> nx_mdns_timer_min_count) in _nx_mdns_timer_event_process()
6906 …sponse_interval = (ULONG)(p -> nx_mdns_rr_response_interval - mdns_ptr -> nx_mdns_timer_min_count); in _nx_mdns_timer_event_process()
6924 if (p -> nx_mdns_rr_timer_count > mdns_ptr -> nx_mdns_timer_min_count) in _nx_mdns_timer_event_process()
6926 … 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()
7404 if (mdns_ptr -> nx_mdns_timer_min_count != timer_min_count) in _nx_mdns_timer_event_process()
7408 mdns_ptr -> nx_mdns_timer_min_count = timer_min_count; in _nx_mdns_timer_event_process()
[all …]
Dnxd_mdns.h1157 …ULONG nx_mdns_timer_min_count; /* The minimum timer count indicate th… member