Home
last modified time | relevance | path

Searched defs:aBufferLength (Results 1 – 7 of 7) sorted by relevance

/openthread-3.6.0/tests/unit/
Dtest_util.cpp33 void DumpBuffer(const char *aTextMessage, const uint8_t *aBuffer, uint16_t aBufferLength) in DumpBuffer()
Dtest_spinel_buffer.cpp163 …AndVerifyContent(Spinel::Buffer &aNcpBuffer, const uint8_t *aContentBuffer, uint16_t aBufferLength) in ReadAndVerifyContent()
Dtest_routing_manager.cpp288 uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd()
/openthread-3.6.0/examples/platforms/simulation/
Dinfra_if.c45 uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd()
/openthread-3.6.0/src/core/border_router/
Dinfra_if.cpp173 uint16_t aBufferLength) in otPlatInfraIfRecvIcmp6Nd()
/openthread-3.6.0/src/posix/platform/
Dinfra_if.cpp98 uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd()
217 uint16_t aBufferLength) in SendIcmp6Nd()
/openthread-3.6.0/src/lib/spinel/
Dspinel_buffer.cpp43 Buffer::Buffer(uint8_t *aBuffer, uint16_t aBufferLength) in Buffer()