:orphan: .. title:: CONFIG_NET_STATISTICS_ICMP .. kconfig:: CONFIG_NET_STATISTICS_ICMP CONFIG_NET_STATISTICS_ICMP ########################## *ICMP statistics* Type: ``bool`` Help ==== .. code-block:: none Keep track of ICMPv4/6 related statistics, depending whether IPv4 and/or IPv6 is/are enabled. Direct dependencies =================== (\ :kconfig:`NET_IPV6 ` || \ :kconfig:`NET_IPV4 `) && \ :kconfig:`NET_STATISTICS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/net/ip/Kconfig.stats:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:855`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network statistics .. code-block:: kconfig config NET_STATISTICS_ICMP bool "ICMP statistics" default y 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*