Searched refs:COAP_REQUEST_CODE_GET (Results 1 – 8 of 8) sorted by relevance
301 COAP_REQUEST_CODE_GET = COAP_REQUEST_GET, enumerator
36 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()
228 pdu->code = COAP_REQUEST_CODE_GET; in t_wellknown6()
323 COAP_REQUEST_CODE_GET,327 Note that the second parameter (`COAP_REQUEST_CODE_GET`) goes further than
110 COAP_REQUEST_CODE_GET 0.01
150 COAP_REQUEST_CODE_GET 0.01
2663 if (pdu->code == COAP_REQUEST_CODE_GET) { /* GET */ in handle_request()2761 (pdu->code == COAP_REQUEST_CODE_GET || in handle_request()
270 if (code == COAP_REQUEST_CODE_GET && query != NULL && in hnd_get_fetch_time()