NX_DNS_RR_TYPE_A is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_DNS_RR_TYPE_A macro

Syntax

#define NX_DNS_RR_TYPE_A 1

References

LocationText
nxd_dns.h:163
#define NX_DNS_RR_TYPE_A 1 /* Host address */
nxd_dns.c:2364
status = _nx_dns_host_resource_data_by_name_get(dns_ptr, host_name, (VOID*)host_address_ptr, sizeof(ULONG), &record_count, NX_DNS_RR_TYPE_A, wait_option);
nxd_dns.c:2532
nxd_dns.c:2842
status = _nx_dns_host_resource_data_by_name_get(dns_ptr, host_name_ptr, buffer, buffer_size, record_count, NX_DNS_RR_TYPE_A, wait_option);
nxd_dns.c:5092
if(response_type == NX_DNS_RR_TYPE_A)