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

NX_DHCP_OPTIONS_BUFFER_SIZE macro

Syntax

#define NX_DHCP_OPTIONS_BUFFER_SIZE 312

References

LocationText
nxd_dhcp_client.h:150
#define NX_DHCP_OPTIONS_BUFFER_SIZE 312
nxd_dhcp_client.c:7668
if ((length - NX_BOOTP_OFFSET_OPTIONS) > NX_DHCP_OPTIONS_BUFFER_SIZE)
nxd_dhcp_client.c:7669
interface_record -> nx_dhcp_options_size = NX_DHCP_OPTIONS_BUFFER_SIZE;
nxd_dhcp_client.h:442
UCHAR nx_dhcp_options_buffer[NX_DHCP_OPTIONS_BUFFER_SIZE];