Lines Matching defs:value
215 static void mrp_attrvalue_inc(void *value, u8 len)
217 u8 *v = (u8 *)value;
227 const void *value, u8 len, u8 type)
233 return memcmp(attr->value, value, len);
237 const void *value, u8 len, u8 type)
245 d = mrp_attr_cmp(attr, value, len, type);
257 const void *value, u8 len, u8 type)
266 d = mrp_attr_cmp(attr, value, len, type);
282 memcpy(attr->value, value, len);
429 * or this attribute's value does not sequentially follow the previous
430 * attribute's value, add a new VectorAttribute header to the PDU.
433 memcmp(mrp_cb(app->pdu)->attrvalue, attr->value, attr->len)) {
434 if (mrp_pdu_append_vecattr_hdr(app, attr->value, attr->len) < 0)
468 * the value of the next attribute that would continue its Vector.
531 const void *value, u8 len, u8 type)
543 attr = mrp_attr_create(app, value, len, type);
556 const void *value, u8 len, u8 type)
568 attr = mrp_attr_lookup(app, value, len, type);
707 * value for the first attribute is contained in the structure. So
708 * we make a copy of that value, and then increment it each time we