net/netip.Addr.Is6 (method)

14 uses

	net/netip (current package)
		netip.go#L438: 	if ip.Is6() {
		netip.go#L466: 	return ip.Is6() && ip.addr.hi == 0 && ip.addr.lo>>32 == 0xffff
		netip.go#L471: func (ip Addr) Is6() bool {
		netip.go#L490: 	if !ip.Is6() {
		netip.go#L504: 	if !ip.Is6() {
		netip.go#L525: 	if ip.Is6() {
		netip.go#L540: 	if ip.Is6() {
		netip.go#L555: 	if ip.Is6() {
		netip.go#L566: 	if ip.Is6() {
		netip.go#L581: 	if ip.Is6() {
		netip.go#L628: 	if ip.Is6() {
		netip.go#L1099: 	} else if !v6 && ipp.ip.Is6() {
		netip.go#L1310: 	if ip.Is6() {

	net
		ipsock_posix.go#L219: 	if !addr.Is6() {