net/netip.Addr.IsLoopback (method)

3 uses

	net/netip (current package)
		netip.go#L524: func (ip Addr) IsLoopback() bool {
		netip.go#L601: 		!ip.IsLoopback() &&

	net
		addrselect.go#L317: 	if ip.IsLoopback() || ip.IsLinkLocalUnicast() {