Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Validate an IPv4 address as a valid, configurable IPv4 host address.

Files

net_ipv4.h/net_ipv4.c

Prototype

Arguments

addr_host

IPv4 host address to validate.

...

IPv4 host address subnet mask.

Returned Value

DEF_YES

if configurable IPv4 host address;

DEF_NO

otherwise.

Required Configuration

None.

Notes / Warnings

IPv4 addresses must be in host-order.

...