Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 240 for 2_8000 (0.1 sec)

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

    	RTF_PERMANENT_ARP                 = 0x2000
    	RTF_PROTO1                        = 0x8000
    	RTF_PROTO2                        = 0x4000
    	RTF_PROTO3                        = 0x2000
    	RTF_REJECT                        = 0x8
    	RTF_STATIC                        = 0x800
    	RTF_UP                            = 0x1
    	RTF_USETRAILERS                   = 0x8000
    	RTM_80211INFO                     = 0x15
    	RTM_ADD                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_s390x.go

    	HUPCL                            = 0x400
    	ICANON                           = 0x2
    	ICMPV6_FILTER                    = 0x1
    	ICRNL                            = 0x100
    	IEXTEN                           = 0x8000
    	IFA_F_DADFAILED                  = 0x8
    	IFA_F_DEPRECATED                 = 0x20
    	IFA_F_HOMEADDRESS                = 0x10
    	IFA_F_MANAGETEMPADDR             = 0x100
    	IFA_F_MCAUTOJOIN                 = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  3. pilot/pkg/xds/testdata/none_lds_tcp.json

                }
              ]
            }
          ],
          "listener_filters": null
        },
        "127.0.0.1_2000": {
          "name": "127.0.0.1_2000",
          "address": {
            "Address": {
              "SocketAddress": {
                "address": "127.0.0.1",
                "PortSpecifier": {
                  "PortValue": 2000
                }
              }
            }
          },
          "filter_chains": [
            {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_386.go

    	IFF_ALLMULTI                     = 0x200
    	IFF_AUTOMEDIA                    = 0x4000
    	IFF_BROADCAST                    = 0x2
    	IFF_DEBUG                        = 0x4
    	IFF_DYNAMIC                      = 0x8000
    	IFF_LOOPBACK                     = 0x8
    	IFF_MASTER                       = 0x400
    	IFF_MULTICAST                    = 0x1000
    	IFF_NOARP                        = 0x80
    	IFF_NOTRAILERS                   = 0x20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mips.go

    	IFF_BROADCAST                    = 0x2
    	IFF_DEBUG                        = 0x4
    	IFF_DETACH_QUEUE                 = 0x400
    	IFF_DORMANT                      = 0x20000
    	IFF_DYNAMIC                      = 0x8000
    	IFF_ECHO                         = 0x40000
    	IFF_LOOPBACK                     = 0x8
    	IFF_LOWER_UP                     = 0x10000
    	IFF_MASTER                       = 0x400
    	IFF_MULTICAST                    = 0x1000
    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. src/syscall/zerrors_linux_mipsle.go

    	IFF_BROADCAST                    = 0x2
    	IFF_DEBUG                        = 0x4
    	IFF_DETACH_QUEUE                 = 0x400
    	IFF_DORMANT                      = 0x20000
    	IFF_DYNAMIC                      = 0x8000
    	IFF_ECHO                         = 0x40000
    	IFF_LOOPBACK                     = 0x8
    	IFF_LOWER_UP                     = 0x10000
    	IFF_MASTER                       = 0x400
    	IFF_MULTICAST                    = 0x1000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  7. src/image/draw/bench_test.go

    		src1 := image.NewRGBA64(image.Rect(0, 0, srcw, srch))
    		for y := 0; y < srch; y++ {
    			for x := 0; x < srcw; x++ {
    				src1.SetRGBA64(x, y, color.RGBA64{
    					uint16(103 * x % 0x8000),
    					uint16(101 * y % 0x8000),
    					uint16((101*x + 103*y) % 0x8000),
    					0x7fff,
    				})
    			}
    		}
    		src = src1
    	case color.NRGBAModel:
    		src1 := image.NewNRGBA(image.Rect(0, 0, srcw, srch))
    		for y := 0; y < srch; y++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_riscv64.go

    	HUPCL                            = 0x400
    	ICANON                           = 0x2
    	ICMPV6_FILTER                    = 0x1
    	ICRNL                            = 0x100
    	IEXTEN                           = 0x8000
    	IFA_F_DADFAILED                  = 0x8
    	IFA_F_DEPRECATED                 = 0x20
    	IFA_F_HOMEADDRESS                = 0x10
    	IFA_F_MANAGETEMPADDR             = 0x100
    	IFA_F_MCAUTOJOIN                 = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  9. pkg/envoy/agent_test.go

    )
    
    var invalidStats = ""
    
    var downstreamCxPostiveAcStats = "http.admin.downstream_cx_active: 2 \n" +
    	"http.agent.downstream_cx_active: 0 \n" +
    	"http.inbound_0.0.0.0_8080.downstream_cx_active: 0 \n" +
    	"listener.0.0.0.0_15001.downstream_cx_active: 0 \n" +
    	"listener.0.0.0.0_15006.downstream_cx_active: 0 \n" +
    	"listener.0.0.0.0_15021.downstream_cx_active: 0 \n" +
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 19 20:22:09 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_ppc64.go

    	RTF_PERMANENT_ARP                 = 0x2000
    	RTF_PROTO1                        = 0x8000
    	RTF_PROTO2                        = 0x4000
    	RTF_PROTO3                        = 0x2000
    	RTF_REJECT                        = 0x8
    	RTF_STATIC                        = 0x800
    	RTF_UP                            = 0x1
    	RTF_USETRAILERS                   = 0x8000
    	RTM_80211INFO                     = 0x15
    	RTM_ADD                           = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
Back to top