Home
last modified time | relevance | path

Searched refs:nx_ip_driver_direct_command (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_api_compile_test.c117 nx_ip_driver_direct_command(0, 0, 0); in ntest_0_entry()
Dnetx_ip_nxe_api_test.c436 status = nx_ip_driver_direct_command(NX_NULL, NX_LINK_GET_STATUS, &return_value_ptr); in thread_0_entry()
450 status = nx_ip_driver_direct_command(&invalid_ip, NX_LINK_GET_STATUS, &return_value_ptr); in thread_0_entry()
461 status = nx_ip_driver_direct_command(&ip_0, NX_LINK_GET_STATUS, NX_NULL); in thread_0_entry()
Dnetx_ip_basic_test.c221 status = nx_ip_driver_direct_command(&ip_0, NX_LINK_GET_STATUS, &value); in ntest_0_entry()
Dnetx_ip_raw_packet_test.c204 status = nx_ip_driver_direct_command(&ip_0, NX_LINK_GET_STATUS, &value); in ntest_0_entry()
Dnetx_caller_check_test.c208 if (nx_ip_driver_direct_command(&ip_0, 0xFFFFFFFF, &ulong_value) != NX_CALLER_ERROR) in test_process()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3240 #define nx_ip_driver_direct_command _nx_ip_driver_direct_command macro
3432 #define nx_ip_driver_direct_command _nxe_ip_driver_direct_command macro
3644 UINT nx_ip_driver_direct_command(NX_IP *ip_ptr, UINT command, ULONG *return_value_ptr);
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt94 ${CMAKE_CURRENT_LIST_DIR}/src/nx_ip_driver_direct_command.c
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2230 nx_ip_driver_direct_command.c Modified function name
2376 nx_ip_driver_direct_command.c