Home
last modified time | relevance | path

Searched refs:kOriginHostTrusted (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/net/
Dip6_mpl.cpp441 messageCopy->SetOrigin(Message::kOriginHostTrusted); in HandleRetransmissionTimer()
/openthread-latest/src/core/common/
Dmessage.hpp345kOriginHostTrusted = OT_MESSAGE_ORIGIN_HOST_TRUSTED, // Message from a trusted source on host. enumerator
1271 bool IsOriginHostTrusted(void) const { return GetOrigin() == kOriginHostTrusted; } in IsOriginHostTrusted()
Dmessage.cpp74 message->SetOrigin(Message::kOriginHostTrusted); in Allocate()
/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp183 message.SetOrigin(Message::kOriginHostTrusted); in HandleResolved()