Searched refs:IsSubTypeMle (Results 1 – 3 of 3) sorted by relevance
653 if (mle.IsChild() && aMessage.IsLinkSecurityEnabled() && !aMessage.IsSubTypeMle()) in UpdateIp6Route()762 else if (Get<Mac::Mac>().IsCslEnabled() && mSendMessage->IsSubTypeMle()) in HandleFrameRequest()928 if (aMessage.IsSubTypeMle()) in PrepareDataFrame()1035 if ((!aMessage.IsLinkSecurityEnabled()) && aMessage.IsSubTypeMle()) in PrepareDataFrame()
2063 bool MleRouter::IsMessageMleSubType(const Message &aMessage) { return aMessage.IsSubTypeMle(); } in IsMessageMleSubType()
569 bool IsSubTypeMle(void) const { return (GetSubType() == kSubTypeMle); } in IsSubTypeMle() function in ot::Message