Searched refs:arp_cache_size (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_arp_enable.c | 74 UINT _nx_arp_enable(NX_IP *ip_ptr, VOID *arp_cache_memory, ULONG arp_cache_size) in _nx_arp_enable() argument 84 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_ARP_ENABLE, ip_ptr, arp_cache_memory, arp_cache_size, 0, NX_TRACE… in _nx_arp_enable() 87 memset((void *)arp_cache_memory, 0, arp_cache_size); in _nx_arp_enable() 93 arp_entries = arp_cache_size / sizeof(NX_ARP); in _nx_arp_enable() 149 NX_PARAMETER_NOT_USED(arp_cache_size); in _nx_arp_enable()
|
| D | nxe_arp_enable.c | 78 UINT _nxe_arp_enable(NX_IP *ip_ptr, VOID *arp_cache_memory, ULONG arp_cache_size) in _nxe_arp_enable() argument 98 if (arp_cache_size < sizeof(NX_ARP)) in _nxe_arp_enable() 107 status = _nx_arp_enable(ip_ptr, arp_cache_memory, arp_cache_size); in _nxe_arp_enable() 114 NX_PARAMETER_NOT_USED(arp_cache_size); in _nxe_arp_enable()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_arp.h | 113 UINT _nx_arp_enable(NX_IP *ip_ptr, VOID *arp_cache_memory, ULONG arp_cache_size); 133 UINT _nxe_arp_enable(NX_IP *ip_ptr, VOID *arp_cache_memory, ULONG arp_cache_size);
|
| D | nx_api.h | 3588 UINT nx_arp_enable(NX_IP *ip_ptr, VOID *arp_cache_memory, ULONG arp_cache_size);
|