Searched refs:COAP_OPTION_IF_NONE_MATCH (Results 1 – 10 of 10) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 122 #define COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_pdu.c | 537 case COAP_OPTION_IF_NONE_MATCH: in coap_option_check_repeatable() 1149 case COAP_OPTION_IF_NONE_MATCH: in coap_pdu_parse_opt_base()
|
D | coap_debug.c | 523 { COAP_OPTION_IF_NONE_MATCH, "If-None-Match" }, in msg_option_string()
|
D | coap_net.c | 689 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()
|
D | coap_oscore.c | 853 case COAP_OPTION_IF_NONE_MATCH: in coap_oscore_decrypt_pdu()
|
/third_party/libcoap/examples/ |
D | oscore-interop-server.c | 590 COAP_OPTION_IF_NONE_MATCH in main()
|
D | coap-server.c | 2731 COAP_OPTION_IF_NONE_MATCH in main()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 215 COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 327 COAP_OPTION_IF_NONE_MATCH 5 /* C___E__, empty, 0 B, RFC7252 */
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 583 result = coap_add_option(pdu, COAP_OPTION_IF_NONE_MATCH, 0, NULL); in t_encode_pdu9()
|