Searched refs:_nx_arp_static_entry_delete (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nxe_arp_static_entry_delete.c | 117 status = _nx_arp_static_entry_delete(ip_ptr, ip_address, physical_msw, physical_lsw); in _nxe_arp_static_entry_delete()
|
D | nx_arp_static_entry_delete.c | 79 UINT _nx_arp_static_entry_delete(NX_IP *ip_ptr, ULONG ip_address, in _nx_arp_static_entry_delete() function
|
D | nx_arp_entry_delete.c | 148 status = _nx_arp_static_entry_delete(ip_ptr, ip_address, in _nx_arp_entry_delete()
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_arp.h | 125 UINT _nx_arp_static_entry_delete(NX_IP *ip_ptr, ULONG ip_address, ULONG physical_msw, ULONG physic…
|
D | nx_api.h | 3146 #define nx_arp_static_entry_delete _nx_arp_static_entry_delete
|