Searched refs:primaryTlvType (Results 1 – 1 of 1) sorted by relevance
477 Tlv::Type primaryTlvType = Tlv::kReservedType; in SendMessage() local521 IgnoreError(ReadPrimaryTlv(aMessage, primaryTlvType)); in SendMessage()529 OT_ASSERT(primaryTlvType != Tlv::kReservedType); in SendMessage()564 …error = mPendingRequests.Add(mNextMessageId, primaryTlvType, TimerMilli::GetNow() + aResponseTimeo… in SendMessage()600 ResetTimeouts(/* aIsKeepAliveMessage*/ (primaryTlvType == KeepAliveTlv::kType)); in SendMessage()652 Tlv::Type primaryTlvType = Tlv::kReservedType; in HandleReceive() local707 switch (ReadPrimaryTlv(aMessage, primaryTlvType)) in HandleReceive()710 VerifyOrExit(primaryTlvType != Tlv::kReservedType); in HandleReceive()725 error = ProcessRequestOrUnidirectionalMessage(header, aMessage, primaryTlvType); in HandleReceive()729 error = ProcessResponseMessage(header, aMessage, primaryTlvType); in HandleReceive()[all …]