Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h148 …bool mTxSuccess : 1; ///< Indicates TX success (e.g., ack received). Applicable for TX… member
Dthread.h160 uint32_t mTxSuccess; ///< The number of IPv6 packets successfully transmitted. member
/openthread-latest/src/core/common/
Dmessage.hpp194 bool mTxSuccess : 1; // Whether the direct tx of the message was successful. member