| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_dns.c | 164 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/ |
| D | nxd_dns.c | 63 … 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 …]
|
| D | nxd_dns.h | 926 …_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/ |
| D | netx_dns_function_test.c | 52 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 …]
|
| D | netx_dns_non_blocking_a_test.c | 145 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()
|
| D | netx_dns_fake_response_test.c | 145 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()
|
| D | netx_dns_source_port_test.c | 145 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()
|
| D | netx_dns_packet_double_release_test.c | 146 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()
|
| D | netx_dns_invalid_resource_get_test.c | 52 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/ |
| D | nx_azure_iot_adu_agent.c | 4195 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()
|