Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/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.3.0/addons/mdns/
Dnxd_mdns.h1275 … 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));
Dnxd_mdns.c215 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()