Searched refs:COAP_OPTION_IF_NONE_MATCH (Results 1 – 7 of 7) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | pdu.h | 117 #define COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */ macro
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 191 COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */
|
/third_party/libcoap/src/ |
D | coap_debug.c | 337 { COAP_OPTION_IF_NONE_MATCH, "If-None-Match" }, in msg_option_string()
|
D | pdu.c | 918 case COAP_OPTION_IF_NONE_MATCH: if (len != 0) res = 0; break; in coap_pdu_parse_opt_base()
|
D | net.c | 722 case COAP_OPTION_IF_NONE_MATCH: in coap_option_check_critical()
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 571 result = coap_add_option(pdu, COAP_OPTION_IF_NONE_MATCH, 0, NULL); in t_encode_pdu9()
|
/third_party/libcoap/examples/ |
D | coap-server.c | 2592 COAP_OPTION_IF_NONE_MATCH }; in main()
|