Searched refs:aNode (Results 1 – 5 of 5) sorted by relevance
98 void Core::Process(Node &aNode) in Process() argument100 otTaskletsProcess(&aNode.GetInstance()); in Process()102 ProcessRadio(aNode); in Process()104 if (aNode.mAlarm.ShouldTrigger(mNow)) in Process()106 otPlatAlarmMilliFired(&aNode.GetInstance()); in Process()110 void Core::ProcessRadio(Node &aNode) in ProcessRadio() argument117 VerifyOrExit(aNode.mRadio.mState == Radio::kStateTransmit); in ProcessRadio()119 if (aNode.mRadio.mTxFrame.GetDstAddr(dstAddr) != kErrorNone) in ProcessRadio()124 if (aNode.mRadio.mTxFrame.GetDstPanId(dstPanId) != kErrorNone) in ProcessRadio()129 ackRequested = aNode.mRadio.mTxFrame.GetAckRequest(); in ProcessRadio()[all …]
46 void Node::Join(Node &aNode, JoinMode aJoinMode) in Join() argument71 SuccessOrQuit(aNode.Get<MeshCoP::ActiveDatasetManager>().Read(dataset)); in Join()78 void Node::AllowList(Node &aNode) in AllowList() argument80 SuccessOrQuit(Get<Mac::Filter>().AddAddress(aNode.Get<Mac::Mac>().GetExtAddress())); in AllowList()84 void Node::UnallowList(Node &aNode) { Get<Mac::Filter>().RemoveAddress(aNode.Get<Mac::Mac>().GetExt… in UnallowList() argument
61 void SetActiveNode(Node *aNode) { mActiveNode = aNode; } in SetActiveNode() argument77 void Process(Node &aNode);78 void ProcessRadio(Node &aNode);
57 void Join(Node &aNode, JoinMode aJoinMode = kAsFtd);58 void AllowList(Node &aNode);59 void UnallowList(Node &aNode);
118 OwnedPtr<Message> PrepareMessage(Node &aNode) in PrepareMessage() argument120 Message *message = aNode.Get<MessagePool>().Allocate(Message::kTypeOther); in PrepareMessage()139 explicit DtlsTransportAndSingleSession(Node &aNode) in DtlsTransportAndSingleSession() argument140 : InstanceLocator(aNode.GetInstance()) in DtlsTransportAndSingleSession()141 , Dtls::Transport(aNode.GetInstance(), kWithLinkSecurity) in DtlsTransportAndSingleSession()143 , mNode(aNode) in DtlsTransportAndSingleSession()172 explicit DtlsTransportAndHeapSession(Node &aNode) in DtlsTransportAndHeapSession() argument173 : InstanceLocator(aNode.GetInstance()) in DtlsTransportAndHeapSession()174 , Dtls::Transport(aNode.GetInstance(), kWithLinkSecurity) in DtlsTransportAndHeapSession()175 , mNode(aNode) in DtlsTransportAndHeapSession()