net/netip.Addr.Is4In6 (method)
18 uses
net/netip (current package)
netip.go#L468: func (ip Addr) Is4In6() bool {
netip.go#L483: if ip.Is4In6() {
netip.go#L521: if ip.Is4In6() {
netip.go#L540: if ip.Is4In6() {
netip.go#L559: if ip.Is4In6() {
netip.go#L581: if ip.Is6() && !ip.Is4In6() {
netip.go#L589: if ip.Is4In6() {
netip.go#L621: if ip.Is4In6() {
netip.go#L642: if ip.Is4In6() {
netip.go#L714: if ip.z == z4 || ip.Is4In6() {
netip.go#L792: if ip.Is4In6() {
netip.go#L809: if ip.Is4In6() {
netip.go#L988: if ip.Is4In6() {
netip.go#L1174: if p.ip.Is4In6() {
netip.go#L1203: if p.ip.Is4In6() {
netip.go#L1506: if p.ip.Is4In6() {
net
addrselect.go#L312: ipv6 := ip.Is6() && !ip.Is4In6()
google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
pickfirstleaf.go#L444: case ip.Is4() || ip.Is4In6():
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)