net/netip.Addr.Is6 (method)

16 uses

	net/netip (current package)
		netip.go#L441: 	if ip.Is6() {
		netip.go#L469: 	return ip.Is6() && ip.addr.hi == 0 && ip.addr.lo>>32 == 0xffff
		netip.go#L474: func (ip Addr) Is6() bool {
		netip.go#L493: 	if !ip.Is6() {
		netip.go#L507: 	if !ip.Is6() {
		netip.go#L532: 	if ip.Is6() {
		netip.go#L551: 	if ip.Is6() {
		netip.go#L570: 	if ip.Is6() {
		netip.go#L581: 	if ip.Is6() && !ip.Is4In6() {
		netip.go#L600: 	if ip.Is6() {
		netip.go#L655: 	if ip.Is6() {
		netip.go#L1134: 	} else if !v6 && ipp.ip.Is6() {
		netip.go#L1377: 	if ip.Is6() && ip.z != z6noz {
		netip.go#L1393: 	if ip.Is6() {

	net
		addrselect.go#L312: 	ipv6 := ip.Is6() && !ip.Is4In6()

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
		pickfirstleaf.go#L446: 	case ip.Is6():