/Zephyr-latest/subsys/net/lib/shell/ |
D | http.c | 34 struct http_resource_detail *detail = res->detail; in cmd_net_http() local 39 switch (detail->type) { in cmd_net_http() 59 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] 93 zassert_equal(service_A.detail, DETAIL(0)); in ZTEST() 100 zassert_equal(service_B.detail, DETAIL(1)); in ZTEST() 107 zassert_equal(service_C.detail, DETAIL(2)); in ZTEST() 282 zassert_equal(res->detail, RES(0)); in ZTEST() 285 zassert_equal(res->detail, RES(1)); in ZTEST() 288 zassert_equal(res->detail, RES(5)); in ZTEST() 299 zassert_equal(res->detail, RES(2)); in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/net/http/ |
D | service.h | 39 void *detail; member 63 .detail = (void *)(_detail), \ 72 void *detail; member 92 .detail = (void *)(_detail), \
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http1.c | 912 struct http_resource_detail *detail; in handle_http1_request() local 973 detail = get_resource_detail(client->service, client->url_buffer, in handle_http1_request() 975 if (detail == NULL) { in handle_http1_request() 979 detail->path_len = path_len; in handle_http1_request() 980 client->current_detail = detail; in handle_http1_request() 1027 detail = get_resource_detail(client->service, client->url_buffer, &path_len, false); in handle_http1_request() 1028 if (detail != NULL) { in handle_http1_request() 1029 detail->path_len = path_len; in handle_http1_request() 1031 if (detail->type == HTTP_RESOURCE_TYPE_STATIC) { in handle_http1_request() 1033 (struct http_resource_detail_static *)detail, in handle_http1_request() [all …]
|
D | http_server_core.c | 312 struct http_resource_detail *detail; in client_release_resources() local 319 detail = resource->detail; in client_release_resources() 321 if (detail->type != HTTP_RESOURCE_TYPE_DYNAMIC) { in client_release_resources() 325 dynamic_detail = (struct http_resource_detail_dynamic *)detail; in client_release_resources() 736 struct http_resource_detail *detail; in skip_this() local 738 detail = (struct http_resource_detail *)resource->detail; in skip_this() 741 if (detail->type != HTTP_RESOURCE_TYPE_WEBSOCKET) { in skip_this() 745 if (detail->type == HTTP_RESOURCE_TYPE_WEBSOCKET) { in skip_this() 767 return resource->detail; in get_resource_detail() 775 return resource->detail; in get_resource_detail()
|
D | http_server_http2.c | 1044 struct http_resource_detail *detail; in handle_http1_to_http2_upgrade() local 1094 detail = get_resource_detail(client->service, client->url_buffer, &path_len, false); in handle_http1_to_http2_upgrade() 1095 if (detail != NULL) { in handle_http1_to_http2_upgrade() 1096 detail->path_len = path_len; in handle_http1_to_http2_upgrade() 1098 if (detail->type == HTTP_RESOURCE_TYPE_STATIC) { in handle_http1_to_http2_upgrade() 1100 (struct http_resource_detail_static *)detail, in handle_http1_to_http2_upgrade() 1106 } else if (detail->type == HTTP_RESOURCE_TYPE_STATIC_FS) { in handle_http1_to_http2_upgrade() 1108 (struct http_resource_detail_static_fs *)detail, frame, client); in handle_http1_to_http2_upgrade() 1113 } else if (detail->type == HTTP_RESOURCE_TYPE_DYNAMIC) { in handle_http1_to_http2_upgrade() 1115 (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 | 38 :ref:`project_roles` describes in detail the Zephyr project roles and associated permissions
|
/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/intel/adsp/code_relocation/ |
D | linker_xtensa_intel_adsp_cavs.ld | 30 * One final detail: SRAM4 actually lives in the "uncached" memory,
|
/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/atmel/sam0/samd20_xpro/doc/ |
D | index.rst | 32 connections. Download the `SAM D20 Xplained Pro Schematic`_ for more detail.
|
/Zephyr-latest/boards/arduino/nano_33_iot/doc/ |
D | index.rst | 30 connections. Download the `schematic`_ for more detail.
|
/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/arduino/zero/doc/ |
D | index.rst | 30 connections. Download the `Arduino Zero 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/mkrzero/doc/ |
D | index.rst | 29 connections. Download the `Arduino MKR 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.
|