:orphan: .. title:: CONFIG_NET_SOCKETPAIR .. kconfig:: CONFIG_NET_SOCKETPAIR CONFIG_NET_SOCKETPAIR ##################### *Support for the socketpair syscall [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Choose y here if you would like to use the socketpair(2) system call. Direct dependencies =================== \ :kconfig:`HEAP_MEM_POOL_SIZE ` != 0 && \ :kconfig:`NET_SOCKETS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/sockets/Kconfig:193`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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 .. code-block:: kconfig 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.)*