Lines Matching +full:raw +full:- +full:y +full:- +full:max
6 # SPDX-License-Identifier: Apache-2.0
13 default y if NET_IPV6 || NET_IPV4
18 default y if NET_IPV6_FRAGMENT || NET_IPV4_FRAGMENT
27 default y
39 default y if NET_IP
44 default y if NET_IPV6
49 default y if NET_IPV4
56 default y
61 module-dep = NET_LOG
62 module-str = Log level for PMTU
63 module-help = Enables PMTU to output debug messages.
70 default y if NET_TCP
75 default y if NET_UDP
80 Enables TCP/IP stack to be offload to a co-processor.
84 default y if NET_OFFLOAD || NET_SOCKETS_OFFLOAD
92 module-dep = NET_LOG
93 module-str = Log level for offload layer
94 module-help = Enables offload layer to output debug messages.
136 Connect to host system via Qemu's built-in User Networking support. This
149 information etc. This string is appended to the QEMU "-net user" option.
163 default y
176 Support v4-mapped-on-v6 address type. This allows IPv4 and IPv6
197 default y
208 default y
213 default y
218 default y
223 default y
228 default y
233 default y
238 default y
243 default y
248 default y
253 default y
258 default y
263 default y
268 default y
273 default y
278 default y
283 default y
288 default y
293 default y
298 default y
303 default y
308 default y
313 default y
318 default y
323 default y
328 default y
330 Enable various net-shell command to support dynamic command
338 net-shell require also some smaller amount of memory.
343 default y if NET_ARP
413 Please select the RX/TX threads to be either pre-emptive or
414 co-operative.
417 bool "Use co-operative TX/RX threads"
420 With co-operative threads, the thread cannot be pre-empted.
423 bool "Use pre-emptive TX/RX threads [EXPERIMENTAL]"
427 With pre-emptive threads, the thread can be pre-empted.
472 Use it for implementations that do not support the credit-based
515 the network packet priorities are limited to 0-7 range.
519 default y
538 default y if NET_IPV6_NBR_CACHE
552 int "Max number of routing entries stored."
559 int "Max number of next hop entries stored."
572 int "Max number of multicast routing entries stored."
580 int "Max number of network interfaces per multicast routing entry"
605 default y
612 default y
620 default y
630 module-dep = NET_LOG
631 module-str = Log level for UDP
632 module-help = Enables UDP handler output debug messages
649 Each network context is used to describe a network 5-tuple that
655 default y if NET_TCP && NET_6LO
657 If enabled, then it is possible to fine-tune network packet pool
666 default y
673 default y
696 time is configurable run-time in the application code. For network
704 time is configurable run-time in the application code. For network
725 default y
733 default y if NET_TCP || NET_UDP
740 default y if NET_TCP || NET_UDP
755 default y if (NET_UDP && NET_PKT_TIMESTAMP)
764 Set or get the per-context default local port range. This
780 default y if (QEMU_TARGET && !NET_TEST)
784 communicate via the SLIP driver. See net-tools project at
785 https://github.com/zephyrproject-rtos/net-tools for more details.
790 Used for self-contained networking tests that do not require a
941 default y
947 int "Network interface max name length"
964 default y if NET_L2_PTP
999 in net-shell.
1009 The extra statistics can be seen in net-shell using "net stats"
1022 net-shell.
1023 The RX calculation is done only for UDP, TCP or RAW packets,
1034 The extra statistics can be seen in net-shell using "net stats"
1043 The extra statistics can be seen in net-shell using "net mem"
1058 module-dep = NET_LOG
1059 module-str = Log level for promiscuous mode
1060 module-help = Enables promiscuous mode to output debug messages.