Versions Compared

Key

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

...

Anchor10918471091847 NetIP_IsAddrBroadcast() Anchor12648491264849 Validate an IP Validate an IPv4 address as the limited broadcast IP IPv4 address. Anchor10918491091849

Files

...

10918501091850net_ipipv4.h/net_ipipv4.c Anchor10918511091851

Prototype

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

          CPU_BOOLEAN NetIPv4_IsAddrBroadcast(NET_
IP
IPv4_ADDR addr);

...

Arguments

...

addr Anchor12557891255789 IP

IPv4 address to validate.

...

Returned Value

Anchor10918561091856DEF_YES Anchor12557961255796

if

...

IPv4 address is a limited broadcast

...

IPv4 address;

Anchor10918571091857DEF_NO Anchor12558031255803

otherwise.

...

Required Configuration

...

None. Anchor10918601091860

Notes / Warnings

Anchor10918611091861 IP IPv4 address must be in host-order. Anchor

10918621091862The broadcast IP IPv4 address is 255.255.255.255.