Searched refs:COAP_OPTION_IF_MATCH (Results 1 – 9 of 9) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 119 #define COAP_OPTION_IF_MATCH 1 /* C__RE__, opaque, 0-8 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 520 { COAP_OPTION_IF_MATCH, "If-Match" }, in msg_option_string() 930 case COAP_OPTION_IF_MATCH: in coap_show_pdu()
|
D | coap_pdu.c | 524 case COAP_OPTION_IF_MATCH: in coap_option_check_repeatable() 1122 case COAP_OPTION_IF_MATCH: in coap_pdu_parse_opt_base()
|
D | coap_oscore.c | 851 case COAP_OPTION_IF_MATCH: in coap_oscore_decrypt_pdu()
|
D | coap_net.c | 687 case COAP_OPTION_IF_MATCH: in coap_option_check_critical()
|
/third_party/libcoap/examples/ |
D | oscore-interop-server.c | 186 if ((option = coap_check_option(request, COAP_OPTION_IF_MATCH, in hnd_put_hello_7()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 212 COAP_OPTION_IF_MATCH 1 /* C__RE__, opaque, 0-8 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 324 COAP_OPTION_IF_MATCH 1 /* C__RE__, opaque, 0-8 B, RFC7252 */
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 465 result = coap_add_option(pdu, COAP_OPTION_IF_MATCH, in t_encode_pdu5()
|