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_IsValidAddrHost()

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:

  • This Host (see section C-12-21)
  • Specified Host
  • Localhost (see section C-12-18)
  • Limited Broadcast (see section C-12-12)
  • Directed Broadcast
    • No labels