Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

NetIP_GetAddrHostCfgd()

Get corresponding configured IP host address for a remote IP address.

Files

net_ip.h/net_ip.c

Prototype

NET_IP_ADDR NetIP_GetAddrHostCfgd(NET_IP_ADDR addr_remote);

Arguments

addr_remote

Remote address to get configured IP host address

Returned Value

Configured IP host address,

if available;

NET_IP_ADDR_NONE,

otherwise.

Required Configuration

None.

Notes / Warnings

IP addresses returned in host-order.

  • No labels