Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h196 #define COAP_MESSAGE_IS_EMPTY(MSG) ((MSG)->code == 0) macro
197 #define COAP_MESSAGE_IS_REQUEST(MSG) (!COAP_MESSAGE_IS_EMPTY(MSG) \