Home
last modified time | relevance | path

Searched refs:coap_get_block (Results 1 – 7 of 7) sorted by relevance

/net-tools-latest/libcoap/tests/
Dtest_wellknown.c169 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/
Dblock.h91 int coap_get_block(coap_pdu_t *pdu, unsigned short type, coap_block_t *block);
/net-tools-latest/libcoap/
Dlibcoap-1.sym38 coap_get_block
Dlibcoap-1.map40 coap_get_block;
/net-tools-latest/libcoap/src/
Dblock.c45 coap_get_block(coap_pdu_t *pdu, unsigned short type, coap_block_t *block) { in coap_get_block() function
Dnet.c1186 if (coap_get_block(request, COAP_OPTION_BLOCK2, &block)) { in coap_wellknown_response()
/net-tools-latest/libcoap/examples/
Detsi_iot_01.c177 if (coap_get_block(request, COAP_OPTION_BLOCK2, &block)) { in hnd_get_resource()