Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h198 #define COAP_SIGNALING_OPTION_CUSTODY 2 macro
/third_party/libcoap/src/
Dcoap_debug.c555 { COAP_SIGNALING_OPTION_CUSTODY, "Custody" } in msg_option_string()
Dcoap_pdu.c1074 case COAP_SIGNALING_OPTION_CUSTODY: in coap_pdu_parse_opt_csm()
Dcoap_net.c3479 coap_add_option_internal(pong, COAP_SIGNALING_OPTION_CUSTODY, 0, NULL); in handle_signaling()