Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/dns/
Dnxd_dns.h850 #define nx_dns_authority_zone_start_get _nx_dns_authority_zone_start_get macro
890 #define nx_dns_authority_zone_start_get _nxe_dns_authority_zone_start_get macro
935 UINT nx_dns_authority_zone_start_get (NX_DNS *dns_ptr, UCHAR *host_name, UCHAR *record_buff…
/NetX-Duo-v6.3.0/samples/
Ddemo_netxduo_dns.c819 …status = nx_dns_authority_zone_start_get(&client_dns, (UCHAR *)"www.my_example.com", &record_buffe… in thread_client_entry()