Lines Matching refs:attr_val
310 coap_str_const_t attr_val; in add_source_address() local
357 attr_val.s = (const uint8_t *)buf; in add_source_address()
358 attr_val.length = n; in add_source_address()
361 &attr_val, in add_source_address()
412 coap_str_const_t attr_val; in hnd_post_rd() local
486 attr_val.s = buf; in hnd_post_rd()
487 attr_val.length = ins.length + 2; in hnd_post_rd()
490 &attr_val, in hnd_post_rd()
503 attr_val.s = buf; in hnd_post_rd()
504 attr_val.length = rt.length + 2; in hnd_post_rd()
507 &attr_val, in hnd_post_rd()