Searched refs:nx_ip_static_route_delete (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_static_route_delete_test.c | 100 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()
|
| D | netx_api_compile_test.c | 147 nx_ip_static_route_delete(0, 0, 0); in ntest_0_entry()
|
| D | netx_ip_basic_test.c | 179 status = nx_ip_static_route_delete(&ip_0, IP_ADDRESS(1,2,4,0), 0xFFFFFF00UL); in ntest_0_entry()
|
| D | netx_ip_nxe_api_test.c | 1621 …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/ |
| D | nx_api.h | 3266 #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/ |
| D | CMakeLists.txt | 144 ${CMAKE_CURRENT_LIST_DIR}/src/nx_ip_static_route_delete.c
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 316 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. 2688 …nx_ip_static_route_delete.c Renamed define NX_IP_STATIC_ROUTING_SUPPORTED to NX_ENABL…
|