/Zephyr-latest/subsys/net/lib/dns/ |
D | dns_pack.h | 280 static inline int dns_query_qtype(uint8_t *question) in dns_query_qtype() argument 282 return htons(UNALIGNED_GET((uint16_t *)(question + 0))); in dns_query_qtype() 285 static inline int dns_unpack_query_qtype(const uint8_t *question) in dns_unpack_query_qtype() argument 287 return ntohs(UNALIGNED_GET((uint16_t *)(question + 0))); in dns_unpack_query_qtype() 290 static inline int dns_query_qclass(uint8_t *question) in dns_query_qclass() argument 292 return htons(UNALIGNED_GET((uint16_t *)(question + 2))); in dns_query_qclass() 295 static inline int dns_unpack_query_qclass(const uint8_t *question) in dns_unpack_query_qclass() argument 297 return ntohs(UNALIGNED_GET((uint16_t *)(question + 2))); in dns_unpack_query_qclass()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 16 test library, in order to de-duplicate code that is not relevant to the test in question. Things
|
/Zephyr-latest/tests/net/lib/dns_packet/src/ |
D | main.c | 56 uint8_t *question; in eval_query() local 147 question = dns_buf + DNS_HEADER_SIZE; in eval_query() 150 if (dns_unpack_query_qclass(question + qname_len) != DNS_CLASS_IN) { in eval_query() 156 if (dns_unpack_query_qtype(question + qname_len) != type) { in eval_query()
|
/Zephyr-latest/boards/mediatek/mt8196/ |
D | mt8196_adsp.dts | 46 * interrupts to groups is mutable is an open question, the
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 75 for the hardware in question.
|
/Zephyr-latest/doc/services/pm/ |
D | system.rst | 18 Keep in mind that depending on the SoC and the power mode in question,
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig | 138 in the Host through bt_conn_get_remote_info(). The fields in question
|
/Zephyr-latest/doc/hardware/cache/ |
D | guide.rst | 134 If the buffers in question are smaller than the data cache line size, it may be
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 940 * :github:`16926` - NXP LPC54102(LPC54114): question about dual core(M4 and M0) running on flash 1105 * :github:`16145` - question: Using OpenThread API in Zephyr application 1194 * :github:`15749` - [question] errors using custom command in CMakeLists.txt 1203 * :github:`15710` - [question] how about the current consumption on NRF52DK running power_mgr sampl… 1207 * :github:`15696` - [question] why bt_setting is dependant of printk in menuconfig? 1210 * :github:`15675` - DTS question about pinmix/GPIO 1215 * :github:`15639` - [question] how to get the bd_addr from scan callback as shown on nrf-connect ap… 1221 * :github:`15608` - [question] my board won't boot without debugger attached but no issue using nor… 1226 * :github:`15597` - [question] How to include mesh related header files in my own source file 1237 * :github:`15549` - [FCB question] Is it true that fcb storage won't overwrite old records which li…
|
D | release-notes-1.12.rst | 798 * :github:`8202` - question: is the irq_lock is necessary in console_putchar
|
D | release-notes-2.4.rst | 1645 * :github:`23887` - drivers: modem: question: Should modem stack include headers to put into zephyr… 1656 * :github:`23672` - dts: sam0: question: Is it possible to clean up samd.dtsi devicetree warning?
|
D | release-notes-2.5.rst | 1476 * :github:`29608` - question: create runtime instantiated kernel objects in kernel mode 1480 * :github:`29574` - question: about CONFIG_NET_BUF_POOL_USAGE
|
D | release-notes-2.7.rst | 1219 * :github:`38170` - Shell argument in second position containing a question mark is ignored 1357 * :github:`37852` - RISC-V machine timer time-keeping question
|
D | release-notes-3.3.rst | 2911 * :github:`54438` - question: why lwm2m_rd_client_stop might block 3000 * :github:`53926` - Bluetooth Mesh stack question 3800 * :github:`23887` - drivers: modem: question: Should modem stack include headers to put into zephyr…
|
D | release-notes-2.2.rst | 1038 * :github:`21161` - question: openthread with other boards
|
D | release-notes-3.0.rst | 1270 * :github:`39505` - question: ethernet: carrier_on_off
|
/Zephyr-latest/cmake/modules/ |
D | kconfig.cmake | 114 # character in the C shell, so we make it into a question-mark
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 192 enforced. To answer this question, we'll need to introduce a concept called
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 310 the PR in question and following the contribution and style guidelines of the
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 584 question may have an answer there.
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 399 - The Zephyr developers are waiting for the submitter to respond to a question, or
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 369 A possible exception to this rule is if the resource in question is inherently thread-safe.
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 359 efforts into the specific module in question. This will speed up testing since
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 259 …07-C <https://wiki.sei.cmu.edu/confluence/display/c/PRE07-C.+Avoid+using+repeated+question+marks>`_
|
/Zephyr-latest/ |
D | CMakeLists.txt | 1682 # Unfortunately, the BYPRODUCTS does not allow for generator expression, so question is if we
|