var net.v4InV6Prefix

5 uses

	net (current package)
		ip.go#L50: 	copy(p, v4InV6Prefix)
		ip.go#L58: var v4InV6Prefix = []byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xff, 0xff}
		ip.go#L252: 	if len(mask) == IPv4len && len(ip) == IPv6len && bytealg.Equal(ip[:12], v4InV6Prefix) {
		ip.go#L415: 		return bytealg.Equal(x[0:12], v4InV6Prefix) && bytealg.Equal(ip, x[12:])
		ip.go#L418: 		return bytealg.Equal(ip[0:12], v4InV6Prefix) && bytealg.Equal(ip[12:], x)