Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnxe_arp_static_entry_create.c123 status = _nx_arp_static_entry_create(ip_ptr, ip_address, physical_msw, physical_lsw); in _nxe_arp_static_entry_create()
Dnx_arp_static_entry_create.c80 UINT _nx_arp_static_entry_create(NX_IP *ip_ptr, ULONG ip_address, in _nx_arp_static_entry_create() function
/NetX-Duo-v6.2.1/common/inc/
Dnx_arp.h123 UINT _nx_arp_static_entry_create(NX_IP *ip_ptr, ULONG ip_address, ULONG physical_msw, ULONG physic…
Dnx_api.h3211 #define nx_arp_static_entry_create _nx_arp_static_entry_create
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_arp_branch_test.c507 _nx_arp_static_entry_create(&ip_0, IP_ADDRESS(1, 2, 3, 61), 0x0011, 0x22334488); in thread_0_entry()