/openthread-3.6.0/examples/apps/ncp/ |
D | ncp.c | 40 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { otNcpHdlcReceive(aBuf, aBufLeng… in otPlatUartReceived() 47 static int NcpSend(const uint8_t *aBuf, uint16_t aBufLength) in NcpSend()
|
/openthread-3.6.0/src/core/radio/ |
D | ble_secure.cpp | 185 Error BleSecure::Send(uint8_t *aBuf, uint16_t aLength) in Send() 201 Error BleSecure::SendApplicationTlv(uint8_t *aBuf, uint16_t aLength) in SendApplicationTlv() 242 Error BleSecure::HandleBleReceive(uint8_t *aBuf, uint16_t aLength) in HandleBleReceive() 339 void BleSecure::HandleTlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleTlsReceive() 344 void BleSecure::HandleTlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleTlsReceive()
|
/openthread-3.6.0/examples/apps/cli/ |
D | cli_uart.cpp | 135 static void ReceiveTask(const uint8_t *aBuf, uint16_t aBufLength) in ReceiveTask() 246 static int Output(const char *aBuf, uint16_t aBufLength) in Output() 371 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { ReceiveTask(aBuf, aBufLength); } in otPlatUartReceived()
|
/openthread-3.6.0/src/core/api/ |
D | message_api.cpp | 93 otError otMessageAppend(otMessage *aMessage, const void *aBuf, uint16_t aLength) in otMessageAppend() 100 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength) in otMessageRead() 107 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength) in otMessageWrite()
|
D | tcp_ext_api.cpp | 90 int otTcpMbedTlsSslSendCallback(void *aCtx, const unsigned char *aBuf, size_t aLen) in otTcpMbedTlsSslSendCallback() 108 int otTcpMbedTlsSslRecvCallback(void *aCtx, unsigned char *aBuf, size_t aLen) in otTcpMbedTlsSslRecvCallback()
|
D | crypto_api.cpp | 50 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256()
|
D | ble_secure_api.cpp | 172 otError otBleSecureSend(otInstance *aInstance, uint8_t *aBuf, uint16_t aLength) in otBleSecureSend() 177 otError otBleSecureSendApplicationTlv(otInstance *aInstance, uint8_t *aBuf, uint16_t aLength) in otBleSecureSendApplicationTlv()
|
/openthread-3.6.0/tests/fuzz/ |
D | ncp_hdlc_received.cpp | 46 static int HdlcSend(const uint8_t *aBuf, uint16_t aBufLength) in HdlcSend()
|
/openthread-3.6.0/src/ncp/ |
D | ncp_hdlc.cpp | 273 extern "C" void otNcpHdlcReceive(const uint8_t *aBuf, uint16_t aBufLength) in otNcpHdlcReceive() 283 void NcpHdlc::HandleHdlcReceiveDone(const uint8_t *aBuf, uint16_t aBufLength) in HandleHdlcReceiveDone() 315 void NcpHdlc::HandleError(otError aError, uint8_t *aBuf, uint16_t aBufLength) in HandleError()
|
D | example_vendor_hook.cpp | 132 static int SendHdlc(const uint8_t *aBuf, uint16_t aBufLength) in SendHdlc()
|
D | ncp_base.cpp | 392 void NcpBase::HandleReceive(const uint8_t *aBuf, uint16_t aBufLength) in HandleReceive()
|
/openthread-3.6.0/third_party/tcplp/lib/test/ |
D | test_all.c | 15 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength) { in otMessageRead() 19 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength) { in otMessageWrite()
|
/openthread-3.6.0/examples/platforms/simulation/ |
D | spi-stubs.c | 76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived()
|
D | uart.c | 160 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
|
D | radio.c | 849 void platformRadioReceive(otInstance *aInstance, uint8_t *aBuf, uint16_t aBufLength) in platformRadioReceive()
|
/openthread-3.6.0/src/core/crypto/ |
D | hmac_sha256.cpp | 54 void HmacSha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
D | sha256.cpp | 54 void Sha256::Update(const void *aBuf, uint16_t aBufLength) in Update()
|
D | crypto_platform.cpp | 202 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Update(otCryptoContext *aContext, const void *aBuf, uint… in otPlatCryptoHmacSha256Update() 218 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Finish(otCryptoContext *aContext, uint8_t *aBuf, size_t … in otPlatCryptoHmacSha256Finish() 403 OT_TOOL_WEAK otError otPlatCryptoSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t… in otPlatCryptoSha256Update()
|
/openthread-3.6.0/src/core/common/ |
D | message.cpp | 403 Error Message::AppendBytes(const void *aBuf, uint16_t aLength) in AppendBytes() 437 Error Message::PrependBytes(const void *aBuf, uint16_t aLength) in PrependBytes() 633 uint16_t Message::ReadBytes(uint16_t aOffset, void *aBuf, uint16_t aLength) const in ReadBytes() 650 Error Message::Read(uint16_t aOffset, void *aBuf, uint16_t aLength) const in Read() 655 bool Message::CompareBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength, ByteMatcher aMatch… in CompareBytes() argument 698 void Message::WriteBytes(uint16_t aOffset, const void *aBuf, uint16_t aLength) in WriteBytes()
|
/openthread-3.6.0/src/core/coap/ |
D | coap_secure.cpp | 175 void CoapSecure::HandleDtlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive() 180 void CoapSecure::HandleDtlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleDtlsReceive()
|
/openthread-3.6.0/examples/platforms/utils/ |
D | uart_rtt.c | 88 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend()
|
/openthread-3.6.0/src/core/meshcop/ |
D | secure_transport.cpp | 770 int SecureTransport::HandleMbedtlsTransmit(void *aContext, const unsigned char *aBuf, size_t aLengt… in HandleMbedtlsTransmit() 775 int SecureTransport::HandleMbedtlsTransmit(const unsigned char *aBuf, size_t aLength) in HandleMbedtlsTransmit() 815 int SecureTransport::HandleMbedtlsReceive(void *aContext, unsigned char *aBuf, size_t aLength) in HandleMbedtlsReceive() 820 int SecureTransport::HandleMbedtlsReceive(unsigned char *aBuf, size_t aLength) in HandleMbedtlsReceive() 1144 Error SecureTransport::HandleSecureTransportSend(const uint8_t *aBuf, in HandleSecureTransportSend()
|
/openthread-3.6.0/tests/unit/ |
D | test_nat64.cpp | 49 void DumpMessageInHex(const char *prefix, const uint8_t *aBuf, size_t aBufLen) in DumpMessageInHex()
|
/openthread-3.6.0/src/cli/ |
D | cli.cpp | 324 void Interpreter::ProcessLine(char *aBuf) in ProcessLine() 8572 extern "C" void otCliInputLine(char *aBuf) { Interpreter::GetInterpreter().ProcessLine(aBuf); } in otCliInputLine()
|
/openthread-3.6.0/src/core/thread/ |
D | mle.cpp | 2297 Error Mle::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_… in SendLinkProbe()
|