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/ |
| D | netx_ip_interface_physical_address_test.c | 94 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()
|
| D | netx_ip_link_status_test2.c | 236 …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()
|
| D | netx_ip_nxe_api_test.c | 1282 …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()
|
| D | netx_api_compile_test.c | 140 nx_ip_interface_physical_address_get(0, 0, 0, 0); in ntest_0_entry()
|
| D | netx_ip_basic_test.c | 318 status = nx_ip_interface_physical_address_get(&ip_0, 0, &physical_msw, &physical_lsw); in ntest_0_entry()
|
| D | netx_caller_check_test.c | 300 … 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/ |
| D | nx_api.h | 3259 #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/ |
| D | CMakeLists.txt | 123 ${CMAKE_CURRENT_LIST_DIR}/src/nx_ip_interface_physical_address_get.c
|
| /NetX-Duo-v6.2.1/addons/ptp/ |
| D | nxd_ptp_client.c | 4042 status = nx_ip_interface_physical_address_get(client_ptr -> nx_ptp_client_ip_ptr,
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 2292 nx_ip_interface_physical_address_get.c
|