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 5 Next »

Validate an IP address as a valid IP host address.

Files

net_ip.h/net_ip.c

Prototype

Arguments

addr_host

IP host address to validate.

Returned Value

DEF_YES

if valid IP host address;

DEF_NO

otherwise.

Required Configuration

None.

Notes / Warnings

IP address must be in host-order. A valid IP host address must not be one of the following:

  • No labels