/openthread-latest/tests/unit/ |
D | test_util.cpp | 33 void DumpBuffer(const char *aTextMessage, const uint8_t *aBuffer, uint16_t aBufferLength) in DumpBuffer() argument 44 printf("\n%s - len = %u\n ", aTextMessage ? aTextMessage : "Buffer", aBufferLength); in DumpBuffer() 48 while (aBufferLength--) in DumpBuffer()
|
D | test_util.hpp | 43 void DumpBuffer(const char *aTextMessage, const uint8_t *aBuffer, uint16_t aBufferLength);
|
D | test_spinel_buffer.cpp | 163 …AndVerifyContent(Spinel::Buffer &aNcpBuffer, const uint8_t *aContentBuffer, uint16_t aBufferLength) in ReadAndVerifyContent() argument 165 while (aBufferLength--) in ReadAndVerifyContent()
|
D | test_routing_manager.cpp | 300 uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd() argument 306 aBufferLength); in otPlatInfraIfSendIcmp6Nd() 310 packet.Init(aBuffer, aBufferLength); in otPlatInfraIfSendIcmp6Nd() 312 VerifyOrQuit(aBufferLength >= sizeof(Ip6::Icmp::Header)); in otPlatInfraIfSendIcmp6Nd() 330 … otPlatInfraIfRecvIcmp6Nd(sInstance, kInfraIfIndex, &sInfraIfAddress, aBuffer, aBufferLength); in otPlatInfraIfSendIcmp6Nd()
|
/openthread-latest/examples/platforms/simulation/ |
D | infra_if.c | 185 uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd() argument 199 assert(aBufferLength <= INFRA_IF_MAX_PACKET_SIZE); in otPlatInfraIfSendIcmp6Nd() 200 message->mDataLength = aBufferLength; in otPlatInfraIfSendIcmp6Nd() 201 memcpy(message->mData, aBuffer, aBufferLength); in otPlatInfraIfSendIcmp6Nd() 204 LOG("otPlatInfraIfSendIcmp6Nd() msg-len:%u", aBufferLength); in otPlatInfraIfSendIcmp6Nd() 327 uint16_t aBufferLength) in otPlatInfraIfRecvIcmp6Nd() argument 333 OT_UNUSED_VARIABLE(aBufferLength); in otPlatInfraIfRecvIcmp6Nd()
|
D | simul_utils.h | 145 void utilsSendOverSocket(const utilsSocket *aSocket, const void *aBuffer, uint16_t aBufferLength);
|
D | simul_utils.c | 454 void utilsSendOverSocket(const utilsSocket *aSocket, const void *aBuffer, uint16_t aBufferLength) in utilsSendOverSocket() argument 459 …sendto(aSocket->mTxFd, (const char *)aBuffer, aBufferLength, 0, (const struct sockaddr *)&aSocket-… in utilsSendOverSocket()
|
/openthread-latest/src/ncp/platform/ |
D | infra_if.cpp | 42 uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd() argument 46 return ncp->InfraIfSendIcmp6Nd(aInfraIfIndex, aDestAddress, aBuffer, aBufferLength); in otPlatInfraIfSendIcmp6Nd()
|
/openthread-latest/include/openthread/platform/ |
D | infra_if.h | 98 uint16_t aBufferLength); 119 uint16_t aBufferLength);
|
/openthread-latest/src/core/border_router/ |
D | infra_if.cpp | 189 uint16_t aBufferLength) in otPlatInfraIfRecvIcmp6Nd() argument 193 packet.Init(aBuffer, aBufferLength); in otPlatInfraIfRecvIcmp6Nd()
|
/openthread-latest/src/posix/platform/ |
D | infra_if.hpp | 162 uint16_t aBufferLength);
|
D | infra_if.cpp | 98 uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd() argument 100 …urn ot::Posix::InfraNetif::Get().SendIcmp6Nd(aInfraIfIndex, *aDestAddress, aBuffer, aBufferLength); in otPlatInfraIfSendIcmp6Nd() 217 uint16_t aBufferLength) in SendIcmp6Nd() argument 246 iov.iov_len = aBufferLength; in SendIcmp6Nd()
|
/openthread-latest/src/lib/spinel/ |
D | spinel_buffer.cpp | 44 Buffer::Buffer(uint8_t *aBuffer, uint16_t aBufferLength) in Buffer() argument 46 , mBufferEnd(aBuffer + aBufferLength) in Buffer() 47 , mBufferLength(aBufferLength) in Buffer()
|
D | spinel_buffer.hpp | 118 Buffer(uint8_t *aBuffer, uint16_t aBufferLength);
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 653 uint16_t aBufferLength) in otPlatInfraIfSendIcmp6Nd() argument 658 OT_UNUSED_VARIABLE(aBufferLength); in otPlatInfraIfSendIcmp6Nd()
|
/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 247 uint16_t aBufferLength);
|
D | ncp_base_ftd.cpp | 1494 uint16_t aBufferLength) in InfraIfSendIcmp6Nd() argument 1502 SuccessOrExit(error = mEncoder.WriteDataWithLen(aBuffer, aBufferLength)); in InfraIfSendIcmp6Nd()
|