NetIPv6_GetAddrScope

Description

Get the scope of a specific IPv6 address.

Files

net_ipv6.h/net_ipv6.c

Prototype

          NET_IPv6_SCOPE  NetIPv6_GetAddrScope(NET_IPv6_ADDR  *p_addr);

Arguments

p_addr

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

Returned Value

Scope of the specified IPv6 address.

Required Configuration

None.

Notes / Warnings

None.