net/netip.Addr.Unmap (method)

9 uses

	net/netip (current package)
		netip.go#L482: func (ip Addr) Unmap() Addr {
		netip.go#L522: 		ip = ip.Unmap()
		netip.go#L541: 		ip = ip.Unmap()
		netip.go#L560: 		ip = ip.Unmap()
		netip.go#L590: 		ip = ip.Unmap()
		netip.go#L622: 		ip = ip.Unmap()
		netip.go#L643: 		ip = ip.Unmap()
		netip.go#L883: 	ret = ip.Unmap().appendTo4(ret)
		netip.go#L1508: 			b = p.ip.Unmap().appendTo4(b)