Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h177 COAP_SIGNALING_PING = COAP_SIGNALING_CODE(702), enumerator
339 COAP_SIGNALING_CODE_PING = COAP_SIGNALING_PING,
/third_party/libcoap/src/
Dcoap_debug.c384 } else if (code == COAP_SIGNALING_PING || code == COAP_SIGNALING_PONG) { in msg_option_string()
Dpdu.c871 case COAP_SIGNALING_PING: in coap_pdu_parse_opt_csm()