Versions Compared

Key

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

Get corresponding configured IP IPv4 host address for  to use as source address for a remote IP IPv4 address.

Files

net_ipipv4.h/net_ipipv4.c

Prototype

Code Block

          NET_IPv4_ADDR NetIPv4_GetAddrSrc(NET_IPv4_ADDR addr_remote);

Arguments

addr_remote

Remote address to get configured IP IPv4 host address

Returned Value

Configured IP IPv4 host address,

if available;

NET_IP_ADDR_NONE,

otherwise.

Required Configuration

None.

Notes / Warnings

IP IPv4 addresses returned in host-order.