/
NetIPv4_IsAddrHostCfgd
NetIPv4_IsAddrHostCfgd
Validate an IPv4 address as one of the host’s configured IPv4 address(es).
Files
net_ipv4.h/net_ipv4.c
Prototype
CPU_BOOLEAN NetIPv4_IsAddrHostCfgd(NET_IPv4_ADDR addr);
Arguments
addr
IPv4 address to validate.
Returned Value
DEF_YES
if IPv4 address is any one of the host’s configured IPv4 address(es);
DEF_NO
otherwise.
Required Configuration
None.
Notes / Warnings
IPv4 address must be in host-order.
Related content
NetIPv4_IsAddrHost
NetIPv4_IsAddrHost
More like this
NetIPv4_IsValidAddrHostCfgd
NetIPv4_IsValidAddrHostCfgd
More like this
NetIPv4_IsAddrThisHost
NetIPv4_IsAddrThisHost
More like this
NetIPv4_IsValidAddrHost
NetIPv4_IsValidAddrHost
More like this
NetIPv4_IsAddrClassC
NetIPv4_IsAddrClassC
More like this
NetIPv4_IsAddrClassA
NetIPv4_IsAddrClassA
More like this