Description
Get the scope of the given a specific IPv6 address.
Files
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.
Returned Value
Scope of the specified IPv6 address.
Required Configuration
None.
Notes / Warnings
None.