Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h137 #define COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */ macro
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in210 COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */
Dcoap_pdu_setup.txt.in304 COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */
/third_party/libcoap/src/
Dcoap_debug.c354 { COAP_OPTION_NORESPONSE, "No-Response" } in msg_option_string()
Dpdu.c936 case COAP_OPTION_NORESPONSE: if (len > 1) res = 0; break; in coap_pdu_parse_opt_base()
Dnet.c2420 nores = coap_check_option(request, COAP_OPTION_NORESPONSE, &opt_iter); in no_response()