/
NetIPv6_IsAddrHostCfgd
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.
Related content
NetIPv6_IsAddrUnspecified
NetIPv6_IsAddrUnspecified
More like this
NetIPv6_IsValidAddrHost
NetIPv6_IsValidAddrHost
More like this
NetIPv6_IsAddrsCfgdOnIF
NetIPv6_IsAddrsCfgdOnIF
More like this
NetIPv6_CfgAddrAdd
NetIPv6_CfgAddrAdd
More like this
NetIPv6_IsAddrLinkLocal
NetIPv6_IsAddrLinkLocal
More like this
NetIPv6_IsAddrSiteLocal
NetIPv6_IsAddrSiteLocal
More like this