Home
last modified time | relevance | path

Searched refs:cloned (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/drivers/net/
Dloopback.c100 struct net_pkt *cloned; in loopback_send() local
128 cloned = net_pkt_rx_clone(pkt, K_MSEC(100)); in loopback_send()
129 if (!cloned) { in loopback_send()
142 net_ipv6_addr_copy_raw(NET_IPV6_HDR(cloned)->src, in loopback_send()
144 net_ipv6_addr_copy_raw(NET_IPV6_HDR(cloned)->dst, in loopback_send()
147 net_ipv4_addr_copy_raw(NET_IPV4_HDR(cloned)->src, in loopback_send()
149 net_ipv4_addr_copy_raw(NET_IPV4_HDR(cloned)->dst, in loopback_send()
154 res = net_recv_data(net_pkt_iface(cloned), cloned); in loopback_send()
/Zephyr-latest/boards/starfive/visionfive2/doc/
Dindex.rst53 to previously git cloned vf2-loader/ directory and cd into it.
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst24 west.manifest: your_project: checking if cloned
Dmanifest.rst197 Locally, this project will be cloned at path ``extra/project-1`` relative to
210 default. It will be cloned into a directory named ``proj2``. The commit
280 in the cloned repository limited to the given number of commits. This
388 This ensures that the zephyr repository is cloned into path ``zephyr``, though
411 be cloned to the directory :file:`project-repo`.
1370 After ``west init``, :file:`my-downstream/my-repo` will be cloned.
1373 repository's :file:`west.yml` at revision ``v1.14.1`` will be cloned into
1472 - is cloned from ``https://git.example.com/hal_nordic`` instead of
Drelease-notes.rst15 To run this command to get ``git grep foo`` results from all cloned,
712 projects are not cloned, as long as its format string only requires
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst182 The ``/doc`` directory in your cloned copy of the Zephyr project git
/Zephyr-latest/doc/
Dglossary.rst178 repository that will be cloned and managed by west when working with the
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/
Dindex.rst183 Next, do the **one-time setup** to flash MCUboot. We'll assume you've cloned
/Zephyr-latest/doc/develop/
Dmodules.rst1179 path: <path to where the repository should be cloned>
1211 path: <path to where the repository should be cloned>
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst549 cloned the Zephyr repository, and installed Python dependencies as