NetNDP_CfgNeighborCacheTimeout

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

Files

net_ndp.h/net_ndp.c

Prototype

          CPU_BOOLEAN NetNDP_CfgNeighborCacheTimeout(CPU_INT16U timeout_sec);

Arguments

timeout_sec

Desired value for NDP neighbor cache timeout (in seconds)

Returned Value

DEF_OK,

NDP neighbor cache timeout successfully configured;

DEF_FAIL,

otherwise.

Required Configuration

Available only if IPv6 is enabled, see IPv6 Layer Configuration

Available only if an appropriate network interface layer is present (e.g., Ethernet; see section Network Interfaces Configuration).

Notes / Warnings

None.