net/netip.Addr.Is4In6 (method)
19 uses
net/netip (current package)
netip.go#L467: func (ip Addr) Is4In6() bool {
netip.go#L482: if ip.Is4In6() {
netip.go#L520: if ip.Is4In6() {
netip.go#L539: if ip.Is4In6() {
netip.go#L558: if ip.Is4In6() {
netip.go#L580: if ip.Is6() && !ip.Is4In6() {
netip.go#L588: if ip.Is4In6() {
netip.go#L620: if ip.Is4In6() {
netip.go#L641: if ip.Is4In6() {
netip.go#L713: if ip.z == z4 || ip.Is4In6() {
netip.go#L791: if ip.Is4In6() {
netip.go#L808: if ip.Is4In6() {
netip.go#L987: if ip.Is4In6() {
netip.go#L1173: if p.ip.Is4In6() {
netip.go#L1202: if p.ip.Is4In6() {
netip.go#L1507: if p.ip.Is4In6() {
net
addrselect.go#L312: ipv6 := ip.Is6() && !ip.Is4In6()
ipsock_posix.go#L245: if !addr.Is4() && !addr.Is4In6() {
google.golang.org/grpc/balancer/pickfirst
pickfirst.go#L485: case ip.Is4() || ip.Is4In6():
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)