Searched refs:COAP_OPTION_NORESPONSE (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | pdu.h | 137 #define COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */ macro
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 210 COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */
|
D | coap_pdu_setup.txt.in | 304 COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */
|
/third_party/libcoap/src/ |
D | coap_debug.c | 354 { COAP_OPTION_NORESPONSE, "No-Response" } in msg_option_string()
|
D | pdu.c | 936 case COAP_OPTION_NORESPONSE: if (len > 1) res = 0; break; in coap_pdu_parse_opt_base()
|
D | net.c | 2420 nores = coap_check_option(request, COAP_OPTION_NORESPONSE, &opt_iter); in no_response()
|