Searched refs:coap_get_block (Results 1 – 7 of 7) sorted by relevance
/net-tools-latest/libcoap/tests/ |
D | test_wellknown.c | 169 CU_ASSERT(coap_get_block(response, COAP_OPTION_BLOCK2, &block) != 0); in t_wellknown4() 201 CU_ASSERT(coap_get_block(response, COAP_OPTION_BLOCK2, &block) != 0); in t_wellknown5() 240 CU_ASSERT(coap_get_block(response, COAP_OPTION_BLOCK2, &block) != 0); in t_wellknown6()
|
/net-tools-latest/libcoap/include/coap/ |
D | block.h | 91 int coap_get_block(coap_pdu_t *pdu, unsigned short type, coap_block_t *block);
|
/net-tools-latest/libcoap/ |
D | libcoap-1.sym | 38 coap_get_block
|
D | libcoap-1.map | 40 coap_get_block;
|
/net-tools-latest/libcoap/src/ |
D | block.c | 45 coap_get_block(coap_pdu_t *pdu, unsigned short type, coap_block_t *block) { in coap_get_block() function
|
D | net.c | 1186 if (coap_get_block(request, COAP_OPTION_BLOCK2, &block)) { in coap_wellknown_response()
|
/net-tools-latest/libcoap/examples/ |
D | etsi_iot_01.c | 177 if (coap_get_block(request, COAP_OPTION_BLOCK2, &block)) { in hnd_get_resource()
|