Home
last modified time | relevance | path

Searched refs:nx_ip_interface_physical_address_get (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_interface_physical_address_test.c94 status = nx_ip_interface_physical_address_get(&ip_0, 0, &physical_msw, &physical_lsw); in thread_0_entry()
112 status = nx_ip_interface_physical_address_get(&ip_0, 0, &physical_msw, &physical_lsw); in thread_0_entry()
Dnetx_ip_link_status_test2.c236 …status = nx_ip_interface_physical_address_get(&ip_0, 0, &link_address_msb_0[0], &link_address_lsb_… in thread_0_entry()
237 …status += nx_ip_interface_physical_address_get(&ip_0, 1, &link_address_msb_0[1], &link_address_lsb… in thread_0_entry()
238 …status += nx_ip_interface_physical_address_get(&ip_1, 0, &link_address_msb_1[0], &link_address_lsb… in thread_0_entry()
239 …status += nx_ip_interface_physical_address_get(&ip_1, 1, &link_address_msb_1[1], &link_address_lsb… in thread_0_entry()
Dnetx_ip_nxe_api_test.c1282 …status = nx_ip_interface_physical_address_get(NX_NULL, 0, &physical_address_msw, &physical_address… in thread_0_entry()
1296 …status = nx_ip_interface_physical_address_get(&invalid_ip, 0, &physical_address_msw, &physical_add… in thread_0_entry()
1307 status = nx_ip_interface_physical_address_get(&ip_0, 0, NX_NULL, &physical_address_lsw); in thread_0_entry()
1318 status = nx_ip_interface_physical_address_get(&ip_0, 0, &physical_address_msw, NX_NULL); in thread_0_entry()
1329 …status = nx_ip_interface_physical_address_get(&ip_0, NX_MAX_PHYSICAL_INTERFACES, &physical_address… in thread_0_entry()
Dnetx_api_compile_test.c140 nx_ip_interface_physical_address_get(0, 0, 0, 0); in ntest_0_entry()
Dnetx_ip_basic_test.c318 status = nx_ip_interface_physical_address_get(&ip_0, 0, &physical_msw, &physical_lsw); in ntest_0_entry()
Dnetx_caller_check_test.c300 … if (nx_ip_interface_physical_address_get(&ip_0, 0, &ulong_value, &ulong_value) != NX_CALLER_ERROR) in test_process()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3259 #define nx_ip_interface_physical_address_get _nx_ip_interface_physical_address_get macro
3451 #define nx_ip_interface_physical_address_get _nxe_ip_interface_physical_address_get macro
3670 UINT nx_ip_interface_physical_address_get(NX_IP *ip_ptr, UINT interface_index, ULONG *physical_msw,
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt123 ${CMAKE_CURRENT_LIST_DIR}/src/nx_ip_interface_physical_address_get.c
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c4042 status = nx_ip_interface_physical_address_get(client_ptr -> nx_ptp_client_ip_ptr,
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2292 nx_ip_interface_physical_address_get.c