Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 69) sorted by relevance

123

/subsys/net/lib/lwm2m/
A Dbuf_util.h20 const uint8_t *src, uint16_t src_len) in buf_append()
37 uint16_t offset, uint8_t *src, uint16_t src_len) in buf_insert()
57 static inline int buf_read(uint8_t *dst, uint16_t len, uint8_t *src, uint16_t src_len, in buf_read()
77 static inline int buf_skip(uint16_t len, uint8_t *src, uint16_t src_len, uint16_t *offset) in buf_skip()
82 static inline int buf_read_u8(uint8_t *value, uint8_t *src, uint16_t src_len, in buf_read_u8()
88 static inline int buf_read_u16(uint16_t *value, uint8_t *src, uint16_t src_len, in buf_read_u16()
94 static inline int buf_read_be16(uint16_t *value, uint8_t *src, uint16_t src_len, in buf_read_be16()
106 static inline int buf_read_u32(uint32_t *value, uint8_t *src, uint16_t src_len, in buf_read_u32()
112 static inline int buf_read_be32(uint32_t *value, uint8_t *src, uint16_t src_len, in buf_read_be32()
/subsys/dsp/arcmwdt/public/
A Dzdsp_backend.h85 static inline void zdsp_scale_q7(const DSP_DATA q7_t *src, q7_t scale_fract, int8_t shift, in zdsp_scale_q7()
101 static inline void zdsp_scale_f32(const DSP_DATA float32_t *src, float32_t scale, in zdsp_scale_f32()
119 static inline void zdsp_abs_f32(const DSP_DATA float32_t *src, DSP_DATA float32_t *dst, in zdsp_abs_f32()
129 static inline void zdsp_negate_q15(const DSP_DATA q15_t *src, DSP_DATA q15_t *dst, in zdsp_negate_q15()
134 static inline void zdsp_negate_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst, in zdsp_negate_q31()
139 static inline void zdsp_negate_f32(const DSP_DATA float32_t *src, DSP_DATA float32_t *dst, in zdsp_negate_f32()
198 static inline void zdsp_offset_f32(const DSP_DATA float32_t *src, float32_t offset, in zdsp_offset_f32()
219 static inline void zdsp_clip_f32(const DSP_DATA float32_t *src, DSP_DATA float32_t *dst, in zdsp_clip_f32()
273 static inline void zdsp_not_u8(const DSP_DATA uint8_t *src, DSP_DATA uint8_t *dst, in zdsp_not_u8()
278 static inline void zdsp_not_u16(const DSP_DATA uint16_t *src, DSP_DATA uint16_t *dst, in zdsp_not_u16()
[all …]
/subsys/dsp/cmsis/public/
A Dzdsp_backend.h102 static inline void zdsp_abs_q7(const q7_t *src, q7_t *dst, uint32_t block_size) in zdsp_abs_q7()
106 static inline void zdsp_abs_q15(const q15_t *src, q15_t *dst, uint32_t block_size) in zdsp_abs_q15()
110 static inline void zdsp_abs_q31(const q31_t *src, q31_t *dst, uint32_t block_size) in zdsp_abs_q31()
119 static inline void zdsp_negate_q7(const q7_t *src, q7_t *dst, uint32_t block_size) in zdsp_negate_q7()
123 static inline void zdsp_negate_q15(const q15_t *src, q15_t *dst, uint32_t block_size) in zdsp_negate_q15()
127 static inline void zdsp_negate_q31(const q31_t *src, q31_t *dst, uint32_t block_size) in zdsp_negate_q31()
161 static inline void zdsp_shift_q15(const q15_t *src, int8_t shift_bits, q15_t *dst, in zdsp_shift_q15()
166 static inline void zdsp_shift_q31(const q31_t *src, int8_t shift_bits, q31_t *dst, in zdsp_shift_q31()
190 static inline void zdsp_clip_q7(const q7_t *src, q7_t *dst, q7_t low, q7_t high, in zdsp_clip_q7()
195 static inline void zdsp_clip_q15(const q15_t *src, q15_t *dst, q15_t low, q15_t high, in zdsp_clip_q15()
[all …]
A Dzdsp_backend_f16.h37 static inline void zdsp_scale_f16(const float16_t *src, float16_t scale, float16_t *dst, in zdsp_scale_f16()
43 static inline void zdsp_abs_f16(const float16_t *src, float16_t *dst, uint32_t block_size) in zdsp_abs_f16()
54 static inline void zdsp_offset_f16(const float16_t *src, float16_t offset, float16_t *dst, in zdsp_offset_f16()
60 static inline void zdsp_negate_f16(const float16_t *src, float16_t *dst, uint32_t block_size) in zdsp_negate_f16()
65 static inline void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low, in zdsp_clip_f16()
/subsys/net/ip/
A Dicmpv4.c30 const struct in_addr *src; member
86 const struct in_addr *src) in icmpv4_update_record_route()
194 const struct in_addr *src) in icmpv4_update_time_stamp()
372 const struct in_addr *src) in icmpv4_handle_header_options()
405 const struct in_addr *src) in icmpv4_handle_header_options()
424 const struct in_addr *src; in icmpv4_handle_echo_request() local
A Dicmpv6.c108 const struct in6_addr *src; in icmpv6_handle_echo_request() local
201 const struct in6_addr *src; in net_icmpv6_send_error() local
A Dipv4.c37 const struct in_addr *src, in net_ipv4_create_full()
91 const struct in_addr *src, in net_ipv4_create()
A Dipv6_nbr.c531 #define dbg_addr(action, pkt_str, src, dst, pkt) \ argument
541 #define dbg_addr_recv(pkt_str, src, dst, pkt) \ argument
544 #define dbg_addr_sent(pkt_str, src, dst, pkt) \ argument
547 #define dbg_addr_with_tgt(action, pkt_str, src, dst, target, pkt) \ argument
559 #define dbg_addr_recv_tgt(pkt_str, src, dst, tgt, pkt) \ argument
562 #define dbg_addr_sent_tgt(pkt_str, src, dst, tgt, pkt) \ argument
1162 int net_ipv6_send_na(struct net_if *iface, const struct in6_addr *src, in net_ipv6_send_na()
2002 const struct in6_addr *src, in net_ipv6_send_ns()
2172 const struct in6_addr *src; in net_ipv6_send_rs() local
A Dutils.c160 char *z_impl_net_addr_ntop(sa_family_t family, const void *src, in z_impl_net_addr_ntop()
298 char *z_vrfy_net_addr_ntop(sa_family_t family, const void *src, in z_vrfy_net_addr_ntop()
333 int z_impl_net_addr_pton(sa_family_t family, const char *src, in z_impl_net_addr_pton()
506 int z_vrfy_net_addr_pton(sa_family_t family, const char *src, in z_vrfy_net_addr_pton()
1149 int net_bytes_from_str(uint8_t *buf, int buf_len, const char *src) in net_bytes_from_str()
A Dipv6.c61 const struct in6_addr *src, in net_ipv6_create()
310 const uint8_t *src, in ipv6_no_route_info()
466 static inline bool is_src_non_tentative_itself(const uint8_t *src) in is_src_non_tentative_itself()
A Dipv6_mld.c399 #define dbg_addr(action, pkt_str, src, dst) \ argument
406 #define dbg_addr_recv(pkt_str, src, dst) \ argument
A D6lo.c411 struct net_6lo_context *src) in compress_sa_ctx()
685 struct net_6lo_context *src; in get_src_addr_ctx() local
1317 struct net_6lo_context **src, in uncompress_cid()
1352 struct net_6lo_context *src = NULL; in uncompress_IPHC_header() local
A Dipv4.h163 const struct in_addr *src, in net_ipv4_create_full()
197 const struct in_addr *src, in net_ipv4_create()
341 struct in_addr src; member
/subsys/bluetooth/mesh/
A Drpl.c186 static struct bt_mesh_rpl *bt_mesh_rpl_find(uint16_t src) in bt_mesh_rpl_find()
199 static struct bt_mesh_rpl *bt_mesh_rpl_alloc(uint16_t src) in bt_mesh_rpl_alloc()
273 uint16_t src; in rpl_set() local
A Dtesting.c40 void bt_mesh_test_net_recv(uint8_t ttl, uint8_t ctl, uint16_t src, uint16_t dst, in bt_mesh_test_net_recv()
52 void bt_mesh_test_model_recv(uint16_t src, uint16_t dst, const void *payload, size_t payload_len) in bt_mesh_test_model_recv()
A Drpl.h9 uint64_t src:15, member
A Dfriend.c52 uint16_t src; member
494 uint16_t src; in encrypt_friend_pdu() local
1076 static bool is_seg(struct bt_mesh_friend_seg *seg, uint16_t src, uint16_t seq_zero) in is_seg()
1098 uint16_t src, uint16_t seq_zero, in get_seg()
1125 uint16_t src, uint8_t seg_count, in enqueue_friend_pdu()
1368 static bool is_segack(struct net_buf *buf, const uint64_t *seqauth, uint16_t src) in is_segack()
1405 const uint64_t *seq_auth, uint16_t src) in friend_purge_old_ack()
1610 bool bt_mesh_friend_queue_has_space(uint16_t net_idx, uint16_t src, uint16_t dst, in bt_mesh_friend_queue_has_space()
1646 uint16_t src) in friend_queue_check_dup()
1790 void bt_mesh_friend_clear_incomplete(struct bt_mesh_subnet *sub, uint16_t src, in bt_mesh_friend_clear_incomplete()
/subsys/bluetooth/controller/util/
A Dmem.c114 void mem_rcopy(uint8_t *dst, uint8_t const *src, uint16_t len) in mem_rcopy()
126 uint8_t mem_nz(uint8_t *src, uint16_t len) in mem_nz()
/subsys/net/l2/ppp/
A Dppp_stats.c24 void *src = NULL; in ppp_stats_get() local
/subsys/net/l2/ethernet/
A Dethernet_stats.c24 void *src = NULL; in eth_stats_get() local
A Darp.c481 struct in_addr *src, in arp_gratuitous()
641 struct in_addr *src, in net_arp_update()
795 struct net_eth_addr *src, in net_arp_input()
/subsys/logging/backends/
A Dlog_backend_net.c138 const struct in6_addr *src; in do_net_init() local
153 const struct in_addr *src; in do_net_init() local
/subsys/bluetooth/host/
A Daddr.c111 void bt_addr_le_copy_resolved(bt_addr_le_t *dst, const bt_addr_le_t *src) in bt_addr_le_copy_resolved()
A Duuid.c33 static void uuid_to_uuid128(const struct bt_uuid *src, struct bt_uuid_128 *dst) in uuid_to_uuid128()
/subsys/net/l2/ieee802154/
A Dieee802154_frame.c448 struct net_linkaddr *src, uint8_t *ll_hdr_len, in ieee802154_compute_header_and_authtag_len()
673 struct net_linkaddr *src, struct net_buf *buf, uint8_t ll_hdr_len) in ieee802154_create_data_frame()
938 struct ieee802154_address *src; in ieee802154_decipher_data_frame() local

Completed in 66 milliseconds

123