Home
last modified time | relevance | path

Searched defs:RxInfo (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp421 struct RxInfo : public InstanceLocator struct in ot::MeshForwarder
423 static constexpr uint16_t kInfoStringSize = 70;
425 typedef String<kInfoStringSize> InfoString;
427 explicit RxInfo(Instance &aInstance) in RxInfo() function
433 const Mac::Address &GetSrcAddr(void) const { return mMacAddrs.mSource; } in GetSrcAddr()
434 const Mac::Address &GetDstAddr(void) const { return mMacAddrs.mDestination; } in GetDstAddr()
435 …bool IsLinkSecurityEnabled(void) const { return mLinkInfo.IsLinkSecurityEnabled(); } in IsLinkSecurityEnabled()
439 FrameData mFrameData;
440 ThreadLinkInfo mLinkInfo;
441 Mac::Addresses mMacAddrs;
[all …]
Dmle.hpp1131 struct RxInfo struct in ot::Mle::Mle
1133 enum Class : uint8_t
1140 RxInfo(Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in RxInfo() function
1150 …ol IsNeighborStateValid(void) const { return (mNeighbor != nullptr) && mNeighbor->IsStateValid(); } in IsNeighborStateValid()
1152 RxMessage &mMessage; // The MLE message.
1153 const Ip6::MessageInfo &mMessageInfo; // The `MessageInfo` associated with the message.
1154 uint32_t mFrameCounter; // The frame counter from aux security header.
1155 uint32_t mKeySequence; // The key sequence from aux security header.
1156 …ghbor *mNeighbor; // Neighbor from which message was received (can be `nullptr`).
1157 … Class mClass; // The message class (authoritative, peer, or unknown).
Dmesh_forwarder.cpp2061 void MeshForwarder::LogFragmentFrameDrop(Error, const RxInfo &, const Lowpan::FragmentHeader &) {} in LogFragmentFrameDrop()
2063 void MeshForwarder::LogLowpanHcFrameDrop(Error, const RxInfo &) {} in LogLowpanHcFrameDrop()