net/netip.Addr.Unmap (method)

9 uses

	net/netip (current package)
		netip.go#L480: func (ip Addr) Unmap() Addr {
		netip.go#L520: 		ip = ip.Unmap()
		netip.go#L539: 		ip = ip.Unmap()
		netip.go#L558: 		ip = ip.Unmap()
		netip.go#L588: 		ip = ip.Unmap()
		netip.go#L620: 		ip = ip.Unmap()
		netip.go#L641: 		ip = ip.Unmap()
		netip.go#L881: 	ret = ip.Unmap().appendTo4(ret)
		netip.go#L1479: 			b = p.ip.Unmap().appendTo4(b)