Home
last modified time | relevance | path

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

/third_party/libcoap/examples/
Dtiny.c61 if (!(pdu = coap_pdu_init(COAP_MESSAGE_NON, COAP_REQUEST_CODE_POST, in make_pdu()
Dcoap-server.c1464 if (code == COAP_REQUEST_CODE_POST) { in hnd_put_post()
/third_party/libcoap/include/coap3/
Dcoap_pdu.h326 COAP_REQUEST_CODE_POST = COAP_REQUEST_POST, enumerator
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in123 COAP_REQUEST_CODE_POST 0.02
Dcoap_pdu_setup.txt.in159 COAP_REQUEST_CODE_POST 0.02
/third_party/libcoap/tests/
Dtest_pdu.c494 pdu->code = COAP_REQUEST_CODE_POST; in t_encode_pdu6()
/third_party/libcoap/src/
Dcoap_oscore.c276 coap_request ? COAP_REQUEST_CODE_POST : COAP_RESPONSE_CODE(204); in coap_oscore_new_pdu_encrypted()