-
CONFIG_NET_STATISTICS_ICMP
¶
ICMP statistics
Type: bool
Help¶
Keep track of ICMPv4/6 related statistics, depending whether IPv4 and/or IPv6 is/are enabled.
Direct dependencies¶
(NET_IPV6
|| NET_IPV4
) && NET_STATISTICS
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if (
NET_IPV6
||NET_IPV4
) &&NET_STATISTICS
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.stats:63
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:577
Menu path: (top menu) → Networking → IP stack → Network statistics
config NET_STATISTICS_ICMP bool prompt "ICMP statistics" if (NET_IPV6
||NET_IPV4
) &&NET_STATISTICS
&&NETWORKING
default "y" if (NET_IPV6
||NET_IPV4
) &&NET_STATISTICS
&&NETWORKING
depends on (NET_IPV6
||NET_IPV4
) &&NET_STATISTICS
&&NETWORKING
help Keep track of ICMPv4/6 related statistics, depending whether IPv4 and/or IPv6 is/are enabled.
(Definitions include propagated dependencies, including from if’s and menus.)