Home
last modified time | relevance | path

Searched defs:dst_len (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dbuf_util.h19 static inline int buf_append(uint8_t *dst, uint16_t *dst_len, uint16_t dst_size, in buf_append()
36 static inline int buf_insert(uint8_t *dst, uint16_t *dst_len, uint16_t dst_size, in buf_insert()
/Zephyr-latest/drivers/fuel_gauge/
Dfuel_gauge_syscall_handlers.c83 size_t dst_len) in z_vrfy_fuel_gauge_get_buffer_prop()
/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c307 socklen_t *dst_len) in create_ipv4_answer()
340 socklen_t *dst_len) in create_ipv6_answer()
374 socklen_t dst_len; in send_response() local
Dmdns_responder.c134 struct sockaddr *dst, socklen_t *dst_len) in setup_dst_addr()
281 socklen_t dst_len; in send_response() local
356 socklen_t dst_len; in send_sd_response() local
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dserial_util.c153 size_t dst_len; in mcumgr_serial_tx_small() local
Dsmp_dummy.c524 size_t dst_len; in mcumgr_dummy_tx_small() local
/Zephyr-latest/drivers/fuel_gauge/bq27z746/
Dbq27z746.c201 size_t dst_len) in bq27z746_get_buffer_prop()
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
Dsbs_gauge.c238 size_t dst_len) in sbs_gauge_get_buffer_prop()
/Zephyr-latest/drivers/crypto/
Dcrypto_stm32.c95 static int copy_words_adjust_endianness(uint8_t *dst_buf, int dst_len, const uint8_t *src_buf, in copy_words_adjust_endianness()
/Zephyr-latest/include/zephyr/drivers/
Dfuel_gauge.h379 void *dst, size_t dst_len) in z_impl_fuel_gauge_get_buffer_prop()
/Zephyr-latest/tests/net/lib/dns_sd/src/
Dmain.c672 socklen_t dst_len; in ZTEST() local
/Zephyr-latest/lib/net_buf/
Dbuf.c642 size_t net_buf_linearize(void *dst, size_t dst_len, const struct net_buf *src, in net_buf_linearize()