Searched defs:aBlock (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/utils/ |
D | heap.hpp | 266 Block &BlockNext(const Block &aBlock) { return BlockAt(aBlock.GetNext()); } in BlockNext() 275 …Block &BlockRight(const Block &aBlock) { return BlockAt(BlockOffset(aBlock) + sizeof(Block) + aBlo… in BlockRight() 289 …bool IsLeftFree(const Block &aBlock) { return (BlockOffset(aBlock) != kFirstBlockOffset && aBlock.… in IsLeftFree() 298 uint16_t BlockOffset(const Block &aBlock) in BlockOffset()
|
D | heap.cpp | 121 void Heap::BlockInsert(Block &aPrev, Block &aBlock) in BlockInsert() 134 Block &Heap::BlockPrev(const Block &aBlock) in BlockPrev()
|
/openthread-latest/src/cli/ |
D | cli_coap.cpp | 1111 const uint8_t *aBlock, in BlockwiseReceiveHook() 1120 otError Coap::BlockwiseReceiveHook(const uint8_t *aBlock, in BlockwiseReceiveHook() 1140 uint8_t *aBlock, in BlockwiseTransmitHook() 1148 otError Coap::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bo… in BlockwiseTransmitHook()
|
D | cli_coap_secure.cpp | 988 const uint8_t *aBlock, in BlockwiseReceiveHook() 998 otError CoapSecure::BlockwiseReceiveHook(const uint8_t *aBlock, in BlockwiseReceiveHook() 1018 uint8_t *aBlock, in BlockwiseTransmitHook() 1026 otError CoapSecure::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLeng… in BlockwiseTransmitHook()
|
/openthread-latest/src/core/coap/ |
D | coap.hpp | 207 Error HandleBlockReceive(const uint8_t *aBlock, in HandleBlockReceive() 216 …Error HandleBlockTransmit(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore… in HandleBlockTransmit()
|