Versions Compared

Key

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

...

net_ipv6.h/net_ipv6.c

Prototype

Code Block

          NET_IPv6_SCOPE  NetIPv6_GetAddrScope(NET_IPv6_ADDR  *p_addr);

Arguments

p_addr

Pointer to the IPv6 address whose scope needs to be determine.

...