ESP-IDF
otIcmp6Handler
is only used within ESP-IDF.
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
ESP-IDF
otIcmp6Handler
otIcmp6Handler struct
Implements ICMPv6 message handler.
Syntax
Show:
Summary
Declaration
from
icmp6.h:124
typedef
struct
otIcmp6Handler
{
otIcmp6ReceiveCallback
mReceiveCallback
;
void
*
mContext
;
struct
otIcmp6Handler
*
mNext
;
}
otIcmp6Handler
;
Fields
Field
Declared as
otIcmp6Handler::mReceiveCallback
otIcmp6ReceiveCallback
otIcmp6Handler::mContext
void
*
otIcmp6Handler::mNext
struct
otIcmp6Handler
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
otIcmp6Handler
icmp6.h:124
}
otIcmp6Handler
;
icmp6.h:129
struct
otIcmp6Handler
*
mNext
;
///< A pointer to the next handler in the list.
icmp6.h:128
otIcmp6Handler
otIcmp6Handler::mNext
}
otIcmp6Handler
;
icmp6.h:129
otIcmp6Handler
otError
otIcmp6RegisterHandler
(
otInstance
*
aInstance
,
otIcmp6Handler
*
aHandler
)
;
icmp6.h:173
otIcmp6RegisterHandler()
otIcmp6RegisterHandler()::aHandler
class
Handler
:
public
otIcmp6Handler
,
public
LinkedListEntry
<
Handler
>
icmp6.hpp:190
ot::Ip6::Icmp
ot::Ip6::Icmp::Handler
DefineCoreType
(
otIcmp6Handler
,
Ip6
::
Icmp
::
Handler
)
;
icmp6.hpp:338
otError
otIcmp6RegisterHandler
(
otInstance
*
aInstance
,
otIcmp6Handler
*
aHandler
)
icmp6_api.cpp:50
otIcmp6RegisterHandler()
otIcmp6RegisterHandler()::aHandler
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
otIcmp6Handler
inherits 1 classes:
ot::Ip6::Icmp::Handler
All items filtered out
otIcmp6Handler
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
Instance
Scope
Location
Project
otIcmp6Handler::mNext
otIcmp6Handler
icmp6.h:128
otIcmp6RegisterHandler()::aHandler
otIcmp6RegisterHandler()
icmp6.h:173
otIcmp6RegisterHandler()::aHandler
otIcmp6RegisterHandler()
icmp6_api.cpp:50
Lifecycle
from
examples
All items filtered out
All items filtered out