Lines Matching +full:max +full:- +full:value

4 # SPDX-License-Identifier: Apache-2.0
16 int "Max number of IPv6 network interfaces in the system"
25 int "Max number of unicast IPv6 addresses per network interface"
31 int "Max number of multicast IPv6 addresses per network interface"
36 int "Max number of IPv6 prefixes per network interface"
42 int "Initial IPv6 MTU value"
46 The value should normally be 1280 which is the minimum IPv6 packet
62 int "Initial IPv6 hop limit value for unicast packets"
66 The value should normally be > 0. The device receiving the IPv6
67 packet will decrement the value and will drop the packet if the hop
68 limit value is 0. When sending, the packet is dropped before
72 int "Initial IPv6 hop limit value for multicast packets"
76 The value should normally be > 0. The device receiving the IPv6
77 packet will decrement the value and will drop the packet if the hop
78 limit value is 0. When sending, the packet is dropped before
89 The value depends on your network needs.
116 Incoming fragments are stored in per-packet queue before being
117 reassembled. This value defines the number of fragments that
125 You can increase this value if you expect packets with more
136 this might be too long in memory constrained devices. This value
143 The value depends on your network needs. MLD should normally
151 The value depends on your network needs. Neighbor cache should
160 The value depends on your network needs. ND should normally
168 The value depends on your network needs. DAD should normally
187 See RFC 6106 for details. The value depends on your network needs.
194 By default the legacy format using EUI-64 (MAC address) specified in
202 bool "Generate IID using EUI-64"
204 Generate IID from modified EUI-64 a.k.a MAC address. This is the
242 Note that you should make sure that the value of config option
264 int "Max lifetime for temporary address (in minutes)"
268 value. The value is in minutes. Default value is 1 day (24*60).
271 int "Max preferred lifetime for temporary address (in minutes)"
275 value. The value is in minutes. Default value is 23 hours (23*60).
278 int "Max amount of failed DAD attempts"
283 attempts no non-unique address was generated then there will be no
295 You may disable this option if you wish to implement a non-IP
311 6lowpan context options table size. The value depends on your
316 module-dep = NET_LOG
317 module-str = Log level for 6LoWPAN library
318 module-help = Enables 6LoWPAN code to output debug messages.
323 module-dep = NET_LOG
324 module-str = Log level for core IPv6
325 module-help = Enables core IPv6 code to output debug messages.
329 module-dep = NET_LOG
330 module-str = Log level for IPv6 Neighbor Discovery
331 module-help = Enables IPv6 Neighbor Discovery code to output debug messages.
335 module-dep = NET_LOG
336 module-str = Log level for IPv6 Privacy Extension
337 module-help = Enables IPv6 Privacy Extension code to output debug messages.
341 module-dep = NET_LOG
342 module-str = Log level for ICMPv6
343 module-help = Enables ICMPv6 code to output debug messages.
347 module-dep = NET_LOG
348 module-str = Log level for IPv6 neighbor cache
349 module-help = Enables IPv6 Neighbor Cache code to output debug messages.