/
NetIPv4_IsAddrThisHost

NetIPv4_IsAddrThisHost

Validate an IPv4 address as the ‘This Host’ initialization IPv4 address.

Files

net_ipv4.h/net_ipv4.c

Prototype

          CPU_BOOLEAN NetIPv4_IsAddrThisHost(NET_IPv4_ADDR addr);

Arguments

addr

IPv4 address to validate.

Returned Value

DEF_YES

if IPv4 address is a ‘This Host’ initialization IPv4 address;

DEF_NO

otherwise.

Required Configuration

None.

Notes / Warnings

IPv4 address must be in host-order.

The ‘This Host’ initialization IPv4 address is 0.0.0.0.

Related content

NetIPv4_IsAddrHost
NetIPv4_IsAddrHost
More like this
NetIPv4_IsAddrHostCfgd
NetIPv4_IsAddrHostCfgd
More like this
NetIPv4_IsValidAddrHost
NetIPv4_IsValidAddrHost
More like this
NetIPv4_IsValidAddrHostCfgd
NetIPv4_IsValidAddrHostCfgd
More like this
NetIPv4_IsAddrLocalHost
NetIPv4_IsAddrLocalHost
More like this
NetIPv4_IsAddrClassC
NetIPv4_IsAddrClassC
More like this