Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h315 COAP_RESPONSE_CODE_CONTINUE = COAP_RESPONSE_CODE(231), enumerator
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in123 COAP_RESPONSE_CODE_CONTINUE 2.31
Dcoap_cache.txt.in303 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE);
Dcoap_resource.txt.in392 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE);
Dcoap_pdu_setup.txt.in163 COAP_RESPONSE_CODE_CONTINUE 2.31
/third_party/libcoap/examples/
Dcoap-server.c546 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE); in hnd_put_example_data()
1091 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE); in hnd_proxy_uri()
1490 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE); in hnd_put()