Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap_secure.hpp116 uint16_t aBlockLength,
121 uint16_t aBlockLength,
127 uint16_t *aBlockLength,
129 … BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore);
Dcli_coap.hpp122 uint16_t aBlockLength,
127 uint16_t aBlockLength,
133 uint16_t *aBlockLength,
135 … BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore);
Dcli_coap_secure.cpp990 uint16_t aBlockLength, in BlockwiseReceiveHook() argument
994 …n static_cast<CoapSecure *>(aContext)->BlockwiseReceiveHook(aBlock, aPosition, aBlockLength, aMore, in BlockwiseReceiveHook()
1000 uint16_t aBlockLength, in BlockwiseReceiveHook() argument
1007 OutputLine("received block: Num %i Len %i", aPosition / aBlockLength, aBlockLength); in BlockwiseReceiveHook()
1009 for (uint16_t i = 0; i < aBlockLength / 16; i++) in BlockwiseReceiveHook()
1020 uint16_t *aBlockLength, in BlockwiseTransmitHook() argument
1023 …static_cast<CoapSecure *>(aContext)->BlockwiseTransmitHook(aBlock, aPosition, aBlockLength, aMore); in BlockwiseTransmitHook()
1026 …re::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore) in BlockwiseTransmitHook() argument
1032 otRandomNonCryptoFillBuffer(aBlock, *aBlockLength); in BlockwiseTransmitHook()
1034 OutputLine("send block: Num %i Len %i", blockCount, *aBlockLength); in BlockwiseTransmitHook()
[all …]
Dcli_coap.cpp1113 uint16_t aBlockLength, in BlockwiseReceiveHook() argument
1117 …return static_cast<Coap *>(aContext)->BlockwiseReceiveHook(aBlock, aPosition, aBlockLength, aMore,… in BlockwiseReceiveHook()
1122 uint16_t aBlockLength, in BlockwiseReceiveHook() argument
1129 OutputLine("received block: Num %i Len %i", aPosition / aBlockLength, aBlockLength); in BlockwiseReceiveHook()
1131 for (uint16_t i = 0; i < aBlockLength / 16; i++) in BlockwiseReceiveHook()
1142 uint16_t *aBlockLength, in BlockwiseTransmitHook() argument
1145 …return static_cast<Coap *>(aContext)->BlockwiseTransmitHook(aBlock, aPosition, aBlockLength, aMore… in BlockwiseTransmitHook()
1148 otError Coap::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bo… in BlockwiseTransmitHook() argument
1154 otRandomNonCryptoFillBuffer(aBlock, *aBlockLength); in BlockwiseTransmitHook()
1156 OutputLine("send block: Num %i Len %i", blockCount, *aBlockLength); in BlockwiseTransmitHook()
[all …]
/openthread-latest/src/core/coap/
Dcoap.hpp209 uint16_t aBlockLength, in HandleBlockReceive() argument
213 …return mReceiveHook(otCoapBlockwiseResource::mContext, aBlock, aPosition, aBlockLength, aMore, aTo… in HandleBlockReceive()
216 …Error HandleBlockTransmit(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore… in HandleBlockTransmit() argument
218 … return mTransmitHook(otCoapBlockwiseResource::mContext, aBlock, aPosition, aBlockLength, aMore); in HandleBlockTransmit()
/openthread-latest/include/openthread/
Dcoap.h372 uint16_t aBlockLength,
398 uint16_t *aBlockLength,