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

NX_BOOTP_OFFSET_XID macro

Syntax

#define NX_BOOTP_OFFSET_XID 4

References

LocationText
nxd_dhcp_client.h:260
#define NX_BOOTP_OFFSET_XID 4 /* 4 Transaction ID, pseudo random number */
nxd_dhcp_client.c:5457
if (_nx_dhcp_get_data(new_packet_ptr -> nx_packet_prepend_ptr + NX_BOOTP_OFFSET_XID, 4) != interface_record -> nx_dhcp_xid)
nxd_dhcp_client.c:6721
_nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_XID, 4, interface_record -> nx_dhcp_xid);