Versions Compared

Key

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

...

Anchor10920091092009 NetIP_IsValidAddrHost() Anchor12649191264919 Validate an IP Validate an IPv4 address as a valid IP IPv4 host address. Anchor10920111092011

Files

Anchor10920121092012net_ipipv4.h/net_ipipv4.c Anchor10920131092013

Prototype

CPU_BOOLEAN NetIP
HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
Anchor
11235451123545
Code Block

          CPU_BOOLEAN NetIPv4_IsValidAddrHost(NET_
IP
IPv4_ADDR addr_host);

...

Arguments

...

addr_host Anchor12560061256006 IP

IPv4 host address to validate.

...

...

Returned Value

...

DEF_YES Anchor12560131256013

if valid

...

IPv4 host address;

...

DEF_NO Anchor12560201256020

otherwise.

...

Required Configuration

...

None. Anchor10920221092022

Notes / Warnings

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

  • This Host (see

...

...

  • Localhost (see

...

...