Home
last modified time | relevance | path

Searched refs:question (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/dns/
Ddns_pack.h280 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/
DREADME.rst16 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/
Dmain.c56 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/
Dmt8196_adsp.dts46 * interrupts to groups is mutable is an open question, the
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME75 for the hardware in question.
/Zephyr-latest/doc/services/pm/
Dsystem.rst18 Keep in mind that depending on the SoC and the power mode in question,
/Zephyr-latest/subsys/bluetooth/
DKconfig138 in the Host through bt_conn_get_remote_info(). The fields in question
/Zephyr-latest/doc/hardware/cache/
Dguide.rst134 If the buffers in question are smaller than the data cache line size, it may be
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst940 * :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…
Drelease-notes-1.12.rst798 * :github:`8202` - question: is the irq_lock is necessary in console_putchar
Drelease-notes-2.4.rst1645 * :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?
Drelease-notes-2.5.rst1476 * :github:`29608` - question: create runtime instantiated kernel objects in kernel mode
1480 * :github:`29574` - question: about CONFIG_NET_BUF_POOL_USAGE
Drelease-notes-2.7.rst1219 * :github:`38170` - Shell argument in second position containing a question mark is ignored
1357 * :github:`37852` - RISC-V machine timer time-keeping question
Drelease-notes-3.3.rst2911 * :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…
Drelease-notes-2.2.rst1038 * :github:`21161` - question: openthread with other boards
Drelease-notes-3.0.rst1270 * :github:`39505` - question: ethernet: carrier_on_off
/Zephyr-latest/cmake/modules/
Dkconfig.cmake114 # character in the C shell, so we make it into a question-mark
/Zephyr-latest/doc/build/dts/
Dphandles.rst192 enforced. To answer this question, we'll need to introduce a concept called
/Zephyr-latest/doc/contribute/
Dcontributor_expectations.rst310 the PR in question and following the contribution and style guidelines of the
/Zephyr-latest/doc/develop/getting_started/
Dindex.rst584 question may have an answer there.
/Zephyr-latest/doc/project/
Ddev_env_and_tools.rst399 - The Zephyr developers are waiting for the submitter to respond to a question, or
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst369 A possible exception to this rule is if the resource in question is inherently thread-safe.
/Zephyr-latest/doc/develop/test/
Dztest.rst359 efforts into the specific module in question. This will speed up testing since
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst259 …07-C <https://wiki.sei.cmu.edu/confluence/display/c/PRE07-C.+Avoid+using+repeated+question+marks>`_
/Zephyr-latest/
DCMakeLists.txt1682 # Unfortunately, the BYPRODUCTS does not allow for generator expression, so question is if we

12