Home
last modified time | relevance | path

Searched refs:aBlockLength (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/src/cli/
Dcli_coap_secure.hpp123 uint16_t aBlockLength,
128 uint16_t aBlockLength,
134 uint16_t *aBlockLength,
136 … BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore);
Dcli_coap.hpp130 uint16_t aBlockLength,
135 uint16_t aBlockLength,
141 uint16_t *aBlockLength,
143 … BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore);
Dcli_coap_secure.cpp691 uint16_t aBlockLength, in BlockwiseReceiveHook() argument
695 …n static_cast<CoapSecure *>(aContext)->BlockwiseReceiveHook(aBlock, aPosition, aBlockLength, aMore, in BlockwiseReceiveHook()
701 uint16_t aBlockLength, in BlockwiseReceiveHook() argument
708 OutputLine("received block: Num %i Len %i", aPosition / aBlockLength, aBlockLength); in BlockwiseReceiveHook()
710 for (uint16_t i = 0; i < aBlockLength / 16; i++) in BlockwiseReceiveHook()
721 uint16_t *aBlockLength, in BlockwiseTransmitHook() argument
724 …static_cast<CoapSecure *>(aContext)->BlockwiseTransmitHook(aBlock, aPosition, aBlockLength, aMore); in BlockwiseTransmitHook()
727 …re::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore) in BlockwiseTransmitHook() argument
733 otRandomNonCryptoFillBuffer(aBlock, *aBlockLength); in BlockwiseTransmitHook()
735 OutputLine("send block: Num %i Len %i", blockCount, *aBlockLength); in BlockwiseTransmitHook()
[all …]
Dcli_coap.cpp868 uint16_t aBlockLength, in BlockwiseReceiveHook() argument
872 …return static_cast<Coap *>(aContext)->BlockwiseReceiveHook(aBlock, aPosition, aBlockLength, aMore,… in BlockwiseReceiveHook()
877 uint16_t aBlockLength, in BlockwiseReceiveHook() argument
884 OutputLine("received block: Num %i Len %i", aPosition / aBlockLength, aBlockLength); in BlockwiseReceiveHook()
886 for (uint16_t i = 0; i < aBlockLength / 16; i++) in BlockwiseReceiveHook()
897 uint16_t *aBlockLength, in BlockwiseTransmitHook() argument
900 …return static_cast<Coap *>(aContext)->BlockwiseTransmitHook(aBlock, aPosition, aBlockLength, aMore… in BlockwiseTransmitHook()
903 otError Coap::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bo… in BlockwiseTransmitHook() argument
909 otRandomNonCryptoFillBuffer(aBlock, *aBlockLength); in BlockwiseTransmitHook()
911 OutputLine("send block: Num %i Len %i", blockCount, *aBlockLength); in BlockwiseTransmitHook()
[all …]
/openthread-3.5.0/src/core/coap/
Dcoap.hpp221 uint16_t aBlockLength, in HandleBlockReceive() argument
225 …return mReceiveHook(otCoapBlockwiseResource::mContext, aBlock, aPosition, aBlockLength, aMore, aTo… in HandleBlockReceive()
228 …Error HandleBlockTransmit(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore… in HandleBlockTransmit() argument
230 … return mTransmitHook(otCoapBlockwiseResource::mContext, aBlock, aPosition, aBlockLength, aMore); in HandleBlockTransmit()
/openthread-3.5.0/include/openthread/
Dcoap.h381 uint16_t aBlockLength,
408 uint16_t *aBlockLength,