Searched refs:COAP_DEFAULT_VERSION (Results 1 – 4 of 4) sorted by relevance
30 #define COAP_DEFAULT_VERSION 1 /* version of CoAP supported */ macro
42 pdu->hdr->version = COAP_DEFAULT_VERSION; in coap_pdu_clear()
869 if (((*msg >> 6) & 0x03) != COAP_DEFAULT_VERSION) { in coap_handle_message()
893 if (pdu->version != COAP_DEFAULT_VERSION) { in dispatch_data()