Home
last modified time | relevance | path

Searched refs:probing_notify (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_second_interface_test.c42 static VOID probing_notify(NX_MDNS *mdns_ptr, UCHAR *name, UINT state);
155 … buffer, current_buffer_size, buffer + current_buffer_size, current_buffer_size, probing_notify); in thread_0_entry()
241 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify() function
Dnetx_mdns_local_cache_continuous_query_test.c43 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state);
130 … buffer, current_buffer_size, buffer + current_buffer_size, current_buffer_size, probing_notify); in ntest_0_entry()
256 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify() function
Dnetx_mdns_peer_service_change_notify_test.c88 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state);
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_mdns.c505 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify() function
592 … (VOID *)peer_service_cache, sizeof(peer_service_cache), probing_notify); in thread_0_entry()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.h1274 … VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state));
1279 … VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state));
Dnxd_mdns.c214 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nxe_mdns_create()
291 probing_notify); in _nxe_mdns_create()
374 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nx_mdns_create()
420 mdns_ptr -> nx_mdns_probing_notify = probing_notify; in _nx_mdns_create()