Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for 4291 (0.03 sec)

  1. src/syscall/zsysnum_linux_mips.go

    	SYS_MKNODAT                = 4290
    	SYS_FCHOWNAT               = 4291
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  2. 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)
  3. src/syscall/zsysnum_linux_mipsle.go

    	SYS_MKNODAT                = 4290
    	SYS_FCHOWNAT               = 4291
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. src/net/ip_test.go

    		t.Fatal(err)
    	}
    	if !reflect.DeepEqual(got, []byte("")) {
    		t.Errorf(`got %#v, want []byte("")`, got)
    	}
    }
    
    var ipStringTests = []*struct {
    	in  IP     // see RFC 791 and RFC 4291
    	str string // see RFC 791, RFC 4291 and RFC 5952
    	byt []byte
    	error
    }{
    	// IPv4 address
    	{
    		IP{192, 0, 2, 1},
    		"192.0.2.1",
    		[]byte("192.0.2.1"),
    		nil,
    	},
    	{
    		IP{0, 0, 0, 0},
    		"0.0.0.0",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:17:29 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"net.inet.etherip.allow", []_C_int{4, 2, 97, 1}},
    	{"net.inet.etherip.stats", []_C_int{4, 2, 97, 2}},
    	{"net.inet.gre.allow", []_C_int{4, 2, 47, 1}},
    	{"net.inet.gre.wccp", []_C_int{4, 2, 47, 2}},
    	{"net.inet.icmp.bmcastecho", []_C_int{4, 2, 1, 2}},
    	{"net.inet.icmp.errppslimit", []_C_int{4, 2, 1, 3}},
    	{"net.inet.icmp.maskrepl", []_C_int{4, 2, 1, 1}},
    	{"net.inet.icmp.rediraccept", []_C_int{4, 2, 1, 4}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top