Home
last modified time | relevance | path

Searched refs:ip_2 (Results 1 – 23 of 23) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_forward_icmp_test.c18 static NX_IP ip_2; variable
89 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
95 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
112 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
128 status = nx_icmp_enable(&ip_2); in test_application_define()
282 …status = nx_icmp_ping(&ip_2, IP_ADDRESS(2, 2, 3, 4), "ABCDEFGHIJKLMNOPQRSTUVWXYZ", 28, &my_packet… in ntest_0_entry()
285 …status += nx_icmp_info_get(&ip_2, &pings_sent, &ping_timeouts, &ping_threads_suspended, &ping_resp… in ntest_0_entry()
302 …status = nx_icmp_ping(&ip_2, IP_ADDRESS(1, 2, 3, 4), "ABCDEFGHIJKLMNOPQRSTUVWXYZ", 28, &my_packet… in ntest_0_entry()
305 …status += nx_icmp_info_get(&ip_2, &pings_sent, &ping_timeouts, &ping_threads_suspended, &ping_resp… in ntest_0_entry()
322 …status = nx_icmp_ping(&ip_2, IP_ADDRESS(1, 2, 3, 5), "ABCDEFGHIJKLMNOPQRSTUVWXYZ", 28, &my_packet… in ntest_0_entry()
[all …]
Dnetx_forward_tcp_test_5.c37 static NX_IP ip_2; variable
136 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
142 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
159 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
167 status += nx_tcp_enable(&ip_2); in test_application_define()
366 status = nx_ip_status_check(&ip_2, NX_IP_INITIALIZE_DONE, &actual_status, NX_IP_PERIODIC_RATE); in thread_1_entry()
376 status = nx_tcp_socket_create(&ip_2, &socket_2, "Server Socket", in thread_1_entry()
389 status = nx_tcp_server_socket_listen(&ip_2, 0x89, &socket_2, 5, NX_NULL); in thread_1_entry()
444 status = nx_tcp_server_socket_unlisten(&ip_2, 0x89); in thread_1_entry()
Dnetx_forward_link_local_address_test.c18 static NX_IP ip_2; variable
89 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(169, 254, 0, 5), 0xFFFFFF00UL, &pool… in test_application_define()
95 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(169, 254, 0, 4)); in test_application_define()
112 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
128 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_forward_multicast_test.c19 static NX_IP ip_2; variable
90 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
96 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
113 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
129 status = nx_icmp_enable(&ip_2); in test_application_define()
201 …status = nx_icmp_info_get(&ip_2, &pings_sent, &ping_timeouts, &ping_threads_suspended, &ping_respo… in ntest_0_entry()
Dnetx_forward_udp_fragment_test3.c24 static NX_IP ip_2; variable
130 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_2, … in test_application_define()
136 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
153 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
161 status += nx_udp_enable(&ip_2); in test_application_define()
175 status += nx_ip_fragment_enable(&ip_2); in test_application_define()
316 …status = nx_udp_socket_create(&ip_2, &socket_2, "Socket 2", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
326 status = nx_udp_free_port_find(&ip_2, 0x8a, &free_port); in thread_1_entry()
Dnetx_forward_udp_fragment_test.c19 static NX_IP ip_2; variable
108 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
114 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
131 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
139 status += nx_udp_enable(&ip_2); in test_application_define()
153 status += nx_ip_fragment_enable(&ip_2); in test_application_define()
225 …status = nx_udp_socket_create(&ip_2, &socket_2, "Socket 2", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry()
235 status = nx_udp_free_port_find(&ip_2, 0x8a, &free_port); in thread_0_entry()
Dnetx_forward_udp_fragment_test2.c22 static NX_IP ip_2; variable
112 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
118 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
135 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
143 status += nx_udp_enable(&ip_2); in test_application_define()
157 status += nx_ip_fragment_enable(&ip_2); in test_application_define()
298 …status = nx_udp_socket_create(&ip_2, &socket_2, "Socket 2", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
308 status = nx_udp_free_port_find(&ip_2, 0x8a, &free_port); in thread_1_entry()
Dnetx_forward_udp_fragment_test4.c25 static NX_IP ip_2; variable
128 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_2, … in test_application_define()
134 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
151 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
159 status += nx_udp_enable(&ip_2); in test_application_define()
173 status += nx_ip_fragment_enable(&ip_2); in test_application_define()
314 …status = nx_udp_socket_create(&ip_2, &socket_2, "Socket 2", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_1_entry()
324 status = nx_udp_free_port_find(&ip_2, 0x8a, &free_port); in thread_1_entry()
Dnetx_forward_icmp_small_header_test2.c23 static NX_IP ip_2; variable
98 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
104 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
121 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
137 status = nx_icmp_enable(&ip_2); in test_application_define()
205 status = nx_arp_static_entry_create(&ip_2, IP_ADDRESS(2, 2, 3, 4), 0x0011, 0x22334457); in ntest_0_entry()
Dnetx_forward_icmp_small_header_test3.c23 static NX_IP ip_2; variable
98 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
104 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
121 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
137 status = nx_icmp_enable(&ip_2); in test_application_define()
205 status = nx_arp_static_entry_create(&ip_2, IP_ADDRESS(2, 2, 3, 4), 0x0011, 0x22334457); in ntest_0_entry()
Dnetx_forward_tcp_test_3.c37 static NX_IP ip_2; variable
137 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
143 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
160 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
168 status += nx_tcp_enable(&ip_2); in test_application_define()
204 status = nx_tcp_socket_create(&ip_2, &socket_2, "Socket 0", in thread_0_entry()
216 status = nx_tcp_free_port_find(&ip_2, 0x88, &free_port); in thread_0_entry()
Dnetx_forward_tcp_test_4.c37 static NX_IP ip_2; variable
136 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
142 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
159 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
167 status += nx_tcp_enable(&ip_2); in test_application_define()
203 status = nx_tcp_socket_create(&ip_2, &socket_2, "Socket 0", in thread_0_entry()
215 status = nx_tcp_free_port_find(&ip_2, 0x88, &free_port); in thread_0_entry()
Dnetx_forward_icmp_small_header_test.c22 static NX_IP ip_2; variable
92 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
98 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
115 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
131 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_ipv6_multicast_ping_test.c18 static NX_IP ip_2; variable
83 …status += nx_ip_create(&ip_2, "NetX IP Instance 2", IP_ADDRESS(1, 2, 3, 6), 0xFFFFFF00UL, &pool_0,… in test_application_define()
97 status += nxd_ipv6_enable(&ip_2); in test_application_define()
106 status += nxd_icmp_enable(&ip_2); in test_application_define()
162 status = nxd_ipv6_address_set(&ip_2, 0, &global_address_2, 64, NX_NULL); in test_application_define()
221 status += nxd_ipv6_multicast_interface_join(&ip_2, &group_address, 0); in ntest_0_entry()
Dnetx_ip_fragmentation_time_exceeded_message_test.c33 static NX_IP ip_2; variable
116 …status += nx_ip_create(&ip_2, "NetX IP Instance 2", IP_ADDRESS(1, 2, 3, 6), 0xFFFFF000UL, &pool_0,… in test_application_define()
133 status += nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
143 status += nx_icmp_enable(&ip_2); in test_application_define()
153 status += nx_ip_fragment_enable(&ip_2); in test_application_define()
Dnetx_forward_icmp_ttl_test.c21 static NX_IP ip_2; variable
93 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
99 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
116 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
132 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_forward_tcp_test_1.c39 static NX_IP ip_2; variable
138 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
144 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
161 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
169 status += nx_tcp_enable(&ip_2); in test_application_define()
Dnetx_forward_tcp_test_2.c37 static NX_IP ip_2; variable
136 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
142 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
159 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
167 status += nx_tcp_enable(&ip_2); in test_application_define()
Dnetx_forward_udp_test.c19 static NX_IP ip_2; variable
106 …status = nx_ip_create(&ip_2, "NetX IP Instance 1", IP_ADDRESS(2, 2, 3, 5), 0xFFFFFF00UL, &pool_0, … in test_application_define()
112 status = nx_ip_gateway_address_set(&ip_2, IP_ADDRESS(2, 2, 3, 4)); in test_application_define()
129 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
137 status += nx_udp_enable(&ip_2); in test_application_define()
259 …status = nx_udp_socket_create(&ip_2, &socket_2, "Socket 2", NX_IP_NORMAL, NX_FRAGMENT_OKAY, 0x80, … in thread_0_entry()
269 status = nx_udp_free_port_find(&ip_2, 0x8a, &free_port); in thread_0_entry()
Dnetx_ip_delete_test.c28 static NX_IP ip_2; variable
327 …status += nx_ip_create(&ip_2, "NetX IP Instance 2", IP_ADDRESS(3, 2, 3, 9), 0xFFFFFF00UL, &pool_0,… in ntest_0_entry()
339 status = nx_ip_delete(&ip_2); in ntest_0_entry()
/NetX-Duo-v6.2.1/test/regression/rtp_test/
Dnetx_rtp_multicast_test.c45 static NX_IP ip_2; variable
125 …status = nx_ip_create(&ip_2, "NetX IP Instance 2", RTP_CLIENT_2_ADDRESS, 0xFFFFFF00UL, &pool_0, _n… in test_application_define()
141 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
148 status += nx_udp_enable(&ip_2); in test_application_define()
301 status = nx_igmp_enable(&ip_2); in ntest_2_entry()
302 status += nx_igmp_multicast_join(&ip_2, DEMO_MULTICAST_IP_ADDRESS); in ntest_2_entry()
306 …status = nx_udp_socket_create(&ip_2, &rtp_client_2_socket, "RTCP Client 2 Socket", NX_IP_NORMAL, N… in ntest_2_entry()
Dnetx_rtp_multi_clients_test.c45 static NX_IP ip_2; variable
126 …status = nx_ip_create(&ip_2, "NetX IP Instance 2", RTP_CLIENT_2_ADDRESS, 0xFFFFFF00UL, &pool_0, _n… in test_application_define()
142 status = nx_arp_enable(&ip_2, (void *) pointer, 1024); in test_application_define()
149 status += nx_udp_enable(&ip_2); in test_application_define()
314 …status = nx_udp_socket_create(&ip_2, &rtp_client_2_socket, "RTCP Client 2 Socket", NX_IP_NORMAL, N… in ntest_2_entry()
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_branch_test.c25 static NX_IP ip_2; variable
128 …status = nx_ip_create(&ip_2, "NetX IP Instance 0", IP_ADDRESS(1, 2, 3, 3), 0xFFFFFF00UL, &pool_1, … in test_application_define()
256 … nxd_mqtt_client_create(client_ptr_test, "my client", CLIENT_ID, strlen(CLIENT_ID), &ip_2, &pool_1, in ntest_0_entry()
265 … nxd_mqtt_client_create(client_ptr_test, "my client", CLIENT_ID, strlen(CLIENT_ID), &ip_2, &pool_1, in ntest_0_entry()
275 … nxd_mqtt_client_create(client_ptr_test, "my client", CLIENT_ID, strlen(CLIENT_ID), &ip_2, &pool_1, in ntest_0_entry()