Versions Compared

Key

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

...

net_ndp.h/net_ndp.c

Prototype

Code Block

          CPU_BOOLEAN NetNDP_CfgReachabilityTimeout(NET_NDP_TIMEOUT  timeout_type,
												    CPU_INT16U       timeout_sec);

Arguments

timeout_type

NDP timeout type:
NET_NDP_TIMEOUT_REACHABLE
NET_NDP_TIMEOUT_DELAY
NET_NDP_TIMEOUT_SOLICIT

...