NX_DHCP_REQUEST_PARAMETER_SIZE is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_DHCP_REQUEST_PARAMETER_SIZE

NX_DHCP_REQUEST_PARAMETER_SIZE macro

Syntax

#define NX_DHCP_REQUEST_PARAMETER_SIZE sizeof(_nx_dhcp_request_parameters)

References

LocationText
nxd_dhcp_client.c:80
#define NX_DHCP_REQUEST_PARAMETER_SIZE sizeof(_nx_dhcp_request_parameters)
nxd_dhcp_client.c:4478
for (i = 0; i < NX_DHCP_REQUEST_PARAMETER_SIZE; i++)
nxd_dhcp_client.c:7966
*(bootp_message + (*index)) = (UCHAR)(NX_DHCP_REQUEST_PARAMETER_SIZE + dhcp_ptr -> nx_dhcp_user_request_parameter_size);
nxd_dhcp_client.c:7970
nxd_dhcp_client.c:7971
(*index) += (UINT)NX_DHCP_REQUEST_PARAMETER_SIZE;