Versions Compared

Key

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

...

Anchor10919931091993 NetIP_IsAddrThisHost() Anchor12649121264912 Validate an IP Validate an IPv4 address as the ‘This Host’ initialization IP IPv4 address. Anchor10919951091995

Files

...

10919961091996net_ipipv4.h/net_ipipv4.c Anchor10919971091997

Prototype

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

          CPU_BOOLEAN NetIPv4_IsAddrThisHost(NET_
IP
IPv4_ADDR addr);

...

Arguments

...

addr Anchor12559851255985 IP

IPv4 address to validate.

...

Returned Value

Anchor10920021092002DEF_YES Anchor12559921255992

if

...

IPv4 address is a ‘This Host’ initialization

...

IPv4 address;

Anchor10920031092003DEF_NO Anchor12559991255999

otherwise.

...

Required Configuration

...

None. Anchor10920061092006

Notes / Warnings

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

10920081092008The ‘This Host’ initialization IP IPv4 address is 0.0.0.0.