lwIP
NETIF_ADDR_IDX_MAX
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
NETIF_ADDR_IDX_MAX
NETIF_ADDR_IDX_MAX macro
Syntax
Show:
Summary
Declaration
from
netif.h:248
#define
NETIF_ADDR_IDX_MAX
0x7F
Examples
References
from
examples
Code
Location
#define
NETIF_ADDR_IDX_MAX
0x7F
netif.h:248
#if
(
ARP_TABLE_SIZE
>
NETIF_ADDR_IDX_MAX
)
etharp.c:129
LWIP_ASSERT
(
"type overflow"
,
(
size_t
)
i_err
<
NETIF_ADDR_IDX_MAX
)
;
etharp.c:962
LWIP_ASSERT
(
"type overflow"
,
(
size_t
)
dst_idx
<
NETIF_ADDR_IDX_MAX
)
;
nd6.c:2007
LWIP_ASSERT
(
"type overflow"
,
(
size_t
)
dst_idx
<
NETIF_ADDR_IDX_MAX
)
;
nd6.c:2015
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