net/netip.Addr.Unmap (method)

9 uses

	net/netip (current package)
		netip.go#L481: func (ip Addr) Unmap() Addr {
		netip.go#L521: 		ip = ip.Unmap()
		netip.go#L540: 		ip = ip.Unmap()
		netip.go#L559: 		ip = ip.Unmap()
		netip.go#L589: 		ip = ip.Unmap()
		netip.go#L621: 		ip = ip.Unmap()
		netip.go#L642: 		ip = ip.Unmap()
		netip.go#L882: 	ret = ip.Unmap().appendTo4(ret)
		netip.go#L1509: 			b = p.ip.Unmap().appendTo4(b)