Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h182 #define COAP_SIGNALING_CODE(N) (((N)/100 << 5) | (N)%100) macro
185 COAP_SIGNALING_CSM = COAP_SIGNALING_CODE(701),
186 COAP_SIGNALING_PING = COAP_SIGNALING_CODE(702),
187 COAP_SIGNALING_PONG = COAP_SIGNALING_CODE(703),
188 COAP_SIGNALING_RELEASE = COAP_SIGNALING_CODE(704),
189 COAP_SIGNALING_ABORT = COAP_SIGNALING_CODE(705),