Searched refs:probing_notify (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.3.0/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.3.0/addons/mdns/ |
D | nxd_mdns.h | 1275 … VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)); 1280 … VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state));
|
D | nxd_mdns.c | 215 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nxe_mdns_create() 292 probing_notify); in _nxe_mdns_create() 375 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nx_mdns_create() 421 mdns_ptr -> nx_mdns_probing_notify = probing_notify; in _nx_mdns_create()
|