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

NX_DHCP_PACKET_POOL_SIZE macro

Syntax

#define NX_DHCP_PACKET_POOL_SIZE (5 * NX_DHCP_PACKET_PAYLOAD)

References

LocationText
nxd_dhcp_client.h:177
#define NX_DHCP_PACKET_POOL_SIZE (5 * NX_DHCP_PACKET_PAYLOAD)
nxd_dhcp_client.c:331
dhcp_ptr -> nx_dhcp_pool_area, NX_DHCP_PACKET_POOL_SIZE);
nxd_dhcp_client.h:470
UCHAR nx_dhcp_pool_area[NX_DHCP_PACKET_POOL_SIZE];