Home
last modified time | relevance | path

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

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