Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 4291 (0.04 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_FUTIMESAT                    = 4292
    	SYS_FSTATAT64                    = 4293
    	SYS_UNLINKAT                     = 4294
    	SYS_RENAMEAT                     = 4295
    	SYS_LINKAT                       = 4296
    	SYS_SYMLINKAT                    = 4297
    	SYS_READLINKAT                   = 4298
    	SYS_FCHMODAT                     = 4299
    	SYS_FACCESSAT                    = 4300
    	SYS_PSELECT6                     = 4301
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go

    	SYS_FUTIMESAT                    = 4292
    	SYS_FSTATAT64                    = 4293
    	SYS_UNLINKAT                     = 4294
    	SYS_RENAMEAT                     = 4295
    	SYS_LINKAT                       = 4296
    	SYS_SYMLINKAT                    = 4297
    	SYS_READLINKAT                   = 4298
    	SYS_FCHMODAT                     = 4299
    	SYS_FACCESSAT                    = 4300
    	SYS_PSELECT6                     = 4301
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. src/net/ip.go

    }
    
    // IsGlobalUnicast reports whether ip is a global unicast
    // address.
    //
    // The identification of global unicast addresses uses address type
    // identification as defined in RFC 1122, RFC 4632 and RFC 4291 with
    // the exception of IPv4 directed broadcast addresses.
    // It returns true even if ip is in IPv4 private address space or
    // local IPv6 unicast address space.
    func (ip IP) IsGlobalUnicast() bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. guava/src/com/google/common/net/InetAddresses.java

       *
       * <p>For more on IPv4 compatible addresses see section 2.5.5.1 of <a target="_parent"
       * href="http://tools.ietf.org/html/rfc4291#section-2.5.5.1">RFC 4291</a>.
       *
       * <p>NOTE: This method is different from {@link Inet6Address#isIPv4CompatibleAddress} in that it
       * more correctly classifies {@code "::"} and {@code "::1"} as proper IPv6 addresses (which they
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/net/InetAddresses.java

       *
       * <p>For more on IPv4 compatible addresses see section 2.5.5.1 of <a target="_parent"
       * href="http://tools.ietf.org/html/rfc4291#section-2.5.5.1">RFC 4291</a>.
       *
       * <p>NOTE: This method is different from {@link Inet6Address#isIPv4CompatibleAddress} in that it
       * more correctly classifies {@code "::"} and {@code "::1"} as proper IPv6 addresses (which they
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  6. src/net/netip/netip.go

    // link-local address space. It also returns true even if ip is in the IPv4
    // private address space or IPv6 unique local address space.
    // It returns false for the zero [Addr].
    //
    // For reference, see RFC 1122, RFC 4291, and RFC 4632.
    func (ip Addr) IsGlobalUnicast() bool {
    	if ip.z == z0 {
    		// Invalid or zero-value.
    		return false
    	}
    
    	if ip.Is4In6() {
    		ip = ip.Unmap()
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  7. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            static protobufPlugin = "0.9.4"
    
            // https://central.sonatype.com/artifact/com.google.protobuf/protobuf-java/versions
            static protobufTools = "4.26.1"
    
            // https://plugins.gradle.org/plugin/org.gradle.test-retry
            static testRetryPlugin = "1.5.8"
    
            // https://plugins.gradle.org/plugin/io.freefair.aspectj
            static aspectj = "8.6"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. src/net/http/httptest/server.go

    		go s.closeConnChan(c, ch)
    	}
    	s.mu.Unlock()
    
    	// Wait for outstanding closes to finish.
    	//
    	// Out of paranoia for making a late change in Go 1.6, we
    	// bound how long this can wait, since golang.org/issue/14291
    	// isn't fully understood yet. At least this should only be used
    	// in tests.
    	timer := time.NewTimer(5 * time.Second)
    	defer timer.Stop()
    	for i := 0; i < nconn; i++ {
    		select {
    		case <-ch:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 17:26:10 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. src/slices/slices_test.go

    	s = s[0:2]
    	_ = s[0:4] // this is a valid slice of s
    
    	for _, test := range []struct {
    		name string
    		s    []int
    		i, j int
    	}{
    		{"with negative first index", []int{42}, -2, 1},
    		{"with negative second index", []int{42}, 1, -1},
    		{"with out-of-bounds first index", []int{42}, 2, 3},
    		{"with out-of-bounds second index", []int{42}, 0, 2},
    		{"with out-of-bounds both indexes", []int{42}, 2, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:06 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-ECDSA

    00000350  a9 10 f0 4a 51 2c e3 1d  e3 59 28 f2 3b ea 66 c1  |...JQ,...Y(.;.f.|
    00000360  ed 6a 8d 39 72 ea 5a 24  7a ee 9f cd 85 9d 54 60  |.j.9r.Z$z.....T`|
    00000370  d4 95 fd 8d 63 a4 78 6c  2f 7d 6a a5 53 e4 42 97  |....c.xl/}j.S.B.|
    00000380  e8 19 36 bf 14 9c a8 48  9f 57 ad 29 7a 30 e5 a9  |..6....H.W.)z0..|
    00000390  32 e7 0f 24 9c ca 9d 6d  b7 47 46 1c cb 90 7d 18  |2..$...m.GF...}.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top