Home
last modified time | relevance | path

Searched refs:coap_add_data_blocked_response (Results 1 – 9 of 9) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block.h273 void coap_add_data_blocked_response(const coap_pdu_t *request,
/third_party/libcoap/examples/contiki/
Dserver.c102 coap_add_data_blocked_response(request, response, in hnd_get_time()
/third_party/libcoap/
Dlibcoap-3.map8 coap_add_data_blocked_response;
Dlibcoap-3.sym6 coap_add_data_blocked_response
/third_party/libcoap/man/
DMakefile.am161 @echo ".so man3/coap_pdu_setup.3" > coap_add_data_blocked_response.3
Dcoap_pdu_setup.txt.in28 coap_add_data_blocked_response,
79 *void coap_add_data_blocked_response(const coap_pdu_t *_request_,
500 *Function: coap_add_data_blocked_response()*
502 The *coap_add_data_blocked_response*() function adds in the appropriate part
/third_party/libcoap/examples/
Detsi_iot_01.c133 coap_add_data_blocked_response(request, response, in hnd_get_resource()
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt354 `coap_add_data()` (or `coap_add_data_blocked_response()`) is replaced by
/third_party/libcoap/src/
Dcoap_block.c273 coap_add_data_blocked_response(const coap_pdu_t *request, in coap_add_data_blocked_response() function