CONFIG_NET_STATISTICS_IPV4

IPv4 statistics

Type: bool

Help

Keep track of IPv4 related statistics

Direct dependencies

NET_IPV4 && NET_STATISTICS && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/ip/Kconfig.stats:36

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:473

Menu path: (top menu) → Networking → IP stack → Network statistics

config NET_STATISTICS_IPV4
    bool
    prompt "IPv4 statistics" if NET_IPV4 && NET_STATISTICS && NETWORKING
    default "y" if NET_IPV4 && NET_STATISTICS && NETWORKING
    depends on NET_IPV4 && NET_STATISTICS && NETWORKING
    help
      Keep track of IPv4 related statistics

(Definitions include propagated dependencies, including from if’s and menus.)