Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_dns.c164 UINT record_count; in thread_client_entry() local
385 …_dns, (UCHAR *)"www.my_example.com", &record_buffer[0], BUFFER_SIZE, &record_count, NX_IP_PERIODIC… in thread_client_entry()
398 printf("record_count = %d \n", record_count); in thread_client_entry()
402 for(i =0; i< record_count; i++) in thread_client_entry()
469 …_dns, (UCHAR *)"www.my_example.com", &record_buffer[0], BUFFER_SIZE, &record_count, NX_IP_PERIODIC… in thread_client_entry()
482 printf("record_count = %d \n", record_count); in thread_client_entry()
486 for(i =0; i< record_count; i++) in thread_client_entry()
524 …_dns, (UCHAR *)"www.my_example.com", &record_buffer[0], BUFFER_SIZE, &record_count, NX_IP_PERIODIC… in thread_client_entry()
537 printf("record_count = %d \n", record_count); in thread_client_entry()
541 for(i =0; i< record_count; i++) in thread_client_entry()
[all …]
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c63 … UINT *record_count, UINT lookup_type, ULONG wait_option);
65 …HAR *host_name, NX_PACKET *packet_ptr, UCHAR *record_buffer, UINT buffer_size, UINT *record_count);
66 …ata_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buffer_append_ptr, UINT *record_count, UINT rr_locati…
67 …ata_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buffer_append_ptr, UINT *record_count, UINT rr_locati…
71 …X_PACKET *packet_ptr, UCHAR *data_ptr, UCHAR *record_buffer, UINT buffer_size, UINT *record_count);
72 …X_PACKET *packet_ptr, UCHAR *data_ptr, UCHAR *record_buffer, UINT buffer_size, UINT *record_count);
73 …t_ptr, UCHAR *data_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buffer_append_ptr, UINT *record_count);
74 …t_ptr, UCHAR *data_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buffer_append_ptr, UINT *record_count);
75 …t_ptr, UCHAR *data_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buffer_append_ptr, UINT *record_count);
76 …X_PACKET *packet_ptr, UCHAR *data_ptr, UCHAR *record_buffer, UINT buffer_size, UINT *record_count);
[all …]
Dnxd_dns.h926 …_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
930 …_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
932 …_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
933 …_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
938 …s_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
965 …s_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
966 …s_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
971 …_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
972 …_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
975 …_ptr, UCHAR *host_name, VOID *record_buffer, UINT buffer_size, UINT *record_count, ULONG wait_opt…
[all …]
/NetX-Duo-v6.2.1/test/regression/dns_test/
Dnetx_dns_function_test.c52 static UINT record_count; variable
808 …name_get(&client_dns, (UCHAR *)"google.com", &record_buffer[0], 500, &record_count, 4 * NX_IP_PERI… in dns_a_type_test()
824 if (status || (record_count != 11) || in dns_a_type_test()
884 …me_get(&client_dns, (UCHAR *)"berkeley.edu", &record_buffer[0], 500, &record_count, 4 * NX_IP_PERI… in dns_a_type_test()
890 if (status || (record_count != 1) || in dns_a_type_test()
919 …me_get(&client_dns, (UCHAR *)"berkeley.edu", &record_buffer[0], 500, &record_count, 2 * NX_IP_PERI… in dns_retransmit_test()
925 if (status || (record_count != 1) || in dns_retransmit_test()
991 …me_get(&client_dns, (UCHAR *)"berkeley.edu", &record_buffer[0], 200, &record_count, 4 * NX_IP_PERI… in dns_aaaa_type_test()
997 if (status || record_count != 1 || in dns_aaaa_type_test()
1059 …ame_get(&client_dns, (UCHAR *)"www.npr.org", &record_buffer[0], 500, &record_count, 4 * NX_IP_PERI… in dns_a_cname_type_test()
[all …]
Dnetx_dns_non_blocking_a_test.c145 UINT record_count; in thread_0_entry() local
213 …_by_name_get(&client_dns, (UCHAR *)"google.com", &record_buffer[0], 64, &record_count, NX_NO_WAIT); in thread_0_entry()
233 …response_get(&client_dns, (UCHAR *)"google.com", &record_buffer[0], 64, &record_count, NX_NO_WAIT); in thread_0_entry()
256 if ((record_count != 11) || in thread_0_entry()
Dnetx_dns_fake_response_test.c145 UINT record_count; in thread_0_entry() local
197 …_name_get(&client_dns, (UCHAR *)"google.com", &record_buffer[0], 64, &record_count, NX_IP_PERIODIC… in thread_0_entry()
209 …_name_get(&client_dns, (UCHAR *)"google.com", &record_buffer[0], 64, &record_count, NX_IP_PERIODIC… in thread_0_entry()
Dnetx_dns_source_port_test.c145 UINT record_count; in thread_0_entry() local
196 …_name_get(&client_dns, (UCHAR *)"google.com", &record_buffer[0], 64, &record_count, NX_IP_PERIODIC… in thread_0_entry()
206 …_name_get(&client_dns, (UCHAR *)"google.com", &record_buffer[0], 64, &record_count, NX_IP_PERIODIC… in thread_0_entry()
Dnetx_dns_packet_double_release_test.c146 UINT record_count; in thread_0_entry() local
197 …4_address_by_name_get(&client_dns, (UCHAR *)"google.com", &record_buffer[0], 64, &record_count, 1); in thread_0_entry()
Dnetx_dns_invalid_resource_get_test.c52 static UINT record_count; variable
369 …me_get(&client_dns, (UCHAR *)"berkeley.edu", &record_buffer[0], 500, &record_count, 2 * NX_IP_PERI… in nx_dns_query_packet_send()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.c4195 UINT record_count; in nx_azure_iot_adu_agent_dns_response_get() local
4202 &record_count, NX_NO_WAIT); in nx_azure_iot_adu_agent_dns_response_get()