Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.c128 static UINT _nx_mdns_one_shot_query(NX_MDNS *mdns_ptr, UCHAR *name, USHORT type, NX_MDNS_RR…
3218 status = _nx_mdns_one_shot_query(mdns_ptr, query_name, query_type, &answer_rr, timeout, i); in _nx_mdns_service_one_shot_query()
3338 static UINT _nx_mdns_one_shot_query(NX_MDNS *mdns_ptr, UCHAR *name, USHORT type, NX_MDNS_RR **out_r… in _nx_mdns_one_shot_query() function
4887 …status = _nx_mdns_one_shot_query(mdns_ptr, host_name_query, NX_MDNS_RR_TYPE_A, &a_rr, wait_time, i… in _nx_mdns_host_address_get()
4926 …status = _nx_mdns_one_shot_query(mdns_ptr, host_name_query, NX_MDNS_RR_TYPE_AAAA, &aaaa_rr, wait_t… in _nx_mdns_host_address_get()