Home
last modified time | relevance | path

Searched refs:COAP_OPTION_IF_MATCH (Results 1 – 9 of 9) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h119 #define COAP_OPTION_IF_MATCH 1 /* C__RE__, opaque, 0-8 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_debug.c520 { COAP_OPTION_IF_MATCH, "If-Match" }, in msg_option_string()
930 case COAP_OPTION_IF_MATCH: in coap_show_pdu()
Dcoap_pdu.c524 case COAP_OPTION_IF_MATCH: in coap_option_check_repeatable()
1122 case COAP_OPTION_IF_MATCH: in coap_pdu_parse_opt_base()
Dcoap_oscore.c851 case COAP_OPTION_IF_MATCH: in coap_oscore_decrypt_pdu()
Dcoap_net.c687 case COAP_OPTION_IF_MATCH: in coap_option_check_critical()
/third_party/libcoap/examples/
Doscore-interop-server.c186 if ((option = coap_check_option(request, COAP_OPTION_IF_MATCH, in hnd_put_hello_7()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in212 COAP_OPTION_IF_MATCH 1 /* C__RE__, opaque, 0-8 B, RFC7252 */
Dcoap_pdu_setup.txt.in324 COAP_OPTION_IF_MATCH 1 /* C__RE__, opaque, 0-8 B, RFC7252 */
/third_party/libcoap/tests/
Dtest_pdu.c465 result = coap_add_option(pdu, COAP_OPTION_IF_MATCH, in t_encode_pdu5()