Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 1 of 1) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dpdu.h196 #define COAP_MESSAGE_IS_EMPTY(MSG) ((MSG)->code == 0) argument
197 #define COAP_MESSAGE_IS_REQUEST(MSG) (!COAP_MESSAGE_IS_EMPTY(MSG) \ argument
199 #define COAP_MESSAGE_IS_RESPONSE(MSG) ((MSG)->code >= 64) argument