/Zephyr-latest/subsys/net/lib/shell/ |
D | http.c | 35 struct http_resource_detail *detail = res->detail; in cmd_net_http() local 40 switch (detail->type) { in cmd_net_http() 60 if (IS_BIT_SET(detail->bitmask_of_supported_http_methods, i)) { in cmd_net_http()
|
/Zephyr-latest/tests/net/lib/http_server/common/src/ |
D | main.c | 13 static struct http_resource_detail detail[] = { variable 40 #define DETAIL(n) &detail[n] 41 #define RES(n) &detail[n] 86 zassert_equal(service_A.detail, DETAIL(0)); in ZTEST() 93 zassert_equal(service_B.detail, DETAIL(1)); in ZTEST() 100 zassert_equal(service_C.detail, DETAIL(2)); in ZTEST() 270 zassert_equal(res->detail, RES(0)); in ZTEST() 273 zassert_equal(res->detail, RES(1)); in ZTEST() 276 zassert_equal(res->detail, RES(5)); in ZTEST() 287 zassert_equal(res->detail, RES(2)); in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/net/http/ |
D | service.h | 38 void *detail; member 62 .detail = (void *)(_detail), \ 70 void *detail; member 86 .detail = (void *)(_detail), \
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_core.c | 306 struct http_resource_detail *detail; in client_release_resources() local 313 detail = resource->detail; in client_release_resources() 315 if (detail->type != HTTP_RESOURCE_TYPE_DYNAMIC) { in client_release_resources() 319 dynamic_detail = (struct http_resource_detail_dynamic *)detail; in client_release_resources() 699 struct http_resource_detail *detail; in skip_this() local 701 detail = (struct http_resource_detail *)resource->detail; in skip_this() 704 if (detail->type != HTTP_RESOURCE_TYPE_WEBSOCKET) { in skip_this() 708 if (detail->type == HTTP_RESOURCE_TYPE_WEBSOCKET) { in skip_this() 733 return resource->detail; in get_resource_detail() 741 return resource->detail; in get_resource_detail()
|
D | http_server_http1.c | 804 struct http_resource_detail *detail; in handle_http1_request() local 862 detail = get_resource_detail(client->url_buffer, in handle_http1_request() 864 if (detail == NULL) { in handle_http1_request() 868 client->current_detail = detail; in handle_http1_request() 902 detail = get_resource_detail(client->url_buffer, &path_len, false); in handle_http1_request() 903 if (detail != NULL) { in handle_http1_request() 904 detail->path_len = path_len; in handle_http1_request() 906 if (detail->type == HTTP_RESOURCE_TYPE_STATIC) { in handle_http1_request() 908 (struct http_resource_detail_static *)detail, in handle_http1_request() 914 } else if (detail->type == HTTP_RESOURCE_TYPE_STATIC_FS) { in handle_http1_request() [all …]
|
D | http_server_http2.c | 984 struct http_resource_detail *detail; in handle_http1_to_http2_upgrade() local 1032 detail = get_resource_detail(client->url_buffer, &path_len, false); in handle_http1_to_http2_upgrade() 1033 if (detail != NULL) { in handle_http1_to_http2_upgrade() 1034 detail->path_len = path_len; in handle_http1_to_http2_upgrade() 1036 if (detail->type == HTTP_RESOURCE_TYPE_STATIC) { in handle_http1_to_http2_upgrade() 1038 (struct http_resource_detail_static *)detail, in handle_http1_to_http2_upgrade() 1043 } else if (detail->type == HTTP_RESOURCE_TYPE_STATIC_FS) { in handle_http1_to_http2_upgrade() 1045 (struct http_resource_detail_static_fs *)detail, frame, client); in handle_http1_to_http2_upgrade() 1049 } else if (detail->type == HTTP_RESOURCE_TYPE_DYNAMIC) { in handle_http1_to_http2_upgrade() 1051 (struct http_resource_detail_dynamic *)detail, in handle_http1_to_http2_upgrade() [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/ |
D | Kconfig | 36 bool "Include group names in detail response" 39 Will include the name of groups in the detail command response. 42 bool "Include group names in detail response" 45 Will include the number of handlers of groups in the detail command response.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 164 } detail; member 1202 return pkt->detail.stat; in net_pkt_stats_tick() 1207 return pkt->detail.count; in net_pkt_stats_tick_count() 1212 memset(&pkt->detail, 0, sizeof(pkt->detail)); in net_pkt_stats_tick_reset() 1218 if (pkt->detail.count >= NET_PKT_DETAIL_STATS_COUNT) { in net_pkt_set_stats_tick() 1220 pkt->detail.count, NET_PKT_DETAIL_STATS_COUNT); in net_pkt_set_stats_tick() 1224 pkt->detail.stat[pkt->detail.count++] = tick; in net_pkt_set_stats_tick()
|
/Zephyr-latest/doc/build/kconfig/ |
D | index.rst | 21 into detail on how Kconfig is used within the Zephyr project, and have some
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 37 This section is freeform - you should describe your change in as much detail
|
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/ |
D | README.txt | 7 ARM Cortex-M targets. In detail the test verifies that
|
/Zephyr-latest/doc/project/ |
D | index.rst | 39 :ref:`project_roles` describes in detail the Zephyr project roles and associated permissions
|
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/ |
D | linker_xtensa_intel_adsp_cavs.ld | 30 * One final detail: SRAM4 actually lives in the "uncached" memory,
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/ |
D | README.txt | 21 In slightly more detail the test has these phases:
|
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/ |
D | README.rst | 72 the One-Time-Programmable (OTP) fuses in the MCU. The steps below detail 95 These steps detail using USB as the interface between blhost and the
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf54l15bsim.rst | 59 For more information on what is modeled to which level of detail,
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …detail.colorScheme;this.h();this.o();this.l()}));e.addEventListener(y,(e=>{this.permanent=e.detail…
|
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/ |
D | index.rst | 72 connections. Download the `SAM D20 Xplained Pro Schematic`_ for more detail.
|
/Zephyr-latest/boards/vngiotlab/nrf51_vbluno51/doc/ |
D | index.rst | 140 .. _VBLUno51 website: http://iotviet.com.vn/store/detail?id=2
|
/Zephyr-latest/samples/drivers/led/led_strip/ |
D | README.rst | 60 :zephyr_file:`samples/drivers/led/led_strip/boards/thingy52_nrf52832.overlay` for more detail.
|
/Zephyr-latest/boards/ronoth/lodev/doc/ |
D | index.rst | 147 .. _AcSIP S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id…
|
/Zephyr-latest/boards/arduino/nano_33_iot/doc/ |
D | index.rst | 73 connections. Download the `schematic`_ for more detail.
|
/Zephyr-latest/boards/arduino/zero/doc/ |
D | index.rst | 67 connections. Download the `Arduino Zero Schematic`_ for more detail.
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 194 :alt: ZBus publish processing detail 197 ZBus VDED execution detail for priority T1 > MS1 > MS2 > S1. 207 .. list-table:: VDED execution steps in detail for priority T1 > MS1 > MS2 > S1. 257 :alt: ZBus publish processing detail 260 ZBus VDED execution detail for priority T1 < MS1 < MS2 < S1. 264 .. list-table:: VDED execution steps in detail for priority T1 < MS1 < MS2 < S1. 325 ZBus VDED execution detail with priority boost enabled and for priority T1 < MS1 < MS2 < S1. 560 The following sections describe in detail how to use zbus features.
|
/Zephyr-latest/doc/develop/sca/ |
D | eclair.rst | 143 The detail level of the txt and doc full reports can also be adapted by a configuration.
|