netxduo
NX_DHCP_OPTIONS_BUFFER_SIZE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (3/7)...
Files
loading (7/7)...
netxduo
threadx
filex
usbx
HAL
CMSIS
lan8742
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_DHCP_OPTIONS_BUFFER_SIZE
NX_DHCP_OPTIONS_BUFFER_SIZE macro
Syntax
Show:
Summary
Declaration
from
nxd_dhcp_client.h:150
#define
NX_DHCP_OPTIONS_BUFFER_SIZE
312
Examples
References
from
examples
Code
Location
#define
NX_DHCP_OPTIONS_BUFFER_SIZE
312
nxd_dhcp_client.h:150
if
(
(
length
-
NX_BOOTP_OFFSET_OPTIONS
)
>
NX_DHCP_OPTIONS_BUFFER_SIZE
)
nxd_dhcp_client.c:7668
interface_record
->
nx_dhcp_options_size
=
NX_DHCP_OPTIONS_BUFFER_SIZE
;
nxd_dhcp_client.c:7669
UCHAR
nx_dhcp_options_buffer
[
NX_DHCP_OPTIONS_BUFFER_SIZE
]
;
nxd_dhcp_client.h:442
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out