Searched refs:ipv6Only (Results 1 – 13 of 13) sorted by relevance
13 ipv6Only: true, property
17 ipv6Only: true, property
28 ipv6Only: true property
61 ipv6Only: true, property
56 ipv6Only: true, property
33 ipv6Only: Boolean(flags & constants.UV_TCP_IPV6ONLY), property
135 ipv6Only: options && options.ipv6Only,342 if (state.ipv6Only)
174 function getFlags(ipv6Only) { argument175 return ipv6Only === true ? TCPConstants.UV_TCP_IPV6ONLY : 0;1916 const flags = getFlags(options.ipv6Only);
45 ipv6Only: iface?.family === 'IPv6' property
918 description: The `ipv6Only` option is supported.934 * `ipv6Only` {boolean} Setting `ipv6Only` to `true` will
460 description: The `ipv6Only` option is supported.475 * `ipv6Only` {boolean} For TCP servers, setting `ipv6Only` to `true` will
2139 * \[[`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) […
1762 * 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…