ESP-IDF
otIcmp6Header
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otIcmp6Header
otIcmp6Header struct
Syntax
Show:
Summary
Declaration
from
icmp6.h:90
struct
otIcmp6Header
{
uint8_t
mType
;
uint8_t
mCode
;
uint16_t
mChecksum
;
union
OT_TOOL_PACKED_FIELD
{
uint8_t
m8
[
OT_ICMP6_HEADER_DATA_SIZE
/
sizeof
(
uint8_t
)
]
;
uint16_t
m16
[
OT_ICMP6_HEADER_DATA_SIZE
/
sizeof
(
uint16_t
)
]
;
uint32_t
m32
[
OT_ICMP6_HEADER_DATA_SIZE
/
sizeof
(
uint32_t
)
]
;
}
mData
;
}
;
Fields
Field
Declared as
otIcmp6Header::mType
uint8_t
otIcmp6Header::mCode
uint8_t
otIcmp6Header::mChecksum
uint16_t
otIcmp6Header::mData
union
OT_TOOL_PACKED_FIELD
{
uint8_t
m8
[
OT_ICMP6_HEADER_DATA_SIZE
/
sizeof
(
uint8_t
)
]
;
uint16_t
m16
[
OT_ICMP6_HEADER_DATA_SIZE
/
sizeof
(
uint16_t
)
]
;
uint32_t
m32
[
OT_ICMP6_HEADER_DATA_SIZE
/
sizeof
(
uint32_t
)
]
;
}
Related Functions
Found 2 other functions taking a
otIcmp6Header
argument:
Function
ot::AddressResolver::HandleIcmpReceive()
ot::Utils::PingSender::HandleIcmpReceive()
Examples
References
from
examples
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