ESP-IDF
otMessageInfo::mIsHostInterface
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
otMessageInfo::mIsHostInterface
otMessageInfo::mIsHostInterface field
Syntax
Show:
Summary
Declaration
from
ip6.h:226
bool
mIsHostInterface
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mIsHostInterface
:
1
;
///< TRUE if packets sent/received via host interface, FALSE otherwise.
ip6.h:226
task
->
netif_index
=
get_netif_index
(
message_info
->
mIsHostInterface
?
OT_NETIF_BACKBONE
:
OT_NETIF_THREAD
)
;
esp_openthread_udp.c:405
otPlatUdpSend()
bool
IsHostInterface
(
void
)
const
{
return
mIsHostInterface
;
}
socket.hpp:186
ot::Ip6::MessageInfo
ot::Ip6::MessageInfo::IsHostInterface() const
void
SetIsHostInterface
(
bool
aIsHost
)
{
mIsHostInterface
=
aIsHost
;
}
socket.hpp:201
ot::Ip6::MessageInfo
ot::Ip6::MessageInfo::SetIsHostInterface()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMessageInfo::mIsHostInterface
is written by 1 function and is read by 2 functions:
ot::Ip6::MessageInfo::SetIsHostInterface()
All items filtered out
otMessageInfo::mIsHostInterface
ot::Ip6::MessageInfo::IsHostInterface() const
otPlatUdpSend()
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