Searched refs:dst_ctx (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/subsys/settings/src/ |
D | settings_priv.h | 99 int settings_line_entry_copy(void *dst_ctx, off_t dst_off, void *src_ctx,
|
D | settings_line.c | 275 int settings_line_entry_copy(void *dst_ctx, off_t dst_off, void *src_ctx, in settings_line_entry_copy() argument 297 rc = settings_io_cb.write_cb(dst_ctx, dst_off, buf, write_size); in settings_line_entry_copy()
|
/Zephyr-Core-3.6.0/subsys/net/ip/ |
D | 6lo.c | 732 struct net_6lo_context *dst_ctx = NULL; in compress_IPHC_header() local 773 dst_ctx = get_dst_addr_ctx(pkt, ipv6); in compress_IPHC_header() 774 if (dst_ctx) { in compress_IPHC_header() 777 dst_ctx); in compress_IPHC_header() 823 if (dst_ctx) { in compress_IPHC_header() 824 *inline_pos |= dst_ctx->cid & 0x0F; in compress_IPHC_header()
|