Home
last modified time | relevance | path

Searched refs:COAP_REQUEST_CODE_GET (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
Dpdu.h301 COAP_REQUEST_CODE_GET = COAP_REQUEST_GET, enumerator
/third_party/libcoap/tests/
Dtest_pdu.c36 CU_ASSERT(pdu->code == COAP_REQUEST_CODE_GET); in t_parse_pdu1()
339 pdu->code = COAP_REQUEST_CODE_GET; in t_encode_pdu1()
359 pdu->code = COAP_REQUEST_CODE_GET; in t_encode_pdu2()
Dtest_wellknown.c228 pdu->code = COAP_REQUEST_CODE_GET; in t_wellknown6()
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt323 COAP_REQUEST_CODE_GET,
327 Note that the second parameter (`COAP_REQUEST_CODE_GET`) goes further than
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in110 COAP_REQUEST_CODE_GET 0.01
Dcoap_pdu_setup.txt.in150 COAP_REQUEST_CODE_GET 0.01
/third_party/libcoap/src/
Dnet.c2663 if (pdu->code == COAP_REQUEST_CODE_GET) { /* GET */ in handle_request()
2761 (pdu->code == COAP_REQUEST_CODE_GET || in handle_request()
/third_party/libcoap/examples/
Dcoap-server.c270 if (code == COAP_REQUEST_CODE_GET && query != NULL && in hnd_get_fetch_time()