Searched refs:arp_cache_memory (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.4.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() 90 entry_ptr = (NX_ARP *)arp_cache_memory; in _nx_arp_enable() 105 entry_ptr -> nx_arp_pool_next = (NX_ARP *)arp_cache_memory; in _nx_arp_enable() 126 ip_ptr -> nx_ip_arp_dynamic_list = (NX_ARP *)arp_cache_memory; in _nx_arp_enable() 129 ip_ptr -> nx_ip_arp_cache_memory = arp_cache_memory; in _nx_arp_enable() 148 NX_PARAMETER_NOT_USED(arp_cache_memory); 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 86 if ((ip_ptr == NX_NULL) || (ip_ptr -> nx_ip_id != NX_IP_ID) || (arp_cache_memory == NX_NULL)) in _nxe_arp_enable() 107 status = _nx_arp_enable(ip_ptr, arp_cache_memory, arp_cache_size); in _nxe_arp_enable() 113 NX_PARAMETER_NOT_USED(arp_cache_memory); in _nxe_arp_enable()
|
/NetX-Duo-v6.4.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);
|