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 the ‘This Host’ initialization 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 ‘This Host’ initialization IP address;

DEF_NO

otherwise.

Required Configuration

None.

Notes / Warnings

IP address must be in host-order.

The ‘This Host’ initialization IP address is 0.0.0.0.

  • No labels