Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 131 for ipv6 (0.19 sec)

  1. cmd/net.go

    		}
    	}
    
    	return ipList
    }
    
    // mustGetLocalIP4 returns IPv4 addresses of localhost.  It panics on error.
    func mustGetLocalIP4() (ipList set.StringSet) {
    	ipList = set.NewStringSet()
    	for _, ip := range mustGetLocalIPs() {
    		if ip.To4() != nil {
    			ipList.Add(ip.String())
    		}
    	}
    	return
    }
    
    // mustGetLocalIP6 returns IPv6 addresses of localhost.  It panics on error.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Mar 26 15:00:38 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPV6_FW_FLUSH ideal-int
    pkg syscall (darwin-arm64), const IPV6_FW_GET = 34
    pkg syscall (darwin-arm64), const IPV6_FW_GET ideal-int
    pkg syscall (darwin-arm64), const IPV6_FW_ZERO = 33
    pkg syscall (darwin-arm64), const IPV6_FW_ZERO ideal-int
    pkg syscall (darwin-arm64), const IPV6_HLIMDEC = 1
    pkg syscall (darwin-arm64), const IPV6_HLIMDEC ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IPV6_DEFHLIM ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_DONTFRAG = 62
    pkg syscall (netbsd-arm64-cgo), const IPV6_DONTFRAG ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_DSTOPTS = 50
    pkg syscall (netbsd-arm64-cgo), const IPV6_DSTOPTS ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_FAITH = 29
    pkg syscall (netbsd-arm64-cgo), const IPV6_FAITH ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. mockwebserver/src/test/java/mockwebserver3/MockResponseSniTest.kt

      }
    
      /** No SNI for literal IPv6 addresses. */
      @Test
      fun ipv6() {
        val recordedRequest = requestToHostnameViaProxy("2607:f8b0:400b:804::200e")
        assertThat(recordedRequest.requestUrl!!.host).isEqualTo("2607:f8b0:400b:804::200e")
        assertThat(recordedRequest.handshakeServerNames).isEmpty()
      }
    
      /** No SNI for literal IPv4 addresses. */
      @Test
      fun ipv4() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.9K bytes
    - Viewed (1)
  5. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IPV6_DONTFRAG ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_DSTOPTS ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_FAITH ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_FLOWINFO_MASK ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_FLOWLABEL_MASK ideal-int
    pkg syscall (freebsd-386-cgo), const IPV6_FRAGTTL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  6. common-protos/k8s.io/api/discovery/v1beta1/generated.proto

      // All addresses in this slice must be the same type. This field is
      // immutable after creation. The following address types are currently
      // supported:
      // * IPv4: Represents an IPv4 Address.
      // * IPv6: Represents an IPv6 Address.
      // * FQDN: Represents a Fully Qualified Domain Name.
      optional string addressType = 4;
    
      // endpoints is a list of unique endpoints in this slice. Each slice may
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 8K bytes
    - Viewed (0)
  7. common/scripts/kind_provisioner.sh

      # Give this cluster of those IPs
      RANGE="["
      for i in {0..19}; do
        RANGE+="${METALLB_IPS4[1]},"
        METALLB_IPS4=("${METALLB_IPS4[@]:1}")
        if [[ "${#METALLB_IPS6[@]}" != 0 ]]; then
          RANGE+="${METALLB_IPS6[1]},"
          METALLB_IPS6=("${METALLB_IPS6[@]:1}")
        fi
      done
      RANGE="${RANGE%?}]"
    
      echo '
    apiVersion: metallb.io/v1beta1
    kind: IPAddressPool
    metadata:
      name: default-pool
    Shell Script
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 08 19:12:55 GMT 2024
    - 17.3K bytes
    - Viewed (1)
  8. manifests/charts/istio-cni/templates/daemonset.yaml

                  value: {{ .Values.cni.logLevel | quote }}
    {{- if .Values.cni.ambient.enabled }}
                - name: AMBIENT_ENABLED
                  value: "true"
                - name: AMBIENT_IPV6
                  value: "{{ .Values.cni.ambient.ipv6 }}"
                - name: AMBIENT_DNS_CAPTURE
                  value: "{{ .Values.cni.ambient.dnsCapture }}"
    {{- end }}
                - name: GOMEMLIMIT
                  valueFrom:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (darwin-386), const IPV6_BOUND_IF ideal-int
    pkg syscall (darwin-386), const IPV6_CHECKSUM ideal-int
    pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_HOPS ideal-int
    pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_LOOP ideal-int
    pkg syscall (darwin-386), const IPV6_DEFHLIM ideal-int
    pkg syscall (darwin-386), const IPV6_FAITH ideal-int
    pkg syscall (darwin-386), const IPV6_FLOWINFO_MASK ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  10. android/guava-tests/test/com/google/common/net/HostAndPortTest.java

            .testEquals();
      }
    
      public void testRequireBracketsForIPv6() {
        // Bracketed IPv6 works fine.
        assertEquals("::1", HostAndPort.fromString("[::1]").requireBracketsForIPv6().getHost());
        assertEquals("::1", HostAndPort.fromString("[::1]:80").requireBracketsForIPv6().getHost());
        // Non-bracketed non-IPv6 works fine.
        assertEquals("x", HostAndPort.fromString("x").requireBracketsForIPv6().getHost());
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Apr 17 11:19:47 GMT 2023
    - 9.6K bytes
    - Viewed (0)
Back to top