Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h338 COAP_RESPONSE_CODE_CONTINUE = COAP_RESPONSE_CODE(231), enumerator
/third_party/libcoap/man/
Dcoap_block.txt.in89 COAP_RESPONSE_CODE_CONTINUE 2.31 (Continue) response code if the received data
172 COAP_RESPONSE_CODE_CONTINUE 2.31 (Continue) response code if the received data
Dcoap_pdu_access.txt.in135 COAP_RESPONSE_CODE_CONTINUE 2.31
Dcoap_cache.txt.in342 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE);
Dcoap_resource.txt.in505 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE);
Dcoap_pdu_setup.txt.in171 COAP_RESPONSE_CODE_CONTINUE 2.31
/third_party/libcoap/examples/
Dcoap-server.c581 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE); in hnd_put_example_data()
1439 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE); in hnd_put_post()