Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h178 COAP_SIGNALING_PONG = COAP_SIGNALING_CODE(703), enumerator
340 COAP_SIGNALING_CODE_PONG = COAP_SIGNALING_PONG,
/third_party/libcoap/src/
Dcoap_debug.c384 } else if (code == COAP_SIGNALING_PING || code == COAP_SIGNALING_PONG) { in msg_option_string()
Dpdu.c872 case COAP_SIGNALING_PONG: in coap_pdu_parse_opt_csm()