/
NetIPv6_IsValidAddrHost
NetIPv6_IsValidAddrHost
Description
Validate an IPv6 host address.
Files
net_ipv6.h/net_ipv6.c
Prototype
CPU_BOOLEAN NetIPv6_IsValidAddrHost(NET_IPv6_ADDR *p_addr_host);
Arguments
p_addr_host
Pointer to IPv6 host address to validate.
Returned Value
DEF_YES
, if IPv6 host address is valid.DEF_NO
, otherwise.
Required Configuration
None.
Notes / Warnings
A valid IPv6 host address must not be one of the following :
- The unspecified address
- The loopback address
- A multicast address
Related content
NetIPv6_IsAddrHostCfgd
NetIPv6_IsAddrHostCfgd
More like this
NetIPv6_IsAddrUnspecified
NetIPv6_IsAddrUnspecified
More like this
NetIPv6_IsAddrsCfgdOnIF
NetIPv6_IsAddrsCfgdOnIF
More like this
NetIPv6_IsAddrLoopback
NetIPv6_IsAddrLoopback
More like this
NetIPv6_GetAddrHost
NetIPv6_GetAddrHost
More like this
NetIPv6_IsAddrSiteLocal
NetIPv6_IsAddrSiteLocal
More like this