Home
last modified time | relevance | path

Searched refs:mNextExpectedTid (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base.cpp348 memset(mNextExpectedTid, 0, sizeof(mNextExpectedTid)); in NcpBase()
477 if ((mNextExpectedTid[mCurCommandIid] != 0) && (tid != mNextExpectedTid[mCurCommandIid])) in HandleReceive()
482 mNextExpectedTid[mCurCommandIid] = SPINEL_GET_NEXT_TID(tid); in HandleReceive()
831 if (tid != mNextExpectedTid[iid]) in EnqueueResponse()
Dncp_base.hpp764 spinel_tid_t mNextExpectedTid[kSpinelInterfaceCount]; member in ot::Ncp::NcpBase