Searched refs:probing_notify (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_second_interface_test.c | 42 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
|
| D | netx_mdns_local_cache_continuous_query_test.c | 43 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
|
| D | netx_mdns_peer_service_change_notify_test.c | 88 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state);
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_duo_mdns.c | 505 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/ |
| D | nxd_mdns.h | 1274 … 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));
|
| D | nxd_mdns.c | 214 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()
|