CONFIG_NET_ARP_TABLE_SIZE

Number of entries in ARP table.

Type: int

Help

Each entry in the ARP table consumes 22 bytes of memory.

Direct dependencies

NET_ARP && NET_L2_ETHERNET && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <Zephyr>/subsys/net/l2/ethernet/Kconfig:48

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:85<Zephyr>/subsys/net/l2/Kconfig:69

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable Ethernet support → Enable ARP

config NET_ARP_TABLE_SIZE
    int "Number of entries in ARP table."
    default 2
    depends on NET_ARP && NET_L2_ETHERNET && NETWORKING
    help
      Each entry in the ARP table consumes 22 bytes of memory.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)