Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h187 COAP_SIGNALING_PONG = COAP_SIGNALING_CODE(703), enumerator
363 COAP_SIGNALING_CODE_PONG = COAP_SIGNALING_PONG,
/third_party/libcoap/src/
Dcoap_debug.c576 } else if (code == COAP_SIGNALING_PING || code == COAP_SIGNALING_PONG) { in msg_option_string()
Dcoap_pdu.c1072 case COAP_SIGNALING_PONG: in coap_pdu_parse_opt_csm()