Home
last modified time | relevance | path

Searched refs:COAP_DEFAULT_SCHEME (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dpdu.h31 #define COAP_DEFAULT_SCHEME "coap" /* the default scheme for CoAP URIs */ macro
/net-tools-latest/libcoap/src/
Duri.c62 q = (unsigned char *)COAP_DEFAULT_SCHEME; in coap_split_uri()