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

NX_BOOTP_OFFSET_OPTIONS macro

Syntax

#define NX_BOOTP_OFFSET_OPTIONS 240

References

LocationText
nxd_dhcp_client.h:271
#define NX_BOOTP_OFFSET_OPTIONS 240 /* First variable vendor option */
nxd_dhcp_client.c:5369
if (packet_ptr -> nx_packet_length <= NX_BOOTP_OFFSET_OPTIONS)
nxd_dhcp_client.c:6776
index = NX_BOOTP_OFFSET_OPTIONS;
nxd_dhcp_client.c:7668
if ((length - NX_BOOTP_OFFSET_OPTIONS) > NX_DHCP_OPTIONS_BUFFER_SIZE)
nxd_dhcp_client.c:7671
interface_record -> nx_dhcp_options_size = length - NX_BOOTP_OFFSET_OPTIONS;
nxd_dhcp_client.c:7675
&dhcp_message[NX_BOOTP_OFFSET_OPTIONS], interface_record -> nx_dhcp_options_size);
nxd_dhcp_client.c:7739
option_message = &bootp_message[NX_BOOTP_OFFSET_OPTIONS];
nxd_dhcp_client.c:7740
option_length = length - NX_BOOTP_OFFSET_OPTIONS;