Home
last modified time | relevance | path

Searched refs:COAP_OPTION_IF_NONE_MATCH (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dpdu.h117 #define COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */ macro
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in191 COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */
/third_party/libcoap/src/
Dcoap_debug.c337 { COAP_OPTION_IF_NONE_MATCH, "If-None-Match" }, in msg_option_string()
Dpdu.c918 case COAP_OPTION_IF_NONE_MATCH: if (len != 0) res = 0; break; in coap_pdu_parse_opt_base()
Dnet.c722 case COAP_OPTION_IF_NONE_MATCH: in coap_option_check_critical()
/third_party/libcoap/tests/
Dtest_pdu.c571 result = coap_add_option(pdu, COAP_OPTION_IF_NONE_MATCH, 0, NULL); in t_encode_pdu9()
/third_party/libcoap/examples/
Dcoap-server.c2592 COAP_OPTION_IF_NONE_MATCH }; in main()