Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h122 #define COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_pdu.c537 case COAP_OPTION_IF_NONE_MATCH: in coap_option_check_repeatable()
1149 case COAP_OPTION_IF_NONE_MATCH: in coap_pdu_parse_opt_base()
Dcoap_debug.c523 { COAP_OPTION_IF_NONE_MATCH, "If-None-Match" }, in msg_option_string()
Dcoap_net.c689 case COAP_OPTION_IF_NONE_MATCH: in coap_option_check_critical()
982 coap_insert_option(pdu, COAP_OPTION_IF_NONE_MATCH, 0, NULL); in coap_send_test_extended_token()
3019 opt = coap_check_option(pdu, COAP_OPTION_IF_NONE_MATCH, &opt_iter); in handle_request()
Dcoap_oscore.c853 case COAP_OPTION_IF_NONE_MATCH: in coap_oscore_decrypt_pdu()
/third_party/libcoap/examples/
Doscore-interop-server.c590 COAP_OPTION_IF_NONE_MATCH in main()
Dcoap-server.c2731 COAP_OPTION_IF_NONE_MATCH in main()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in215 COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */
Dcoap_pdu_setup.txt.in327 COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */
/third_party/libcoap/tests/
Dtest_pdu.c583 result = coap_add_option(pdu, COAP_OPTION_IF_NONE_MATCH, 0, NULL); in t_encode_pdu9()