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()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |