Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c552 status = tx_timer_create(&(mdns_ptr -> nx_mdns_timer), "mDNS Timer", in _nx_mdns_create()
590 tx_timer_delete(&(mdns_ptr -> nx_mdns_timer)); in _nx_mdns_create()
756 tx_timer_delete(&(mdns_ptr -> nx_mdns_timer)); in _nx_mdns_delete()
6741 …tx_timer_info_get(&mdns_ptr -> nx_mdns_timer, TX_NULL, &active, &remaining_ticks, TX_NULL, TX_NULL… in _nx_mdns_timer_set()
6765 tx_timer_deactivate(&(mdns_ptr -> nx_mdns_timer)); in _nx_mdns_timer_set()
6766 tx_timer_change(&(mdns_ptr -> nx_mdns_timer), timer_count, timer_count ); in _nx_mdns_timer_set()
6767 tx_timer_activate(&(mdns_ptr -> nx_mdns_timer)); in _nx_mdns_timer_set()
7410 tx_timer_deactivate(&(mdns_ptr -> nx_mdns_timer)); in _nx_mdns_timer_event_process()
7416 tx_timer_change(&(mdns_ptr -> nx_mdns_timer), in _nx_mdns_timer_event_process()
7419 tx_timer_activate(&(mdns_ptr -> nx_mdns_timer)); in _nx_mdns_timer_event_process()
Dnxd_mdns.h1120 …TX_TIMER nx_mdns_timer; /* Multicast DNS TIMER. … member