NetIPv6_IsAddrHostCfgd

Description

Validate an IPv6 address as a configured IPv6 host address on an enabled interface.

Files

net_ipv6.h/net_ipv6.c

Prototype

          CPU_BOOLEAN NetIPv6_IsAddrHostCfgd(NET_IPv6_ADDR  *p_addr);

Arguments

p_addr

Pointer to IPv6 address to validate.

Returned Value

DEF_YES, if IPv6 address is one of the host's configured IPv6 addresses.
DEF_NO, otherwise.

Required Configuration

None.

Notes / Warnings

None.