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

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

NetIP_IsValidAddrHost()

Validate an IP address as a valid IP host address.

Files

net_ip.h/net_ip.c

Prototype

CPU_BOOLEAN NetIP_IsValidAddrHost(NET_IP_ADDR addr_host);

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 on page 567)

Specified Host

Localhost (see section C-12-18 on page 564)

Limited Broadcast (see section C-12-12 on page 558)

Directed Broadcast

  • No labels