Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dblock.h113 int coap_write_block_opt(coap_block_t *block,
/net-tools-latest/libcoap/
Dlibcoap-1.sym111 coap_write_block_opt
Dlibcoap-1.map113 coap_write_block_opt;
/net-tools-latest/libcoap/src/
Dblock.c64 coap_write_block_opt(coap_block_t *block, unsigned short type, in coap_write_block_opt() function
Dnet.c1239 if (coap_write_block_opt(&block, COAP_OPTION_BLOCK2, resp, wkc_len) < 0) { in coap_wellknown_response()
/net-tools-latest/libcoap/examples/
Detsi_iot_01.c178 res = coap_write_block_opt(&block, COAP_OPTION_BLOCK2, response, in hnd_get_resource()
202 coap_write_block_opt(&block, COAP_OPTION_BLOCK2, response, in hnd_get_resource()