Searched refs:attr_val (Results 1 – 3 of 3) sorted by relevance
331 coap_str_const_t attr_val; in add_source_address() local339 attr_val.s = (const uint8_t *)buf; in add_source_address()340 attr_val.length = n; in add_source_address()343 &attr_val, in add_source_address()395 coap_str_const_t attr_val; in hnd_post_rd() local469 attr_val.s = buf; in hnd_post_rd()470 attr_val.length = ins.length + 2; in hnd_post_rd()473 &attr_val, in hnd_post_rd()486 attr_val.s = buf; in hnd_post_rd()487 attr_val.length = rt.length + 2; in hnd_post_rd()[all …]
56 for (const [attr_name, attr_val] of Object.entries(attrs)) {57 element[attr_name] = attr_val;113 for (const [attr_name, attr_val] of Object.entries(link_attrs)) {114 link[attr_name] = attr_val; // This may override `rel` to modulepreload.
284 } attr_val; typedef