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()
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |