Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/src/
Dnet.c315 #define is_wkc(Key) \ macro
321 is_wkc(coap_key_t k) { in is_wkc() function
1352 (((Pdu)->hdr->code == COAP_REQUEST_GET) && is_wkc(Key))
1376 if (is_wkc(key)) { /* GET request for .well-known/core */ in handle_request()