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

4 # SPDX-License-Identifier: Apache-2.0
15 int "Max number of IPv4 network interfaces in the system"
24 int "Max number of unicast IPv4 addresses per network interface"
30 int "Max number of multicast IPv4 addresses per network interface"
46 int "Initial IPv4 time to live value for unicast packets"
50 The value should normally be > 0. The device receiving the IPv4
51 packet will decrement the value and will drop the packet if the TTL
52 value is 0. When sending, the packet is dropped before transmitting
56 int "Initial IPv4 time to live value for multicast packets"
60 The value should normally be > 0. The device receiving the IPv4
61 packet will decrement the value and will drop the packet if the TTL
62 value is 0. When sending, the packet is dropped before transmitting
69 int "Max number of IPv4 sources per mcast address to be included or excluded"
73 bool "Accept broadcast ICMPv4 echo-request"
75 If set, then respond to ICMPv4 echo-request that is sent to
81 If set, then accept UDP packets destined to non-standard
88 The value depends on your network needs. IGMP should normally be
147 Incoming fragments are stored in per-packet queue before being
148 reassembled. This value defines the number of fragments that
151 You can increase this value if you expect packets with more
161 will timeout. This value is in seconds.
176 module-dep = NET_LOG
177 module-str = Log level for core IPv4
178 module-help = Enables core IPv4 code to output debug messages.
182 module-dep = NET_LOG
183 module-str = Log level for ICMPv4
184 module-help = Enables ICMPv4 code to output debug messages.
189 module-dep = NET_LOG
190 module-str = Log level for IPv4 address conflict detection
191 module-help = Enables IPv4 address conflict detection debug messages.
197 module-dep = NET_LOG
198 module-str = Log level for IPv4 autoconf client
199 module-help = Enable debug diagnostic from IPv4 autoconf client.