The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_ICMPV4_ACCEPT_BROADCAST

Accept broadcast ICMPv4 echo-request

Type: bool

Help

If set, then respond to ICMPv4 echo-request that is sent to broadcast address.

Direct dependencies

NET_IPV4 && !NET_RAW_MODE && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/ip/Kconfig.ipv4:40

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:54

Menu path: (top menu) → Networking → IP stack → IPv4

config NET_ICMPV4_ACCEPT_BROADCAST
    bool
    prompt "Accept broadcast ICMPv4 echo-request" if NET_IPV4 && !NET_RAW_MODE && NETWORKING
    depends on NET_IPV4 && !NET_RAW_MODE && NETWORKING
    help
      If set, then respond to ICMPv4 echo-request that is sent to
      broadcast address.

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