Searched refs:COAP_OPTION_IF_MATCH (Results 1 – 4 of 4) sorted by relevance
57 #define COAP_OPTION_IF_MATCH 1 /* C, opaque, 0-8 B, (none) */ macro
293 { COAP_OPTION_IF_MATCH, "If-Match" }, in msg_option_string()
464 case COAP_OPTION_IF_MATCH: in coap_option_check_critical()
374 result = coap_add_option(pdu, COAP_OPTION_IF_MATCH, in t_encode_pdu5()