Home
last modified time | relevance | path

Searched refs:nx_mdns_probing_notify (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.h1187 VOID (*nx_mdns_probing_notify)(struct NX_MDNS_STRUCT *, UCHAR *, UINT); member
Dnxd_mdns.c421 mdns_ptr -> nx_mdns_probing_notify = probing_notify; in _nx_mdns_create()
7025 if (mdns_ptr -> nx_mdns_probing_notify) in _nx_mdns_timer_event_process()
7027 …(mdns_ptr -> nx_mdns_probing_notify)(mdns_ptr, service_name, NX_MDNS_LOCAL_SERVICE_REGISTERED_SUCC… in _nx_mdns_timer_event_process()
7035 if (mdns_ptr -> nx_mdns_probing_notify) in _nx_mdns_timer_event_process()
7037 …(mdns_ptr -> nx_mdns_probing_notify)(mdns_ptr, mdns_ptr -> nx_mdns_host_name, NX_MDNS_LOCAL_HOST_R… in _nx_mdns_timer_event_process()
10871 if (mdns_ptr -> nx_mdns_probing_notify) in _nx_mdns_conflict_process()
10873 … (mdns_ptr -> nx_mdns_probing_notify)(mdns_ptr, name, NX_MDNS_LOCAL_SERVICE_REGISTERED_FAILURE); in _nx_mdns_conflict_process()