Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 84) sorted by relevance

1234

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1584 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local
1605 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local
1617 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local
1630 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local
1645 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local
1660 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local
1683 btc_ble_5_gap_args_t *dst = (btc_ble_5_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local
1699 btc_ble_5_gap_args_t *dst = (btc_ble_5_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local
1715 btc_ble_5_gap_args_t *dst = (btc_ble_5_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local
1728 btc_ble_5_gap_args_t *dst = (btc_ble_5_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c192 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now) in bt_mesh_is_server_recv_last_msg()
210 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now) in bt_mesh_server_update_last_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.c751 bool bt_mesh_provisioner_check_msg_dst(uint16_t dst) in bt_mesh_provisioner_check_msg_dst()
773 const uint8_t *bt_mesh_provisioner_dev_key_get(uint16_t dst) in bt_mesh_provisioner_dev_key_get()
1553 uint16_t dst; /* Heartbeat destination address (unicast address or group address) */ member
1588 static int hb_filter_alloc(uint16_t src, uint16_t dst) in hb_filter_alloc()
1607 static int hb_filter_add(uint16_t src, uint16_t dst) in hb_filter_add()
1630 static int hb_filter_remove(uint16_t src, uint16_t dst) in hb_filter_remove()
1651 int bt_mesh_provisioner_set_heartbeat_filter_info(uint8_t op, uint16_t src, uint16_t dst) in bt_mesh_provisioner_set_heartbeat_filter_info()
Dfast_prov.c25 const uint8_t *bt_mesh_fast_prov_dev_key_get(uint16_t dst) in bt_mesh_fast_prov_dev_key_get()
Daccess.c551 static bool model_has_dst(struct bt_mesh_model *model, uint16_t dst) in model_has_dst()
740 static bool ready_to_send(uint8_t role, uint16_t dst) in ready_to_send()
960 const uint8_t *bt_mesh_tx_devkey_get(uint8_t role, uint16_t dst) in bt_mesh_tx_devkey_get()
Dcrypto.c656 uint16_t src, uint16_t dst, uint32_t seq_num, in create_app_nonce()
675 uint16_t src, uint16_t dst, uint32_t seq_num, uint32_t iv_index) in bt_mesh_app_encrypt()
701 const uint8_t *ad, uint16_t src, uint16_t dst, uint32_t seq_num, in bt_mesh_app_decrypt()
Dtransport.c76 uint16_t dst; member
98 uint16_t dst; member
1277 static int send_ack(struct bt_mesh_subnet *sub, uint16_t src, uint16_t dst, in send_ack()
1863 void bt_mesh_tx_reset_single(uint16_t dst)
1973 const uint8_t **key, uint8_t *aid, uint8_t role, uint16_t dst)
Dadv.h34 uint16_t dst; /* Destination address for relay packets */ member
/hal_espressif-latest/components/wpa_supplicant/include/utils/
Dwpabuf.h151 static inline void wpabuf_put_buf(struct wpabuf *dst, in wpabuf_put_buf()
164 static inline void wpabuf_put_str(struct wpabuf *dst, const char *str) in wpabuf_put_str()
/hal_espressif-latest/components/spi_flash/sim/stubs/bsd/
Dstrlcpy.c38 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_cli.h114 uint16_t dst; member
124 uint16_t dst; member
194 uint16_t dst; member
203 uint16_t dst; member
Dcfg_srv.h42 uint16_t dst; member
55 uint16_t dst; member
198 uint16_t dst; member
207 uint16_t dst; member
/hal_espressif-latest/components/esp_rom/esp32s2/
Dusb_patches.c56 uint16_t* dst = s_str_serial_descr.bString; in rom_usb_cdc_set_descriptor_patch() local
/hal_espressif-latest/components/esp_app_format/
Desp_app_desc.c79 int IRAM_ATTR esp_app_get_elf_sha256(char* dst, size_t size) in esp_app_get_elf_sha256()
/hal_espressif-latest/components/mbedtls/port/md/
Desp_md.c57 void esp_md5_clone( mbedtls_md5_context *dst, const mbedtls_md5_context *src ) in esp_md5_clone()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_util.c40 void mem_rcopy(uint8_t *dst, uint8_t const *src, uint16_t len) in mem_rcopy()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c448 esp_blufi_cb_param_t *dst = (esp_blufi_cb_param_t *) p_dest; in btc_blufi_cb_deep_copy() local
676 btc_blufi_args_t *dst = (btc_blufi_args_t *) p_dest; in btc_blufi_call_deep_copy() local
/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_cp_dma.c88 bool async_memcpy_impl_is_buffer_address_valid(async_memcpy_impl_t *impl, void *src, void *dst) in async_memcpy_impl_is_buffer_address_valid()
Dasync_memcpy_impl_gdma.c140 bool async_memcpy_impl_is_buffer_address_valid(async_memcpy_impl_t *impl, void *src, void *dst) in async_memcpy_impl_is_buffer_address_valid()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae_pk.c349 u8 *dst, *src, *end; in sae_pk_buf_shift_left_19() local
367 u8 *dst, *src, *end; in sae_pk_buf_shift_left_1() local
/hal_espressif-latest/components/mbedtls/port/sha/block/
Desp_sha1.c74 void mbedtls_sha1_clone( mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
Desp_sha256.c84 void mbedtls_sha256_clone( mbedtls_sha256_context *dst, in mbedtls_sha256_clone()
/hal_espressif-latest/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c113 unsigned char *dst ) in rsa_rsassa_pkcs1_v15_encode()
/hal_espressif-latest/components/mbedtls/port/sha/dma/
Desp_sha1.c71 void mbedtls_sha1_clone( mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
Desp_sha256.c81 void mbedtls_sha256_clone( mbedtls_sha256_context *dst, in mbedtls_sha256_clone()

1234