Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/api/
H A Dmessage_api.cpp60 void otMessageSetLoopbackToHostAllowed(otMessage *aMessage, bool aAllowLoopbackToHost) in otMessageSetLoopbackToHostAllowed() argument
62 return AsCoreType(aMessage).SetLoopbackToHostAllowed(aAllowLoopbackToHost); in otMessageSetLoopbackToHostAllowed()
/aosp_15_r20/external/openthread/include/openthread/
H A Dmessage.h233 void otMessageSetLoopbackToHostAllowed(otMessage *aMessage, bool aAllowLoopbackToHost);
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp1257 void SetLoopbackToHostAllowed(bool aAllowLoopbackToHost) in SetLoopbackToHostAllowed() argument
1259 GetMetadata().mAllowLookbackToHost = aAllowLoopbackToHost; in SetLoopbackToHostAllowed()