Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 960 for 0xC0 (0.05 sec)

  1. src/net/addrselect.go

    		Precedence: 1,
    		Label:      3,
    	},
    	{
    		// "2001::/32"
    		// Teredo
    		Prefix:     netip.PrefixFrom(netip.AddrFrom16([16]byte{0x20, 0x01}), 32),
    		Precedence: 5,
    		Label:      5,
    	},
    	{
    		// "2002::/16"
    		// 6to4
    		Prefix:     netip.PrefixFrom(netip.AddrFrom16([16]byte{0x20, 0x02}), 16),
    		Precedence: 30,
    		Label:      2,
    	},
    	{
    		// "3ffe::/16"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 00:24:06 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	BPF_IND                           = 0x40
    	BPF_JA                            = 0x0
    	BPF_JEQ                           = 0x10
    	BPF_JGE                           = 0x30
    	BPF_JGT                           = 0x20
    	BPF_JMP                           = 0x5
    	BPF_JSET                          = 0x40
    	BPF_K                             = 0x0
    	BPF_LD                            = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	BPF_IND                           = 0x40
    	BPF_JA                            = 0x0
    	BPF_JEQ                           = 0x10
    	BPF_JGE                           = 0x30
    	BPF_JGT                           = 0x20
    	BPF_JMP                           = 0x5
    	BPF_JSET                          = 0x40
    	BPF_K                             = 0x0
    	BPF_LD                            = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_mips.go

    	BPF_JEQ                          = 0x10
    	BPF_JGE                          = 0x30
    	BPF_JGT                          = 0x20
    	BPF_JMP                          = 0x5
    	BPF_JSET                         = 0x40
    	BPF_K                            = 0x0
    	BPF_LD                           = 0x0
    	BPF_LDX                          = 0x1
    	BPF_LEN                          = 0x80
    	BPF_LSH                          = 0x60
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mipsle.go

    	BPF_JEQ                          = 0x10
    	BPF_JGE                          = 0x30
    	BPF_JGT                          = 0x20
    	BPF_JMP                          = 0x5
    	BPF_JSET                         = 0x40
    	BPF_K                            = 0x0
    	BPF_LD                           = 0x0
    	BPF_LDX                          = 0x1
    	BPF_LEN                          = 0x80
    	BPF_LSH                          = 0x60
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2/generated.pb.go

    	// 1722 bytes of a gzipped FileDescriptorProto
    	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x59, 0xcb, 0x8f, 0x1b, 0x49,
    	0x19, 0x9f, 0xb6, 0x3d, 0xaf, 0xf2, 0x3c, 0x2b, 0x2f, 0x67, 0xa2, 0xd8, 0xa3, 0x26, 0x90, 0x07,
    	0xa4, 0x4d, 0x4c, 0x88, 0x22, 0x72, 0x40, 0xd3, 0x13, 0x20, 0xa3, 0xcc, 0x30, 0x4e, 0x39, 0xc9,
    	0x00, 0x02, 0x94, 0x72, 0x77, 0x8d, 0xa7, 0x18, 0xbb, 0xdb, 0xea, 0x6e, 0x3b, 0x99, 0x48, 0x48,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/net/idna/trieval.go

    )
    
    const (
    	valid               category = 0x08
    	validNV8            category = 0x18
    	validXV8            category = 0x28
    	disallowed          category = 0x40
    	disallowedSTD3Valid category = 0x80
    	ignored             category = 0xC0
    )
    
    // join types and additional rune information
    const (
    	joiningL = (iota + 1)
    	joiningD
    	joiningT
    	joiningR
    
    	//the following types are derived during processing
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 04:45:15 UTC 2022
    - 3K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips64.go

    	BPF_JEQ                          = 0x10
    	BPF_JGE                          = 0x30
    	BPF_JGT                          = 0x20
    	BPF_JMP                          = 0x5
    	BPF_JSET                         = 0x40
    	BPF_K                            = 0x0
    	BPF_LD                           = 0x0
    	BPF_LDX                          = 0x1
    	BPF_LEN                          = 0x80
    	BPF_LSH                          = 0x60
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mips64le.go

    	BPF_JEQ                          = 0x10
    	BPF_JGE                          = 0x30
    	BPF_JGT                          = 0x20
    	BPF_JMP                          = 0x5
    	BPF_JSET                         = 0x40
    	BPF_K                            = 0x0
    	BPF_LD                           = 0x0
    	BPF_LDX                          = 0x1
    	BPF_LEN                          = 0x80
    	BPF_LSH                          = 0x60
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  10. src/crypto/aes/const.go

    	0xfc, 0x56, 0x3e, 0x4b, 0xc6, 0xd2, 0x79, 0x20, 0x9a, 0xdb, 0xc0, 0xfe, 0x78, 0xcd, 0x5a, 0xf4,
    	0x1f, 0xdd, 0xa8, 0x33, 0x88, 0x07, 0xc7, 0x31, 0xb1, 0x12, 0x10, 0x59, 0x27, 0x80, 0xec, 0x5f,
    	0x60, 0x51, 0x7f, 0xa9, 0x19, 0xb5, 0x4a, 0x0d, 0x2d, 0xe5, 0x7a, 0x9f, 0x93, 0xc9, 0x9c, 0xef,
    	0xa0, 0xe0, 0x3b, 0x4d, 0xae, 0x2a, 0xf5, 0xb0, 0xc8, 0xeb, 0xbb, 0x3c, 0x83, 0x53, 0x99, 0x61,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 29.3K bytes
    - Viewed (0)
Back to top