Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NetARP_CfgCacheTimeout()

...

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

Files

...

1090354net_arp.h/net_arp.c Anchor10903551090355 Prototype

...

Prototype

 

Arguments

timeout_sec

Desired value for ARP cache timeout (in seconds)

...

...

Returned Value

...

DEF_OK, Anchor12510081251008

ARP cache timeout successfully configured;

...

1090361DEF_FAIL, Anchor12510151251015

otherwise.

...

Required Configuration

...

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

Notes / Warnings

...

None.