Home
last modified time | relevance | path

Searched refs:IsOriginHostUntrusted (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dmessage.hpp1279 bool IsOriginHostUntrusted(void) const { return GetOrigin() == kOriginHostUntrusted; } in IsOriginHostUntrusted() function in ot::Message
/openthread-latest/src/core/net/
Dip6.cpp1229 if (aMessagePtr->IsOriginHostUntrusted() && (nextHeader == kProtoUdp)) in HandleDatagram()