Home
last modified time | relevance | path

Searched defs:IPv4 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/internet/
Dtest-dgram-multicast-set-interface-lo.js27 IPv4: ['224.0.0.115', '224.0.0.116', '224.0.0.117'], property
30 const LOOPBACK = { IPv4: '127.0.0.1', IPv6: '::1' }; property
31 const ANY = { IPv4: '0.0.0.0', IPv6: '::' }; property
40 const UDP = { IPv4: 'udp4', IPv6: 'udp6' }; property
/third_party/node/deps/npm/node_modules/socks/typings/common/
Dconstants.d.ts72 IPv4 = 1, enumerator