Home
last modified time | relevance | path

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

/third_party/libcoap/examples/
Dtiny.c61 if (!(pdu = coap_pdu_init(COAP_MESSAGE_NON, COAP_REQUEST_CODE_POST, id++, in make_pdu()
/third_party/libcoap/include/coap3/
Dpdu.h302 COAP_REQUEST_CODE_POST = COAP_REQUEST_POST, enumerator
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in111 COAP_REQUEST_CODE_POST 0.02
Dcoap_pdu_setup.txt.in151 COAP_REQUEST_CODE_POST 0.02
/third_party/libcoap/tests/
Dtest_pdu.c482 pdu->code = COAP_REQUEST_CODE_POST; in t_encode_pdu6()