Searched defs:Metadata (Results 1 – 3 of 3) sorted by relevance
857 struct Metadata struct in ot::Coap::CoapBase859 Error AppendTo(Message &aMessage) const { return aMessage.Append(*this); } in AppendTo()863 Ip6::Address mSourceAddress; // IPv6 address of the message source.864 Ip6::Address mDestinationAddress; // IPv6 address of the message destination.865 uint16_t mDestinationPort; // UDP port of the message destination.866 …ponseHandler mResponseHandler; // A function pointer that is called on response reception.867 void *mResponseContext; // A pointer to arbitrary context information.868 … TimeMilli mNextTimerShot; // Time when the timer should shoot for this message.869 uint32_t mRetransmissionTimeout; // Delay that is applied to next retransmission.870 uint8_t mRetransmissionsRemaining; // Number of retransmissions remaining.[all …]
239 struct Metadata struct in ot::Ip6::Mpl241 Error AppendTo(Message &aMessage) const { return aMessage.Append(*this); } in AppendTo()247 TimeMilli mTransmissionTime;248 uint16_t mSeedId;249 uint8_t mSequence;250 uint8_t mTransmissionCount;251 uint8_t mIntervalOffset;
188 struct Metadata struct in ot::Buffer190 Message *mNext; // Next message in a doubly linked list.191 Message *mPrev; // Previous message in a doubly linked list.192 MessagePool *mMessagePool; // Message pool for this message.193 … *mQueue; // The queue where message is queued (if any). Queue type from `mInPriorityQ`.194 uint32_t mDatagramTag; // The datagram tag used for 6LoWPAN frags or IPv6fragmentation.195 TimeMilli mTimestamp; // The message timestamp.196 uint16_t mReserved; // Number of reserved bytes (for header).197 uint16_t mLength; // Current message length (number of bytes).198 uint16_t mOffset; // A byte offset within the message.[all …]