Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dmessage.hpp198 bool mAllowLookbackToHost : 1; // Whether the message is allowed to be looped back to host. member
1231 bool IsLoopbackToHostAllowed(void) const { return GetMetadata().mAllowLookbackToHost; } in IsLoopbackToHostAllowed()
1240 GetMetadata().mAllowLookbackToHost = aAllowLoopbackToHost; in SetLoopbackToHostAllowed()