Home
last modified time | relevance | path

Searched refs:_nx_mdns_timer_set (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…
1849 _nx_mdns_timer_set(mdns_ptr, p, p -> nx_mdns_rr_timer_count); in _nx_mdns_enable()
2083 _nx_mdns_timer_set(mdns_ptr, p, p -> nx_mdns_rr_timer_count); in _nx_mdns_disable()
3422 _nx_mdns_timer_set(mdns_ptr, insert_rr, insert_rr -> nx_mdns_rr_timer_count); in _nx_mdns_one_shot_query()
3847 _nx_mdns_timer_set(mdns_ptr, insert_rr, insert_rr -> nx_mdns_rr_timer_count); in _nx_mdns_continuous_query()
5059 _nx_mdns_timer_set(mdns_ptr, insert_rr, insert_rr -> nx_mdns_rr_timer_count); in _nx_mdns_rr_a_aaaa_add()
5186 _nx_mdns_timer_set(mdns_ptr, ptr_rr, ptr_rr -> nx_mdns_rr_timer_count); in _nx_mdns_rr_ptr_add()
5323 _nx_mdns_timer_set(mdns_ptr, srv_rr, srv_rr -> nx_mdns_rr_timer_count); in _nx_mdns_rr_srv_add()
5475 _nx_mdns_timer_set(mdns_ptr, txt_rr, txt_rr -> nx_mdns_rr_timer_count); in _nx_mdns_rr_txt_add()
5892 _nx_mdns_timer_set(mdns_ptr, record_rr, record_rr -> nx_mdns_rr_timer_count); in _nx_mdns_rr_delete()
[all …]