Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/src/core/mac/
Dmac_frame.cpp899 const HeaderIe *ie = reinterpret_cast<const HeaderIe *>(&mPsdu[index]); in FindPayloadIndex() local
904 index += ie->GetLength(); in FindPayloadIndex()
907 if (ie->GetId() == Termination2Ie::kHeaderIeId) in FindPayloadIndex()
1023 const HeaderIe *ie = reinterpret_cast<const HeaderIe *>(&mPsdu[index]); in GetHeaderIe() local
1025 if (ie->GetId() == aIeId) in GetHeaderIe()
1031 index += sizeof(HeaderIe) + ie->GetLength(); in GetHeaderIe()
1051 const HeaderIe *ie = reinterpret_cast<const HeaderIe *>(&mPsdu[index]); in GetThreadIe() local
1053 if (ie->GetId() == VendorIeHeader::kHeaderIeId) in GetThreadIe()
1056 …reinterpret_cast<const VendorIeHeader *>(reinterpret_cast<const uint8_t *>(ie) + sizeof(HeaderIe)); in GetThreadIe()
1064 index += sizeof(HeaderIe) + ie->GetLength(); in GetThreadIe()
/openthread-3.4.0/src/cli/
DREADME.md1891 - Note: Simulation Only, ie: `OPENTHREAD_EXAMPLES_SIMULATION`
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function3644 * in this case. (With larger buffers, ie when the plaintext is long or
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog3291 it is not affected (ie, its notAfter date is properly checked).