NetARP_CfgCacheAccessedTh
Configure ARP cache access promotion threshold.
Files
net_arp.h/net_arp.c
Prototype
CPU_BOOLEAN NetARP_CfgCacheAccessedTh(CPU_INT16U nbr_access);
Arguments
nbr_access
Desired number of ARP cache accesses before ARP cache entry is promoted.
Returned Value
DEF_OK
,
ARP cache access promotion threshold successfully configured;
DEF_FAIL
,
otherwise.
Required Configuration
Available only if IPv4 is enabled, see IPv4 Layer Configuration
Notes / Warnings
None.