Versions Compared

Key

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

...

NetIP_IsAddrLocalHost()

...

Validate an IP address as a Localhost IP address. Anchor10919431091943

Files

Anchor10919441091944net_ip.h/net_ip.c Anchor10919451091945

Prototype

...

 

Arguments

addr

IP address to validate.

...

...

Returned Value

...

10919501091950DEF_YES Anchor12559221255922

if IP address is a Localhost IP address;

...

DEF_NO Anchor12559291255929

otherwise.

...

Required Configuration

...

None. Anchor10919541091954

Notes / Warnings

Anchor10919551091955IP address must be in host-order. Anchor10919561091956

Localhost IP addresses are any host address in the ‘127.<host>’ subnet.