:orphan: .. title:: NET_CONFIG_PEER_IPV4_ADDR .. option:: CONFIG_NET_CONFIG_PEER_IPV4_ADDR *Peer IPv4 address* Type: ``string`` Help ==== This is only applicable in client side applications that try to establish a connection to peer host. Use 192.0.2.2 here if uncertain. Direct dependencies =================== \ :option:`NET_IPV4 ` && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/config/Kconfig:110`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Set network settings for applications .. parsed-literal:: config NET_CONFIG_PEER_IPV4_ADDR string "Peer IPv4 address" depends on \ :option:`NET_IPV4 ` && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` help This is only applicable in client side applications that try to establish a connection to peer host. Use 192.0.2.2 here if uncertain. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*