net/netip.Addr.Is4In6 (method)

9 uses

	net/netip (current package)
		netip.go#L457: func (ip Addr) Is4In6() bool {
		netip.go#L472: 	if ip.Is4In6() {
		netip.go#L684: 	if ip.z == z4 || ip.Is4In6() {
		netip.go#L762: 		if ip.Is4In6() {
		netip.go#L783: 		if ip.Is4In6() {
		netip.go#L948: 		if ip.Is4In6() {
		netip.go#L1148: 		if p.ip.Is4In6() {
		netip.go#L1409: 		if p.ip.Is4In6() {

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