Searched defs:MSG (Results 1 – 1 of 1) sorted by relevance
196 #define COAP_MESSAGE_IS_EMPTY(MSG) ((MSG)->code == 0) argument197 #define COAP_MESSAGE_IS_REQUEST(MSG) (!COAP_MESSAGE_IS_EMPTY(MSG) \ argument199 #define COAP_MESSAGE_IS_RESPONSE(MSG) ((MSG)->code >= 64) argument