Searched refs:more (Results 1 – 25 of 54) sorted by relevance
123
| /subsys/net/lib/coap/ |
| A D | coap_link_format.c | 256 *more = true; in format_uri() 270 *more = true; in format_uri() 286 *more = true; in format_uri() 298 *more = true; in format_uri() 302 *more = false; in format_uri() 316 *more = false; in format_attributes() 348 *more = false; in format_attributes() 368 *more = true; in format_resource() 495 more = true; in coap_well_known_core_get_len() 523 if (!more) { in coap_well_known_core_get_len() [all …]
|
| /subsys/net/lib/sntp/ |
| A D | Kconfig | 15 Get a more reliable timestamp by supplying the sntp_time struct with an 19 Enabling this option uses more resources (memory) and is not normally
|
| /subsys/net/ip/ |
| A D | ipv4_fragment.c | 247 bool more = true; in fragments_are_ready() local 285 more = net_pkt_ipv4_fragment_more(pkt); in fragments_are_ready() 288 if (more) { in fragments_are_ready() 326 uint8_t more; in net_ipv4_handle_fragment_hdr() local 340 more = (flag & NET_IPV4_MORE_FRAG_MASK) ? true : false; in net_ipv4_handle_fragment_hdr() 343 if (more && (net_pkt_get_len(pkt) - net_pkt_ip_hdr_len(pkt)) % 8) { in net_ipv4_handle_fragment_hdr()
|
| A D | ipv6_fragment.c | 382 bool more = true; in fragments_are_ready() local 422 more = net_pkt_ipv6_fragment_more(pkt); in fragments_are_ready() 425 if (more) { in fragments_are_ready() 467 uint8_t more; in net_ipv6_handle_fragment_hdr() local 501 more = flag & 0x01; in net_ipv6_handle_fragment_hdr() 504 if (more && net_pkt_get_len(pkt) % 8) { in net_ipv6_handle_fragment_hdr()
|
| A D | Kconfig.tcp | 86 a second collision is reduced and it reduces further the more 125 this value can improve connection throughput, but requires more
|
| /subsys/usb/device/class/dfu/ |
| A D | CMakeLists.txt | 9 more details."
|
| /subsys/bindesc/ |
| A D | Kconfig.build_time | 81 function, so refer to string's documentation for more info on the different formats. 95 function, so refer to string's documentation for more info on the different formats. 107 function, so refer to string's documentation for more info on the different formats.
|
| /subsys/net/l2/ethernet/lldp/ |
| A D | Kconfig | 10 Please refer to IEEE Std 802.1AB for more information. 60 Please refer to section 8.5.2.2 of the 802.1AB for more info. 130 Please refer to section 8.5.3.2 of the 802.1AB for more info.
|
| /subsys/net/l2/ethernet/gptp/ |
| A D | Kconfig | 34 See IEEE 802.1AS-2011, chapter 9.2 for more details. 42 See 7.6.2.5 of IEEE 1588-2008 for more info. 193 See Chapter 8.6.2.1 of IEEE 802.1AS for a more detailed description 205 See Chapter 8.6.2.5 of IEEE 802.1AS for a more detailed description
|
| /subsys/zbus/ |
| A D | Kconfig | 107 …enabled, _ZBUS_ASSERT returns -EFAULT instead of assert. It makes it more straightforward to test … 122 Can be set manual, if more heap is required, or default heap size is too big for the soc.
|
| /subsys/rtio/ |
| A D | Kconfig.workq | 31 application, the more simultaneous requests you expect
|
| /subsys/net/l2/ieee802154/ |
| A D | Kconfig | 57 the device might expose more or less 802.15.4 protocol features. 83 If IPv6 packets size more than 802.15.4 MTU, packet is fragmented
|
| /subsys/fs/nvs/ |
| A D | Kconfig | 38 in the NVS data section, so 4 more bytes are needed per NVS element.
|
| /subsys/usb/device/class/hid/ |
| A D | Kconfig | 66 for more information.
|
| /subsys/bluetooth/host/ |
| A D | Kconfig.gatt | 14 See bt_att_err_to_str() for more details. 152 See the documentation of bt_gatt_notify() for more details. 324 documentation for more details.
|
| /subsys/demand_paging/eviction/ |
| A D | Kconfig | 39 the page eviction queue. This is more efficient than the NRU
|
| /subsys/testsuite/ |
| A D | Kconfig | 40 For more information see 71 can be read by gcov utility. For more details see gcovr.com .
|
| /subsys/net/lib/zperf/ |
| A D | Kconfig | 30 that the system will use more memory because multiple
|
| /subsys/net/lib/ptp/ |
| A D | Kconfig | 109 See 7.6.2.5 of IEEE 1588-2019 for more info. 205 uniform through PTP domain. For more check IEEE 1588-2019 Section 7.7.2.2.
|
| /subsys/sd/ |
| A D | Kconfig | 54 require more retries than general SD commands
|
| /subsys/secure_storage/ |
| A D | Kconfig.its_store | 57 See the ZMS documentation for more information.
|
| /subsys/net/lib/dns/ |
| A D | Kconfig | 205 See RFC 6762 for more details about mDNS. 311 See RFC 4795 for more details about LLMNR. 349 See RFC 6763 for more details about DNS-SD.
|
| /subsys/llext/ |
| A D | Kconfig | 55 does not need LLEXT functionality any more, it should call llext_heap_uninit(), 133 makes the linking process faster and provides more
|
| /subsys/bluetooth/audio/ |
| A D | Kconfig.mpl | 80 Objects are used to give/get more information about e.g. media tracks.
|
| /subsys/debug/ |
| A D | Kconfig | 19 only disables optimization, more debugging variants can be selected 20 from here to allow more debugging. 66 https://github.com/google/sanitizers/issues/89 for more info.
|
Completed in 67 milliseconds
123