IpAddress is only used within Nx_WebServer.
 
Symbols
loading...
Files
loading...

IpAddress variable

Syntax

ULONG IpAddress;

References

LocationReferrerText
app_netxduo.c:57
ULONG IpAddress;
app_netxduo.c:381App_Main_Thread_Entry()
ret = nx_ip_address_get(&EthIP, &IpAddress, &NetMask);
app_netxduo.c:383App_Main_Thread_Entry()
PRINT_IP_ADDRESS(IpAddress);
app_netxduo.c:443webserver_request_notify_callback()
sprintf(data, "%lu.%lu.%lu.%lu,%u", (IpAddress >> 24) & 0xff, (IpAddress >> 16) & 0xff, (IpAddress >> 8) & 0xff, IpAddress& 0xff, CONNECTION_PORT);

Data Use

Functions reading IpAddress
IpAddress
Type of IpAddress
IpAddress
all items filtered out