Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dpdu.h57 #define COAP_OPTION_IF_MATCH 1 /* C, opaque, 0-8 B, (none) */ macro
/net-tools-latest/libcoap/src/
Ddebug.c293 { COAP_OPTION_IF_MATCH, "If-Match" }, in msg_option_string()
Dnet.c464 case COAP_OPTION_IF_MATCH: in coap_option_check_critical()
/net-tools-latest/libcoap/tests/
Dtest_pdu.c374 result = coap_add_option(pdu, COAP_OPTION_IF_MATCH, in t_encode_pdu5()