Home
last modified time | relevance | path

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

/net-tools-2.7.6/libcoap/include/coap/
Dpdu.h30 #define COAP_DEFAULT_VERSION 1 /* version of CoAP supported */ macro
/net-tools-2.7.6/libcoap/src/
Dpdu.c42 pdu->hdr->version = COAP_DEFAULT_VERSION; in coap_pdu_clear()
Dnet.c869 if (((*msg >> 6) & 0x03) != COAP_DEFAULT_VERSION) { in coap_handle_message()
/net-tools-2.7.6/
Dcoap-client.c893 if (pdu->version != COAP_DEFAULT_VERSION) { in dispatch_data()