Searched refs:RxMessage (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/src/core/net/ |
D | mdns.cpp | 257 OwnedPtr<RxMessage> rxMessagePtr; in HandleMessage() 261 …rxMessagePtr.Reset(RxMessage::AllocateAndInit(GetInstance(), messagePtr, aIsUnicast, aSenderAddres… in HandleMessage() 280 case RxMessage::kProcessed: in HandleMessage() 283 case RxMessage::kSaveAsMultiPacket: in HandleMessage() 3478 Error Core::RxMessage::Init(Instance &aInstance, in Init() 3611 void Core::RxMessage::ClearProcessState(void) in ClearProcessState() 3619 Core::RxMessage::ProcessOutcome Core::RxMessage::ProcessQuery(bool aShouldProcessTruncated) in ProcessQuery() 3686 void Core::RxMessage::ProcessQuestion(Question &aQuestion) in ProcessQuestion() 3784 void Core::RxMessage::AnswerQuestion(const Question &aQuestion, uint16_t aDelay) in AnswerQuestion() 3831 void Core::RxMessage::AnswerServiceTypeQuestion(const Question &aQuestion, in AnswerServiceTypeQuestion() [all …]
|
D | mdns.hpp | 762 class RxMessage; 1290 class RxMessage : public InstanceLocatorInit, class in ot::Dns::Multicast::Core 1291 public Heap::Allocatable<RxMessage>, 1292 public LinkedListEntry<RxMessage>, 1295 friend class LinkedListEntry<RxMessage>; 1318 typedef void (RxMessage::*RecordProcessor)(const Name &aName, 1360 RxMessage *mNext; 1384 void AddToExisting(OwnedPtr<RxMessage> &aRxMessagePtr); 1385 void AddNew(OwnedPtr<RxMessage> &aRxMessagePtr); 1403 void Add(OwnedPtr<RxMessage> &aRxMessagePtr); [all …]
|
D | nd6.hpp | 708 class RxMessage class in ot::Ip6::Nd::RouterAdvert 716 explicit RxMessage(const Icmp6Packet &aPacket) in RxMessage() function in ot::Ip6::Nd::RouterAdvert::RxMessage
|
/openthread-latest/src/core/thread/ |
D | mle.cpp | 5361 bool Mle::RxMessage::ContainsTlv(Tlv::Type aTlvType) const in ContainsTlv() 5368 Error Mle::RxMessage::ReadModeTlv(DeviceMode &aMode) const in ReadModeTlv() 5380 Error Mle::RxMessage::ReadVersionTlv(uint16_t &aVersion) const in ReadVersionTlv() 5391 Error Mle::RxMessage::ReadChallengeOrResponse(uint8_t aTlvType, RxChallenge &aRxChallenge) const in ReadChallengeOrResponse() 5403 Error Mle::RxMessage::ReadChallengeTlv(RxChallenge &aChallenge) const in ReadChallengeTlv() 5408 Error Mle::RxMessage::ReadResponseTlv(RxChallenge &aResponse) const in ReadResponseTlv() 5413 Error Mle::RxMessage::ReadAndMatchResponseTlvWith(const TxChallenge &aChallenge) const in ReadAndMatchResponseTlvWith() 5425 Error Mle::RxMessage::ReadFrameCounterTlvs(uint32_t &aLinkFrameCounter, uint32_t &aMleFrameCounter)… in ReadFrameCounterTlvs() 5447 Error Mle::RxMessage::ReadLeaderDataTlv(LeaderData &aLeaderData) const in ReadLeaderDataTlv() 5460 Error Mle::RxMessage::ReadAndSetNetworkDataTlv(const LeaderData &aLeaderData) const in ReadAndSetNetworkDataTlv() [all …]
|
D | mle.hpp | 1042 class RxMessage : public Message class in ot::Mle::Mle 1081 : mMessage(static_cast<RxMessage &>(aMessage)) in RxInfo() 1092 RxMessage &mMessage; // The MLE message.
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.hpp | 834 void ProcessRouterAdvertMessage(const RouterAdvert::RxMessage &aRaMessage, 1403 bool IsRaFromManager(const RouterAdvert::RxMessage &aRaMessage) const; 1404 static void CalculateHash(const RouterAdvert::RxMessage &aRaMessage, Hash &aHash);
|
D | routing_manager.cpp | 732 RouterAdvert::RxMessage raMsg(aPacket); in HandleRouterAdvertisement() 1160 void RoutingManager::RxRaTracker::ProcessRouterAdvertMessage(const RouterAdvert::RxMessage &aRaMess… in ProcessRouterAdvertMessage() 3746 CalculateHash(RouterAdvert::RxMessage(aRaMessage), mHashes[mLastHashIndex]); in IncrementTxCountAndSaveHash() 3749 bool RoutingManager::TxRaInfo::IsRaFromManager(const RouterAdvert::RxMessage &aRaMessage) const in IsRaFromManager() 3784 void RoutingManager::TxRaInfo::CalculateHash(const RouterAdvert::RxMessage &aRaMessage, Hash &aHash) in CalculateHash() 4083 RouterAdvert::RxMessage raMsg = RouterAdvert::RxMessage(*aRaPacket); in Process()
|
/openthread-latest/tests/unit/ |
D | test_routing_manager.cpp | 434 Ip6::Nd::RouterAdvert::RxMessage raMsg(aPacket); in ValidateRouterAdvert() 577 Ip6::Nd::RouterAdvert::RxMessage raMsg(aPacket); in LogRouterAdvert()
|