Home
last modified time | relevance | path

Searched refs:nx_ip_static_route_delete (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_static_route_delete_test.c100 status = nx_ip_static_route_delete(&ip_0, IP_ADDRESS(3, 2, 3, 4), IP_ADDRESS(255, 255, 255, 0)); in ntest_0_entry()
110 status = nx_ip_static_route_delete(&ip_0, IP_ADDRESS(2, 2, 3, 4), IP_ADDRESS(255, 255, 255, 0)); in ntest_0_entry()
120 status = nx_ip_static_route_delete(&ip_0, IP_ADDRESS(2, 2, 3, 4), IP_ADDRESS(255, 255, 255, 0)); in ntest_0_entry()
Dnetx_api_compile_test.c147 nx_ip_static_route_delete(0, 0, 0); in ntest_0_entry()
Dnetx_ip_basic_test.c179 status = nx_ip_static_route_delete(&ip_0, IP_ADDRESS(1,2,4,0), 0xFFFFFF00UL); in ntest_0_entry()
Dnetx_ip_nxe_api_test.c1621 …status = nx_ip_static_route_delete(NX_NULL, IP_ADDRESS(1, 2, 3, 10), IP_ADDRESS(255, 255, 255, 0)); in thread_0_entry()
1635 …status = nx_ip_static_route_delete(&invalid_ip, IP_ADDRESS(1, 2, 3, 10), IP_ADDRESS(255, 255, 255,… in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3266 #define nx_ip_static_route_delete _nx_ip_static_route_delete macro
3458 #define nx_ip_static_route_delete _nxe_ip_static_route_delete macro
3685 UINT nx_ip_static_route_delete(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask);
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt144 ${CMAKE_CURRENT_LIST_DIR}/src/nx_ip_static_route_delete.c
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt316 nx_ip_static_route_delete.c
478 nx_ip_static_route_delete.c
888 nx_ip_static_route_delete.c
2001 nx_ip_static_route_delete.c Added interface record when shifting route entries.
2688nx_ip_static_route_delete.c Renamed define NX_IP_STATIC_ROUTING_SUPPORTED to NX_ENABL…