Home
last modified time | relevance | path

Searched refs:ipv6Only (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/parallel/
Dtest-dgram-ipv6only.js13 ipv6Only: true, property
Dtest-net-listen-ipv6only.js17 ipv6Only: true, property
Dtest-cluster-dgram-ipv6only.js28 ipv6Only: true property
/third_party/node/test/sequential/
Dtest-cluster-net-listen-ipv6only-rr.js61 ipv6Only: true, property
Dtest-cluster-net-listen-ipv6only-none.js56 ipv6Only: true, property
/third_party/node/lib/internal/cluster/
Dround_robin_handle.js33 ipv6Only: Boolean(flags & constants.UV_TCP_IPV6ONLY), property
/third_party/node/lib/
Ddgram.js135 ipv6Only: options && options.ipv6Only,
342 if (state.ipv6Only)
Dnet.js174 function getFlags(ipv6Only) { argument
175 return ipv6Only === true ? TCPConstants.UV_TCP_IPV6ONLY : 0;
1916 const flags = getFlags(options.ipv6Only);
/third_party/node/test/es-module/
Dtest-http-imports.mjs45 ipv6Only: iface?.family === 'IPv6' property
/third_party/node/doc/api/
Ddgram.md918 description: The `ipv6Only` option is supported.
934 * `ipv6Only` {boolean} Setting `ipv6Only` to `true` will
Dnet.md460 description: The `ipv6Only` option is supported.
475 * `ipv6Only` {boolean} For TCP servers, setting `ipv6Only` to `true` will
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md2139 * \[[`aafdc2fcad`](https://github.com/nodejs/node/commit/aafdc2fcad)] - **quic**: replace ipv6Only
2188 …ub.com/nodejs/node/commit/c7d859e756)] - **quic**: refactor and improve ipv6Only (James M Snell) […
DCHANGELOG_V11.md1762 * Added ipv6Only option for `net` and `dgram`. <https://github.com/nodejs/node/pull/23798>
1907 …nodejs/node/commit/a1254a3e90)] - **(SEMVER-MINOR)** **net,dgram**: add ipv6Only option for net an…