Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h173 #define COAP_SIGNALING_CODE(N) (((N)/100 << 5) | (N)%100) macro
176 COAP_SIGNALING_CSM = COAP_SIGNALING_CODE(701),
177 COAP_SIGNALING_PING = COAP_SIGNALING_CODE(702),
178 COAP_SIGNALING_PONG = COAP_SIGNALING_CODE(703),
179 COAP_SIGNALING_RELEASE = COAP_SIGNALING_CODE(704),
180 COAP_SIGNALING_ABORT = COAP_SIGNALING_CODE(705),