Versions Compared

Key

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

...

NetIP_IsAddrBroadcast()

...

Validate an IP address as the limited broadcast IP address. Anchor10918491091849

Files

Anchor10918501091850net_ip.h/net_ip.c Anchor10918511091851

Prototype

...

 

Arguments

addr

IP address to validate.

...

...

Returned Value

...

10918561091856DEF_YES Anchor12557961255796

if IP address is a limited broadcast IP address;

...

DEF_NO Anchor12558031255803

otherwise.

...

Required Configuration

...

None. Anchor10918601091860

Notes / Warnings

Anchor10918611091861IP address must be in host-order. Anchor10918621091862

The broadcast IP address is 255.255.255.255.