Searched refs:NX_DNS (Results 1 – 12 of 12) sorted by relevance
/NetX-Duo-v6.2.1/addons/dns/ |
D | nxd_dns.h | 337 } NX_DNS; typedef 917 UINT nx_dns_create(NX_DNS *dns_ptr, NX_IP *ip_ptr, UCHAR *domain_name); 918 UINT nx_dns_delete(NX_DNS *dns_ptr); 919 UINT nx_dns_packet_pool_set(NX_DNS *dns_ptr, NX_PACKET_POOL *packet_pool_ptr); 920 UINT nx_dns_server_add(NX_DNS *dns_ptr, ULONG server_address); 921 UINT nx_dns_server_remove(NX_DNS *dns_ptr, ULONG server_address); 922 UINT nx_dns_server_remove_all(NX_DNS *dns_ptr); 923 UINT nx_dns_server_get(NX_DNS *dns_ptr, UINT index, ULONG *dns_server_address); 924 UINT nx_dns_get_serverlist_size(NX_DNS *dns_ptr, UINT *server_list_size); 925 UINT nx_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, ULONG *host_address_ptr, ULO… [all …]
|
D | nxd_dns.c | 48 static UINT _nx_dns_new_packet_create(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *name, U… 63 static UINT _nx_dns_host_resource_data_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, UCHAR … 65 static UINT _nx_dns_response_receive(NX_DNS *dns_ptr, NX_PACKET **packet_ptr, ULONG wait_opt… 66 static UINT _nx_dns_response_process(NX_DNS *dns_ptr, UCHAR *host_name, NX_PACKET *packet_pt… 67 static UINT _nx_dns_process_a_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr, … 68 static UINT _nx_dns_process_aaaa_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_pt… 72 static UINT _nx_dns_process_cname_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_p… 73 static UINT _nx_dns_process_txt_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr… 74 static UINT _nx_dns_process_ns_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr,… 75 static UINT _nx_dns_process_mx_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr,… [all …]
|
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot.h | 207 NX_DNS *nx_azure_iot_dns_ptr; 261 NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr,
|
D | nx_azure_iot_adu_agent.h | 607 NX_DNS *dns_ptr;
|
D | nx_azure_iot.c | 235 NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, in nx_azure_iot_create()
|
D | nx_azure_iot_adu_agent.c | 1899 NX_DNS *dns_ptr; in nx_azure_iot_adu_agent_method_download()
|
/NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
D | azure_rtos_iot.md | 10 NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, 35 | dns_ptr [in] | A pointer to a `NX_DNS`. |
|
/NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
D | main.c | 36 extern VOID sample_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time… 141 static NX_DNS dns_0;
|
D | sample_azure_iot_embedded_sdk.c | 102 void sample_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, UINT (*unix_time_callba… 286 void sample_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, UINT (*unix_time_callba… in sample_entry()
|
D | sample_azure_iot_embedded_sdk_pnp.c | 70 void sample_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, UINT (*unix_time_callba… 987 void sample_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, UINT (*unix_time_callba… in sample_entry()
|
/NetX-Duo-v6.2.1/samples/ |
D | demo_netxduo_dns.c | 20 NX_DNS client_dns;
|
/NetX-Duo-v6.2.1/addons/BSD/ |
D | nxd_bsd.c | 113 extern NX_DNS *_nx_dns_instance_ptr;
|