:orphan: .. title:: NET_SOCKETPAIR .. option:: 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 =================== \ :option:`HEAP_MEM_POOL_SIZE ` != 0 && \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sockets/Kconfig:186`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/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 .. parsed-literal:: config NET_SOCKETPAIR bool "Support for the socketpair syscall [EXPERIMENTAL]" depends on \ :option:`HEAP_MEM_POOL_SIZE ` != 0 && \ :option:`NET_SOCKETS ` && \ :option:`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.)*