net/netip.Addr.IsLoopback (method)

2 uses

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