Searched refs:COAP_OPTION_NORESPONSE (Results 1 – 7 of 7) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 145 #define COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 542 { COAP_OPTION_NORESPONSE, "No-Response" }, in msg_option_string() 933 case COAP_OPTION_NORESPONSE: in coap_show_pdu()
|
D | coap_pdu.c | 552 case COAP_OPTION_NORESPONSE: in coap_option_check_repeatable() 1225 case COAP_OPTION_NORESPONSE: in coap_pdu_parse_opt_base()
|
D | coap_oscore.c | 866 case COAP_OPTION_NORESPONSE: in coap_oscore_decrypt_pdu()
|
D | coap_net.c | 2670 nores = coap_check_option(request, COAP_OPTION_NORESPONSE, &opt_iter); in no_response()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 234 COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */
|
D | coap_pdu_setup.txt.in | 349 COAP_OPTION_NORESPONSE 258 /* _U-_E_U, uint, 0-1 B, RFC7967 */
|