Home
last modified time | relevance | path

Searched defs:Metadata (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/coap/
Dcoap.hpp793 struct Metadata : public Message::FooterData<Metadata> struct in ot::Coap::CoapBase
795 Ip6::Address mSourceAddress; // IPv6 address of the message source.
796 Ip6::Address mDestinationAddress; // IPv6 address of the message destination.
797 uint16_t mDestinationPort; // UDP port of the message destination.
798 …ponseHandler mResponseHandler; // A function pointer that is called on response reception.
799 void *mResponseContext; // A pointer to arbitrary context information.
800 … TimeMilli mNextTimerShot; // Time when the timer should shoot for this message.
801 uint32_t mRetransmissionTimeout; // Delay that is applied to next retransmission.
802 uint8_t mRetransmissionsRemaining; // Number of retransmissions remaining.
804 uint8_t mHopLimit; // The hop limit.
[all …]
/openthread-latest/src/posix/platform/
Dmdns_socket.hpp118 struct Metadata struct in ot::Posix::MdnsSocket
120 bool CanFreeMessage(void) const { return (mIp6Port == 0) && (mIp4Port == 0); } in CanFreeMessage()
122 otIp6Address mIp6Address;
123 uint16_t mIp6Port;
124 otIp4Address mIp4Address;
125 uint16_t mIp4Port;
/openthread-latest/src/core/common/
Dmessage.hpp189 struct Metadata struct in ot::Buffer
191 bool mDirectTx : 1; // Whether a direct transmission is required.
192 bool mLinkSecurity : 1; // Whether link security is enabled.
193 bool mInPriorityQ : 1; // Whether the message is queued in normal or priority queue.
194 bool mTxSuccess : 1; // Whether the direct tx of the message was successful.
195 bool mDoNotEvict : 1; // Whether this message may be evicted.
196 bool mMulticastLoop : 1; // Whether this multicast message may be looped back.
197 … bool mResolvingAddress : 1; // Whether the message is pending an address query resolution.
198 bool mAllowLookbackToHost : 1; // Whether the message is allowed to be looped back to host.
199 bool mIsDstPanIdBroadcast : 1; // Whether the dest PAN ID is broadcast.
[all …]
/openthread-latest/src/core/net/
Dip6_mpl.hpp222 struct Metadata : public Message::FooterData<Metadata> struct in ot::Ip6::Mpl
226 TimeMilli mTransmissionTime;
227 uint16_t mSeedId;
228 uint8_t mSequence;
229 uint8_t mTransmissionCount;
230 uint8_t mIntervalOffset;