ESP-IDF
OT_IP6_IID_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_IP6_IID_SIZE
OT_IP6_IID_SIZE macro
Syntax
Show:
Summary
Declaration
from
ip6.h:56
#define
OT_IP6_IID_SIZE
8
Examples
References
from
examples
Code
Location
#define
OT_IP6_IID_SIZE
8
///< Size of an IPv6 Interface Identifier (bytes)
ip6.h:56
uint8_t
m8
[
OT_IP6_IID_SIZE
]
;
///< 8-bit fields
ip6.h:72
uint16_t
m16
[
OT_IP6_IID_SIZE
/
sizeof
(
uint16_t
)
]
;
///< 16-bit fields
ip6.h:73
uint32_t
m32
[
OT_IP6_IID_SIZE
/
sizeof
(
uint32_t
)
]
;
///< 32-bit fields
ip6.h:74
static
constexpr
uint8_t
kSize
=
OT_IP6_IID_SIZE
;
///< Size of an IPv6 Interface Identifier (in bytes).
ip6_address.hpp:343
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