Home
last modified time | relevance | path

Searched refs:address_0 (Results 1 – 16 of 16) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/dns_test/
Dnetx_dns_nxe_api_test.c25 static NXD_ADDRESS address_0; variable
72 address_0.nxd_ip_version = NX_NULL; in nxde_address_error_checks()
73 validate_expected_status(_nxde_dns_server_add(&dns_0, &address_0), NX_DNS_PARAM_ERROR); in nxde_address_error_checks()
75 address_0.nxd_ip_version = 0x1; in nxde_address_error_checks()
76 validate_expected_status(_nxde_dns_server_add(&dns_0, &address_0), NX_DNS_INVALID_ADDRESS_TYPE); in nxde_address_error_checks()
77 …validate_expected_status(_nxde_dns_server_remove(&dns_0, &address_0), NX_DNS_INVALID_ADDRESS_TYPE); in nxde_address_error_checks()
79 address_0.nxd_ip_version = NX_IP_VERSION_V4; in nxde_address_error_checks()
80 address_0.nxd_ip_address.v4 = 0; in nxde_address_error_checks()
81 validate_expected_status(_nxde_dns_server_add(&dns_0, &address_0), NX_DNS_BAD_ADDRESS_ERROR); in nxde_address_error_checks()
82 validate_expected_status(_nxde_dns_server_remove(&dns_0, &address_0), NX_DNS_BAD_ADDRESS_ERROR); in nxde_address_error_checks()
[all …]
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_icmp_loopback_test.c19 static NXD_ADDRESS address_0; variable
88 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
89 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
90 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
91 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
92 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
94 status += nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
144 …status = nxd_icmp_source_ping(&ip_0, &address_0, 0, "ABCDEFGHIJKLMNOPQRSTUVWXYZ ", 28, &my_packe… in ntest_0_entry()
Dnetx_udp_loopback_test.c24 static NXD_ADDRESS address_0; variable
112 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
113 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
114 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
115 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
116 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
118 status = nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
219 status = nxd_udp_socket_source_send(&socket_0, my_packet, &address_0, 0x89, 0); in thread_0_entry()
Dnetx_nxd_udp_socket_send_special_test.c24 static NXD_ADDRESS address_0; variable
106 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
107 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
108 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
109 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
110 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
120 status += nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
Dnetx_udp_fragment_test.c28 static NXD_ADDRESS address_0; variable
132 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
133 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
134 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
135 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
136 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
144 status = nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
483 status += nxd_udp_socket_send(&socket_1, my_packet, &address_0, 0x88); in thread_1_entry()
494 status += nxd_udp_socket_send(&socket_1, my_packet, &address_0, 0x88); in thread_1_entry()
532 status += nxd_udp_socket_send(&socket_1, my_packet, &address_0, 0x88); in thread_1_entry()
Dnetx_ip_fragmentation_duplicate_test.c26 static NXD_ADDRESS address_0; variable
134 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
135 address_0.nxd_ip_address.v6[0] = 0xFE800000; in test_application_define()
136 address_0.nxd_ip_address.v6[1] = 0x00000000; in test_application_define()
137 address_0.nxd_ip_address.v6[2] = 0x00000000; in test_application_define()
138 address_0.nxd_ip_address.v6[3] = 0x00000001; in test_application_define()
146 status = nxd_ipv6_address_set(&ip_0, 0, &address_0, 10, NX_NULL); in test_application_define()
Dnetx_udp_packet_type_test.c26 static NXD_ADDRESS address_0; variable
128 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
129 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
130 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
131 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
132 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
140 status = nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
Dnetx_udp_source_send_test.c26 static NXD_ADDRESS address_0; variable
133 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
134 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
135 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
136 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
137 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
145 status += nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
Dnetx_udp_basic_processing_test.c30 static NXD_ADDRESS address_0; variable
145 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
146 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
147 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
148 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
149 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
157 status = nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
Dnetx_udp_packet_receive_test.c31 static NXD_ADDRESS address_0; variable
146 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
147 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
148 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
149 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
150 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
158 status += nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
Dnetx_packet_debug_info_test.c31 static NXD_ADDRESS address_0; variable
174 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
175 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
176 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
177 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
178 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
186 status = nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
Dnetx_udp_nxe_api_test.c32 static NXD_ADDRESS address_0; variable
110 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
111 address_0.nxd_ip_address.v6[0] = 0x20010DB8; in test_application_define()
112 address_0.nxd_ip_address.v6[1] = 0x00010001; in test_application_define()
113 address_0.nxd_ip_address.v6[2] = 0x021122FF; in test_application_define()
114 address_0.nxd_ip_address.v6[3] = 0xFE334456; in test_application_define()
124 status += nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_dtls_multiple_ip_address_test.c41 static NXD_ADDRESS address_0; variable
227 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
228 address_0.nxd_ip_address.v6[0] = 0xfe800000; in test_application_define()
229 address_0.nxd_ip_address.v6[1] = 0x00000000; in test_application_define()
230 address_0.nxd_ip_address.v6[2] = 0x00000000; in test_application_define()
231 address_0.nxd_ip_address.v6[3] = 0x00000002; in test_application_define()
233 status = nxd_ipv6_address_set(&server_ip, 0, &address_0, 64, NX_NULL); in test_application_define()
575 NXD_ADDRESS *server_address = &address_0; in client_thread_0_entry()
Dnx_secure_dtls_basic_test.c37 static NXD_ADDRESS address_0; variable
170 address_0.nxd_ip_version = NX_IP_VERSION_V6; in test_application_define()
171 address_0.nxd_ip_address.v6[0] = 0x20010000; in test_application_define()
172 address_0.nxd_ip_address.v6[1] = 0x00000000; in test_application_define()
173 address_0.nxd_ip_address.v6[2] = 0x00000000; in test_application_define()
174 address_0.nxd_ip_address.v6[3] = 0x00000002; in test_application_define()
176 status = nxd_ipv6_address_set(&ip_0, 0, &address_0, 64, NX_NULL); in test_application_define()
Dnx_secure_dtls_error_checking_test.c32 static NXD_ADDRESS address_0; variable
Dnx_secure_dtls_handshake_fail_test.c38 static NXD_ADDRESS address_0; variable