Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dmessage_api.cpp57 void otMessageSetLoopbackToHostAllowed(otMessage *aMessage, bool aAllowLoopbackToHost) in otMessageSetLoopbackToHostAllowed() argument
59 return AsCoreType(aMessage).SetLoopbackToHostAllowed(aAllowLoopbackToHost); in otMessageSetLoopbackToHostAllowed()
/openthread-latest/include/openthread/
Dmessage.h219 void otMessageSetLoopbackToHostAllowed(otMessage *aMessage, bool aAllowLoopbackToHost);
/openthread-latest/src/core/common/
Dmessage.hpp1238 void SetLoopbackToHostAllowed(bool aAllowLoopbackToHost) in SetLoopbackToHostAllowed() argument
1240 GetMetadata().mAllowLookbackToHost = aAllowLoopbackToHost; in SetLoopbackToHostAllowed()