Home
last modified time | relevance | path

Searched defs:mdns_ptr (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.c211 UINT _nxe_mdns_create(NX_MDNS *mdns_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *packet_pool, in _nxe_mdns_create()
215 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nxe_mdns_create()
371 UINT _nx_mdns_create(NX_MDNS *mdns_ptr, NX_IP *ip_ptr, NX_PACKET_POOL *packet_pool, in _nx_mdns_create()
375 VOID (*probing_notify)(NX_MDNS *mdns_ptr, UCHAR *name, UINT probing_state)) in _nx_mdns_create()
656 UINT _nxe_mdns_delete(NX_MDNS *mdns_ptr) in _nxe_mdns_delete()
728 UINT _nx_mdns_delete(NX_MDNS *mdns_ptr) in _nx_mdns_delete()
812 UINT _nxe_mdns_cache_notify_set(NX_MDNS *mdns_ptr, VOID (*cache_full_notify_cb)(NX_MDNS *mdns_ptr, … in _nxe_mdns_cache_notify_set()
878 UINT _nx_mdns_cache_notify_set(NX_MDNS *mdns_ptr, VOID (*cache_full_notify_cb)(NX_MDNS *mdns_ptr, U… in _nx_mdns_cache_notify_set()
937 UINT _nxe_mdns_cache_notify_clear(NX_MDNS *mdns_ptr) in _nxe_mdns_cache_notify_clear()
1003 UINT _nx_mdns_cache_notify_clear(NX_MDNS *mdns_ptr) in _nx_mdns_cache_notify_clear()
[all …]
/NetX-Duo-v6.3.0/samples/
Ddemo_netx_duo_mdns.c435 static VOID service_change_notify(NX_MDNS *mdns_ptr, NX_MDNS_SERVICE *service_ptr, UINT state) in service_change_notify()
505 static VOID probing_notify(struct NX_MDNS_STRUCT *mdns_ptr, UCHAR *name, UINT state) in probing_notify()
543 static VOID cache_full_notify(NX_MDNS *mdns_ptr, UINT state, UINT cache_type) in cache_full_notify()