net/netip.Addr.Is4In6 (method)

17 uses

	net/netip (current package)
		netip.go#L466: func (ip Addr) Is4In6() bool {
		netip.go#L481: 	if ip.Is4In6() {
		netip.go#L519: 	if ip.Is4In6() {
		netip.go#L538: 	if ip.Is4In6() {
		netip.go#L557: 	if ip.Is4In6() {
		netip.go#L579: 	if ip.Is6() && !ip.Is4In6() {
		netip.go#L587: 	if ip.Is4In6() {
		netip.go#L619: 	if ip.Is4In6() {
		netip.go#L640: 	if ip.Is4In6() {
		netip.go#L712: 	if ip.z == z4 || ip.Is4In6() {
		netip.go#L790: 		if ip.Is4In6() {
		netip.go#L807: 		if ip.Is4In6() {
		netip.go#L981: 		if ip.Is4In6() {
		netip.go#L1160: 		if p.ip.Is4In6() {
		netip.go#L1189: 		if p.ip.Is4In6() {
		netip.go#L1477: 		if p.ip.Is4In6() {

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