Home | History | Annotate | Download | only in net

Lines Matching full:ipv6

16 // Probe probes IPv4, IPv6 and IPv4-mapped IPv6 communication
22 // IPv4-mapped IPv6, it's okay to pass IPv4-mapeed IPv6 addresses to
23 // the IPv6 interface. That simplifies our code and is most
25 // IPv6 support too. So probe the kernel to figure it out.
38 // IPv6 communication capability
40 // IPv4-mapped IPv6 address communication capability
82 // both IPv6 and IPv4-mapped IPv6 communication capabilities,
85 // wildcard address listen may fall back to an IPv6-only,
94 // "udp", with an IPv6 wildcard address: same as above.
100 // - A listen for an IPv6 communication domain, "tcp6" or "udp6",
101 // with an IPv6 wildcard address: We use an IPv6-only, AF_INET6
164 // When the IP node supports IPv4-mapped IPv6 address,
167 // IPv6 wildcard address.
171 // We accept any IPv6 address including IPv4-mapped
172 // IPv6 address.
175 return nil, &AddrError{Err: "non-IPv6 address", Addr: ip.String()}