ARP_CACHE_SIZE is only used within Nx_WebServer.
 
Symbols
loading...
Files
loading...

ARP_CACHE_SIZE macro

Syntax

#define ARP_CACHE_SIZE 1024

References

LocationText
app_netxduo.h:89
#define ARP_CACHE_SIZE 1024
app_netxduo.c:188
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, ARP_CACHE_SIZE, TX_NO_WAIT);
app_netxduo.c:198
ret = nx_arp_enable(&EthIP, (void *) pointer, ARP_CACHE_SIZE);