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

CONFIG_NET_SOCKETPAIR

Support for the socketpair syscall [EXPERIMENTAL]

Type: bool

Help

Choose y here if you would like to use the socketpair(2)
system call.

Direct dependencies

HEAP_MEM_POOL_SIZE != 0 && NET_SOCKETS && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/lib/sockets/Kconfig:193

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:89subsys/net/lib/Kconfig:30

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API

config NET_SOCKETPAIR
    bool "Support for the socketpair syscall [EXPERIMENTAL]"
    depends on HEAP_MEM_POOL_SIZE != 0 && NET_SOCKETS && NETWORKING
    help
      Choose y here if you would like to use the socketpair(2)
      system call.

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