Home
last modified time | relevance | path

Searched refs:nx_ip_delete (Results 1 – 15 of 15) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_delete_test.c188 status = nx_ip_delete(&ip_0); in ntest_0_entry()
220 status = nx_ip_delete(&ip_0); in ntest_0_entry()
276 status = nx_ip_delete(&ip_0); in ntest_0_entry()
308 status = nx_ip_delete(&ip_0); in ntest_0_entry()
339 status = nx_ip_delete(&ip_2); in ntest_0_entry()
340 status += nx_ip_delete(&ip_1); in ntest_0_entry()
341 status += nx_ip_delete(&ip_0); in ntest_0_entry()
367 status += nx_ip_delete(&ip_0); in ntest_0_entry()
394 status += nx_ip_delete(&ip_0); in ntest_0_entry()
426 status += nx_ip_delete(&ip_0); in ntest_0_entry()
[all …]
Dnetx_ip_basic_test.c189 status = nx_ip_delete(&ip_0); in ntest_0_entry()
190 status += nx_ip_delete(&ip_1); in ntest_0_entry()
Dnetx_ip_raw_packet_test.c164 status = nx_ip_delete(&ip_0); in ntest_0_entry()
165 status += nx_ip_delete(&ip_1); in ntest_0_entry()
Dnetx_api_compile_test.c116 nx_ip_delete(0); in ntest_0_entry()
Dnetx_ip_nxe_api_test.c407 status = nx_ip_delete(NX_NULL); in thread_0_entry()
421 status = nx_ip_delete(&invalid_ip); in thread_0_entry()
Dnetx_caller_check_test.c482 if (nx_ip_delete(&ip_0) != NX_CALLER_ERROR) in test_process_1()
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_testcontrol.c346 nx_ip_delete(_nx_ip_created_ptr); in test_control_cleanup()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_testcontrol.c391 nx_ip_delete(_nx_ip_created_ptr); in test_control_cleanup()
Dnetx_https_api_test.c442 nx_ip_delete(&ip_0); in test_thread_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_dhcpv6_client.c441 status = nx_ip_delete(&client_ip); in thread_client_entry()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnetxtestcontrol.c819 nx_ip_delete(_nx_ip_created_ptr); in test_control_cleanup()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3239 #define nx_ip_delete _nx_ip_delete macro
3431 #define nx_ip_delete _nxe_ip_delete macro
3643 UINT nx_ip_delete(NX_IP *ip_ptr);
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt88 ${CMAKE_CURRENT_LIST_DIR}/src/nx_ip_delete.c
/NetX-Duo-v6.2.1/test/regression/test/
Dnetxtestcontrol.c3001 nx_ip_delete(_nx_ip_created_ptr); in test_control_cleanup()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt133nx_ip_delete.c Allowed driver uninit to execute without preempt…
273 nx_ip_delete.c
451 nx_ip_delete.c
1502nx_ip_delete.c Invalidated dynamic ARP entries and ND cache,
2374 nx_ip_delete.c
2541nx_ip_delete.c: Clear the nx_ip_id field after the IP internal is cleaned up.