Home
last modified time | relevance | path

Searched refs:msw (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_arp_static_entry_create_test.c95 ULONG msw; in ntest_0_entry() local
155 msw = 0x0011; in ntest_0_entry()
163 status = nx_arp_static_entry_create(&ip_0, IP_ADDRESS(1, 2, 3, address), msw, lsw); in ntest_0_entry()
191 status = nx_arp_dynamic_entry_set(&ip_0, IP_ADDRESS(1, 2, 3, address), msw, lsw); in ntest_0_entry()
211 status = nx_arp_ip_address_find(&ip_0, &ip_address, msw, lsw); in ntest_0_entry()
225 if ((status) || (physical_msw != msw) || (physical_lsw != lsw)) in ntest_0_entry()
236 status = nx_arp_static_entry_create(&ip_0, IP_ADDRESS(1, 2, 3, address), msw, lsw); in ntest_0_entry()
256 status = nx_arp_ip_address_find(&ip_0, &ip_address, msw, lsw); in ntest_0_entry()
270 if ((status) || (physical_msw != msw) || (physical_lsw != lsw)) in ntest_0_entry()
Dnetx_ip_address_conflict_callback_test.c27 …ss_conflict_detection(NX_IP *ip_ptr, UINT interface_index, ULONG ip_address, ULONG msw, ULONG lsw);
196 …ess_conflict_detection(NX_IP *ip_ptr, UINT interface_index, ULONG ip_address, ULONG msw, ULONG lsw) in ip_address_conflict_detection() argument
Dnetx_arp_branch_test.c113 ULONG msw; in thread_0_entry() local
276 msw = 0x0033; in thread_0_entry()
284 status = nx_arp_static_entry_create(&ip_0, IP_ADDRESS(1, 2, 3, address), msw, lsw); in thread_0_entry()
344 status = nx_arp_static_entry_delete(&ip_0, IP_ADDRESS(1, 2, 3, address), msw, lsw); in thread_0_entry()
Dnetx_ip_address_conflict_detection_test.c42 …ss_conflict_detection(NX_IP *ip_ptr, UINT interface_index, ULONG ip_address, ULONG msw, ULONG lsw);
465 …ess_conflict_detection(NX_IP *ip_ptr, UINT interface_index, ULONG ip_address, ULONG msw, ULONG lsw) in ip_address_conflict_detection() argument
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c3985 ULONG msw, lsw; local
4044 &msw, &lsw);
4048 client_ptr -> nx_ptp_client_port_identity[0] = (UCHAR)(msw >> 8);
4049 client_ptr -> nx_ptp_client_port_identity[1] = (UCHAR)msw;