Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 179) sorted by relevance

12345678

/Zephyr-Core-3.5.0/arch/arm64/core/xen/
DCMakeLists.txt4 # Needed to separate definitions in common Xen headers
7 # Xen interface version used in headers for correct definition
/Zephyr-Core-3.5.0/subsys/usb/device/class/netusb/
DCMakeLists.txt6 # USB headers
12 # IP headers
/Zephyr-Core-3.5.0/samples/arch/smp/pktqueue/
DREADME.rst17 of packet headers is initialized. Each header contains some random data of size
38 The headers then are stored in multiple "sender" queues (the number is defined
47 As soon as all headers in each pair of queues are moved from "sender" to
57 the number of headers in queue (``SIZE_OF_QUEUE``), and
63 This project outputs total time required for processing all packet headers.
79 Each of 2 parallel queues is processed by 3 threads on 2 cores and contain 5000 packet headers.
84 All 20000 packet headers were processed in 89 msec
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py40 def put_raw(self, path: str, data: str | dict | None = None, headers: dict | None = None):
41 resp = requests.put(f'{self.api_url}{path}', data=data, headers=headers)
47 …}?timeout={self.timeout}&format={self.format}' + uri_options, data=data, headers={'content-type': …
50 …resp = requests.post(f'{self.api_url}{path}', data=data, headers={'content-type': 'application/jso…
/Zephyr-Core-3.5.0/boards/shields/arduino_uno_click/doc/
Dindex.rst9 The Arduino UNO click is an extension to the Arduino UNO R3 headers.
10 It's a simple shield that converts Arduino UNO R3 headers to two mikroBUS
16 Two mikroBUS headers are exposed by the overlay: ``mikrobus_header_1`` and
/Zephyr-Core-3.5.0/include/zephyr/
Dkernel_includes.h17 #error Please do not include kernel-specific headers directly, use <zephyr/kernel.h> instead
/Zephyr-Core-3.5.0/subsys/usb/device/class/hid/
DCMakeLists.txt6 # USB headers
/Zephyr-Core-3.5.0/include/zephyr/toolchain/
Darmclang.h11 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead
Dllvm.h11 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead
/Zephyr-Core-3.5.0/drivers/wifi/eswifi/
DCMakeLists.txt6 # IP headers
/Zephyr-Core-3.5.0/boards/arm/npcx7m6fb_evb/doc/
Dindex.rst22 - ADC & GPIO headers
26 - Intel Modular Embedded Controller Card (MECC) headers
82 If the correct IDC headers are installed, this board supports both J-TAG and
/Zephyr-Core-3.5.0/boards/arm/npcx9m6f_evb/doc/
Dindex.rst22 - ADC & GPIO headers
26 - Intel Modular Embedded Controller Card (MECC) headers
96 If the correct IDC headers are installed, this board supports both J-TAG and
/Zephyr-Core-3.5.0/samples/net/sockets/http_client/src/
Dmain.c310 const char *headers[] = { in run_queries() local
322 req.header_fields = headers; in run_queries()
334 const char *headers[] = { in run_queries() local
346 req.header_fields = headers; in run_queries()
/Zephyr-Core-3.5.0/boards/arm/npcx4m8f_evb/doc/
Dindex.rst22 - ADC & GPIO headers
26 - Intel Modular Embedded Controller Card (MECC) headers
95 If the correct headers are installed, this board supports both J-TAG and also
/Zephyr-Core-3.5.0/boards/shields/wnc_m14a2a/boards/
Dfrdm_k64f.overlay9 * headers. It needs to be defined individually.
Dnrf52840dk_nrf52840.overlay30 * headers. It needs to be defined individually.
/Zephyr-Core-3.5.0/modules/thrift/cmake/
Dthrift.cmake10 target # CMake target (for dependencies / headers)
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dnet_pkt.rst28 more specifically from the headers to the payload.
100 know the MTU and then the family and protocol for the headers space
103 the headers space. If there is insufficient MTU space, the requested
104 size will be shrunk so the possible headers space and new size will
122 UDP headers) will not be used for the payload.
270 Or, if headers space needs to be accounted for, call:
291 contiguously, especially with network packets which embed headers.
293 These headers are, most of the time, a known fixed set of bytes. It is
311 Let's take the example of IP and UDP. Both IPv4 and IPv6 headers are
335 the requested data. On the RX path, these headers will be read but not
/Zephyr-Core-3.5.0/samples/arch/smp/pktqueue/src/
Dmain.c29 uint8_t headers[QUEUE_NUM][SIZE_OF_QUEUE][SIZE_OF_HEADER]; variable
43 descriptors[queue_num][i].ptr = (uint8_t *)&headers[queue_num][i]; in init_datagram_queue()
/Zephyr-Core-3.5.0/boards/arm/nrf52832_mdk/doc/
Dindex.rst13 The kit gives access to 24 I/Os and interfaces via headers and has a
/Zephyr-Core-3.5.0/boards/shields/esp_8266/doc/
Dindex.rst52 Sometimes boards declare standard headers like Arduino R3 but not define
97 configurations should be used based on the board standard headers available.
123 To build shield with standard headers:
/Zephyr-Core-3.5.0/modules/hal_gigadevice/
DCMakeLists.txt41 # GD32E50X series HAL public headers require extra definitions
49 # GD32A50X series HAL public headers require extra definitions
/Zephyr-Core-3.5.0/samples/net/sockets/packet/
DREADME.rst13 The Zephyr network subsystem does not touch any of the headers
/Zephyr-Core-3.5.0/samples/subsys/display/cfb_custom_font/
DREADME.rst10 font headers automatically at build time.
/Zephyr-Core-3.5.0/cmake/compiler/xt-clang/
Dcompiler_flags.cmake5 # nostdinc_include contains path to llvm headers and also relative

12345678