Home
last modified time | relevance | path

Searched refs:dns_ptr (Results 1 – 25 of 34) sorted by relevance

12

/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c47 static UINT _nx_dns_new_packet_create(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *name, U…
62 static UINT _nx_dns_host_resource_data_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, UCHAR …
64 static UINT _nx_dns_response_receive(NX_DNS *dns_ptr, NX_PACKET **packet_ptr, ULONG wait_opt…
65 static UINT _nx_dns_response_process(NX_DNS *dns_ptr, UCHAR *host_name, NX_PACKET *packet_pt…
66 static UINT _nx_dns_process_a_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr, …
67 static UINT _nx_dns_process_aaaa_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_pt…
71 static UINT _nx_dns_process_cname_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_p…
72 static UINT _nx_dns_process_txt_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr…
73 static UINT _nx_dns_process_ns_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr,…
74 static UINT _nx_dns_process_mx_type(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr,…
[all …]
Dnxd_dns.h916 UINT nx_dns_create(NX_DNS *dns_ptr, NX_IP *ip_ptr, UCHAR *domain_name);
917 UINT nx_dns_delete(NX_DNS *dns_ptr);
918 UINT nx_dns_packet_pool_set(NX_DNS *dns_ptr, NX_PACKET_POOL *packet_pool_ptr);
919 UINT nx_dns_server_add(NX_DNS *dns_ptr, ULONG server_address);
920 UINT nx_dns_server_remove(NX_DNS *dns_ptr, ULONG server_address);
921 UINT nx_dns_server_remove_all(NX_DNS *dns_ptr);
922 UINT nx_dns_server_get(NX_DNS *dns_ptr, UINT index, ULONG *dns_server_address);
923 UINT nx_dns_get_serverlist_size(NX_DNS *dns_ptr, UINT *server_list_size);
924 UINT nx_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, ULONG *host_address_ptr, ULO…
925 UINT nx_dns_host_by_address_get(NX_DNS *dns_ptr, ULONG ip_address, UCHAR *host_name_ptr, UIN…
[all …]
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dinitialization_unit_test.c55 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
70 …ual(nx_azure_iot_create(NX_NULL, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR *)demo_cl… in demo_entry()
75 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", NX_NULL, pool_ptr, dns_ptr, (… in demo_entry()
80 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, NX_NULL, dns_ptr, (UC… in demo_entry()
90 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, NX… in demo_entry()
95 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (U… in demo_entry()
100 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
119 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Ddevice_cert_unit_test.c59 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
78 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
166 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_addres… in __wrap__nxde_dns_host_by_name_get() argument
Dconnection_non_block_ram_test.c336 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
352 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
483 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_addres… in __wrap__nxde_dns_host_by_name_get() argument
Dconnection_sas_expiry_ram_test.c338 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
354 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
504 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_addres… in __wrap__nxde_dns_host_by_name_get() argument
Dconnection_unit_test.c50 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
64 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
181 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_addres… in __wrap__nxde_dns_host_by_name_get() argument
Dtrusted_cert_unit_test.c62 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
86 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Duser_agent_string_unit_test.c60 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
82 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
266 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Dd2c_unit_test.c60 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
82 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
318 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Dc2d_property_unit_test.c76 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
89 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dnx_azure_iot_json_writer_unit_test.c432 VOID demo_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, in demo_entry() argument
446 g_dns_ptr = dns_ptr; in demo_entry()
Dnx_azure_iot_json_reader_unit_test.c444 VOID demo_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, in demo_entry() argument
458 g_dns_ptr = dns_ptr; in demo_entry()
Dc2d_unit_test.c92 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
105 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
565 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
Ddirect_method_unit_test.c202 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
661 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
680 g_dns_ptr = dns_ptr; in demo_entry()
Dapi_unit_test.c73 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
81 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dnx_azure_iot_pnp_client_command_unit_test.c217 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
826 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
842 g_dns_ptr = dns_ptr; in demo_entry()
Dmain.c22 extern VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_c…
Dnx_azure_iot_pnp_client_telemetry_unit_test.c195 UINT __wrap__nxde_dns_host_by_name_get(NX_DNS *dns_ptr, UCHAR *host_name, NXD_ADDRESS *host_address… in __wrap__nxde_dns_host_by_name_get() argument
962 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() argument
979 g_dns_ptr = dns_ptr; in demo_entry()
/NetX-Duo-v6.2.1/test/regression/dns_test/
Dnetx_dns_nxe_api_test.c55 static void nxe_dns_server_add_remove_error_check_test(NX_DNS *dns_ptr, ULONG server_address, UINT … in nxe_dns_server_add_remove_error_check_test() argument
58 validate_expected_status(_nxe_dns_server_add(dns_ptr, server_address), expected_status); in nxe_dns_server_add_remove_error_check_test()
61 validate_expected_status(_nxe_dns_server_remove(dns_ptr, server_address), expected_status); in nxe_dns_server_add_remove_error_check_test()
65 validate_expected_status(_nxe_dns_server_remove_all(dns_ptr), expected_status); in nxe_dns_server_add_remove_error_check_test()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot.md10 NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr,
25 | dns_ptr [in] | A pointer to a `NX_DNS`. |
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk.c101 void sample_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, VOID *dns_ptr, UINT (*unix_time_callback…
285 void sample_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, VOID *dns_ptr, UINT (*unix_time_callback… in sample_entry() argument
293 …tus = nx_azure_iot_create(&nx_azure_iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, (NX_DNS *)dns_ptr, in sample_entry()
Dsample_azure_iot_embedded_sdk_pnp.c69 void sample_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, VOID *dns_ptr, UINT (*unix_time_callback…
1000 void sample_entry(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, VOID *dns_ptr, UINT (*unix_time_callback… in sample_entry() argument
1009 …tus = nx_azure_iot_create(&nx_azure_iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, (NX_DNS *)dns_ptr, in sample_entry()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.c229 NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr, in nx_azure_iot_create() argument
236 (pool_ptr == NX_NULL) || (dns_ptr == NX_NULL)) in nx_azure_iot_create()
244 nx_azure_iot_ptr -> nx_azure_iot_dns_ptr = dns_ptr; in nx_azure_iot_create()
Dnx_azure_iot.h251 NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, NX_DNS *dns_ptr,

12