Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Configure ARP cache timeout for ARP Cache List. ARP cache entries will be retired if they are not used within the specified timeout.

Files

net_arp.h/net_arp.c

Prototype

Arguments

timeout_sec

Desired value for ARP cache timeout (in seconds)

Returned Value

DEF_OK,

ARP cache timeout successfully configured;

DEF_FAIL,

otherwise.

Required Configuration

Available only if an appropriate network interface layer is present (e.g., Ethernet; see section D-7-3).

Notes / Warnings

None.

  • No labels