Home
last modified time | relevance | path

Searched refs:nx_icmp_enable (Results 1 – 25 of 222) sorted by relevance

123456789

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_forward_link_local_address_test.c118 status = nx_icmp_enable(&ip_0); in test_application_define()
123 status = nx_icmp_enable(&ip_1); in test_application_define()
128 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_forward_icmp_small_header_test.c121 status = nx_icmp_enable(&ip_0); in test_application_define()
126 status = nx_icmp_enable(&ip_1); in test_application_define()
131 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_forward_multicast_test.c119 status = nx_icmp_enable(&ip_0); in test_application_define()
124 status = nx_icmp_enable(&ip_1); in test_application_define()
129 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_ip_fragmentation_time_exceeded_message_test.c141 status = nx_icmp_enable(&ip_0); in test_application_define()
142 status += nx_icmp_enable(&ip_1); in test_application_define()
143 status += nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_icmp_invalid_source_test.c90 status = nx_icmp_enable(&ip_0); in test_application_define()
91 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_4_17_test.c95 status = nx_icmp_enable(&ip_0); in test_application_define()
96 status = nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_forward_icmp_small_header_test2.c127 status = nx_icmp_enable(&ip_0); in test_application_define()
132 status = nx_icmp_enable(&ip_1); in test_application_define()
137 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_forward_icmp_small_header_test3.c127 status = nx_icmp_enable(&ip_0); in test_application_define()
132 status = nx_icmp_enable(&ip_1); in test_application_define()
137 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_forward_icmp_ttl_test.c122 status = nx_icmp_enable(&ip_0); in test_application_define()
127 status = nx_icmp_enable(&ip_1); in test_application_define()
132 status = nx_icmp_enable(&ip_2); in test_application_define()
Dnetx_icmp_broadcast_ping_test.c90 status = nx_icmp_enable(&ip_0); in test_application_define()
91 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_icmp_ping_multicast_test.c92 status = nx_icmp_enable(&ip_0); in test_application_define()
93 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_arp_dynamic_entry_test3.c93 status = nx_icmp_enable(&ip_0); in test_application_define()
94 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_arp_static_entry_pollute_test.c104 status = nx_icmp_enable(&ip_0); in test_application_define()
105 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_icmp_interface2_ping_test.c95 status = nx_icmp_enable(&ip_0); in test_application_define()
96 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_ip_idle_scan_test.c95 status = nx_icmp_enable(&ip_0); in test_application_define()
96 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_ip_interface_address_get_test.c92 status = nx_icmp_enable(&ip_0); in test_application_define()
93 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_ip_address_get_test.c90 status = nx_icmp_enable(&ip_0); in test_application_define()
91 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_icmp_ping_fragment_test.c96 status = nx_icmp_enable(&ip_0); in test_application_define()
97 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_ip_static_route_find_test.c92 status = nx_icmp_enable(&ip_0); in test_application_define()
93 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_icmp_multiple_ping_test1.c114 status = nx_icmp_enable(&ip_0); in test_application_define()
115 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_icmp_nxe_api_test.c135 status = nx_icmp_enable(NX_NULL); in thread_0_entry()
149 status = nx_icmp_enable(&invalid_ip); in thread_0_entry()
160 status = nx_icmp_enable(&ip_0); in thread_0_entry()
171 status = nx_icmp_enable(&ip_0); in thread_0_entry()
Dnetx_icmp_multiple_ping_test2.c114 status = nx_icmp_enable(&ip_0); in test_application_define()
115 status += nx_icmp_enable(&ip_1); in test_application_define()
Dnetx_ip_interface_attachment_test.c125 status = nx_icmp_enable(&ip_0); in test_application_define()
126 status += nx_icmp_enable(&ip_1); in test_application_define()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_nat.c248 nx_icmp_enable(&nat_ip); in tx_application_define()
249 nx_icmp_enable(&local_ip); in tx_application_define()
250 nx_icmp_enable(&external_ip); in tx_application_define()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_multiple_instances_test.c228 status = nx_icmp_enable(&client_ip_0); in test_application_define()
235 status = nx_icmp_enable(&client_ip_1); in test_application_define()
242 status = nx_icmp_enable(&server_ip_0); in test_application_define()
249 status = nx_icmp_enable(&server_ip_1); in test_application_define()

123456789