Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

NetIP_IsAddrLocalHost()

Validate an IP address as a Localhost IP address.

Files

net_ip.h/net_ip.c

Prototype

 

Arguments

addr

IP address to validate.

Returned Value

DEF_YES

if IP address is a Localhost IP address;

DEF_NO

otherwise.

Required Configuration

None.

Notes / Warnings

IP address must be in host-order.

Localhost IP addresses are any host address in the ‘127.<host>’ subnet.

  • No labels