NX_BOOTP_OFFSET_YOUR_IP is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_BOOTP_OFFSET_YOUR_IP macro

Syntax

#define NX_BOOTP_OFFSET_YOUR_IP 16

References

LocationText
nxd_dhcp_client.h:264
#define NX_BOOTP_OFFSET_YOUR_IP 16 /* 4 Assigned IP, initialized to 0.0.0.0 */
nxd_dhcp_client.c:6768
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_YOUR_IP, 4, NX_BOOTP_NO_ADDRESS);
nxd_dhcp_client.c:7451
value = _nx_dhcp_get_data(dhcp_message + NX_BOOTP_OFFSET_YOUR_IP, 4);