Searched refs:_nx_arp_static_entry_create (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nxe_arp_static_entry_create.c | 123 status = _nx_arp_static_entry_create(ip_ptr, ip_address, physical_msw, physical_lsw); in _nxe_arp_static_entry_create()
|
D | nx_arp_static_entry_create.c | 80 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/ |
D | nx_arp.h | 123 UINT _nx_arp_static_entry_create(NX_IP *ip_ptr, ULONG ip_address, ULONG physical_msw, ULONG physic…
|
D | nx_api.h | 3211 #define nx_arp_static_entry_create _nx_arp_static_entry_create
|
/NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
D | netx_arp_branch_test.c | 507 _nx_arp_static_entry_create(&ip_0, IP_ADDRESS(1, 2, 3, 61), 0x0011, 0x22334488); in thread_0_entry()
|