Home
last modified time | relevance | path

Searched refs:COAP_DEFAULT_VERSION (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h35 #define COAP_DEFAULT_VERSION 1 /* version of CoAP supported */ macro
/third_party/libcoap/src/
Dcoap_pdu.c1017 if ((hdr[0] >> 6) != COAP_DEFAULT_VERSION) { in coap_pdu_parse_header()
1442 pdu->token[-4] = COAP_DEFAULT_VERSION << 6 in coap_pdu_encode_header()
Dcoap_debug.c737 COAP_DEFAULT_VERSION, msg_type_string(pdu->type), in coap_show_pdu()