Home
last modified time | relevance | path

Searched refs:SetLoopbackToHostAllowed (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/api/
Dmessage_api.cpp59 return AsCoreType(aMessage).SetLoopbackToHostAllowed(aAllowLoopbackToHost); in otMessageSetLoopbackToHostAllowed()
/openthread-latest/src/core/net/
Dip6_mpl.cpp440 messageCopy->SetLoopbackToHostAllowed(true); in HandleRetransmissionTimer()
/openthread-latest/src/core/common/
Dmessage.cpp73 message->SetLoopbackToHostAllowed(OPENTHREAD_CONFIG_IP6_ALLOW_LOOP_BACK_HOST_DATAGRAMS); in Allocate()
782 messageCopy->SetLoopbackToHostAllowed(IsLoopbackToHostAllowed()); in Clone()
Dmessage.hpp1238 void SetLoopbackToHostAllowed(bool aAllowLoopbackToHost) in SetLoopbackToHostAllowed() function in ot::Message
/openthread-latest/tests/unit/
Dtest_message.cpp74 message->SetLoopbackToHostAllowed(true); in TestMessage()
/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp182 message.SetLoopbackToHostAllowed(true); in HandleResolved()
Dmesh_forwarder.cpp1690 aMessage.SetLoopbackToHostAllowed(true); in HandleDatagram()