func net/netip.AddrFrom16

5 uses

	net/netip (current package)
		netip.go#L76: func IPv6LinkLocalAllNodes() Addr { return AddrFrom16([16]byte{0: 0xff, 1: 0x02, 15: 0x01}) }
		netip.go#L95: func AddrFrom16(addr [16]byte) Addr {
		netip.go#L339: 	return AddrFrom16(ip).WithZone(zone), nil

	net
		udpsock_posix.go#L87: 			ip = netip.AddrFrom16(from.Addr).WithZone(zoneCache.name(int(from.ZoneId)))
		udpsock_posix.go#L107: 		ip := netip.AddrFrom16(sa.Addr).WithZone(zoneCache.name(int(sa.ZoneId)))