Searched refs:aAllowLoopbackToHost (Results 1 – 3 of 3) sorted by relevance
57 void otMessageSetLoopbackToHostAllowed(otMessage *aMessage, bool aAllowLoopbackToHost) in otMessageSetLoopbackToHostAllowed() argument59 return AsCoreType(aMessage).SetLoopbackToHostAllowed(aAllowLoopbackToHost); in otMessageSetLoopbackToHostAllowed()
219 void otMessageSetLoopbackToHostAllowed(otMessage *aMessage, bool aAllowLoopbackToHost);
1238 void SetLoopbackToHostAllowed(bool aAllowLoopbackToHost) in SetLoopbackToHostAllowed() argument1240 GetMetadata().mAllowLookbackToHost = aAllowLoopbackToHost; in SetLoopbackToHostAllowed()