Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 185 for 3_8000 (0.13 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    												Number: 80,
    											},
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			[]string{"10.0.0.1_8000", "10.0.0.2_8000", "10.0.0.3_8000"},
    		},
    		{
    			"gateway with HTTPS/GRPC servers with bind",
    			&pilot_model.Proxy{},
    			[]config.Config{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/capture/testdata/ipv6-outbound-ports.golden

    iptables -t nat -A ISTIO_OUTPUT -m owner --gid-owner 1337 -j RETURN
    iptables -t nat -A ISTIO_OUTPUT -d 127.0.0.1/32 -j RETURN
    iptables -t nat -A ISTIO_OUTPUT -p tcp --dport 32000 -j ISTIO_REDIRECT
    iptables -t nat -A ISTIO_OUTPUT -p tcp --dport 31000 -j ISTIO_REDIRECT
    ip6tables -t nat -N ISTIO_INBOUND
    ip6tables -t nat -N ISTIO_REDIRECT
    ip6tables -t nat -N ISTIO_IN_REDIRECT
    ip6tables -t nat -N ISTIO_OUTPUT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/capture/testdata/inbound-ports-tproxy.golden

    iptables -t mangle -A ISTIO_INBOUND -p tcp --dport 32000 -m conntrack --ctstate RELATED,ESTABLISHED -j ISTIO_DIVERT
    iptables -t mangle -A ISTIO_INBOUND -p tcp --dport 32000 -j ISTIO_TPROXY
    iptables -t mangle -A ISTIO_INBOUND -p tcp --dport 31000 -m conntrack --ctstate RELATED,ESTABLISHED -j ISTIO_DIVERT
    iptables -t mangle -A ISTIO_INBOUND -p tcp --dport 31000 -j ISTIO_TPROXY
    iptables -t nat -A OUTPUT -p tcp -j ISTIO_OUTPUT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

    #successRate {
        width: 140px;
        margin-left: 35px;
    }
    
    #successRate .percent {
        font-size: 180%;
    }
    
    .success, .success a {
        color: #008000;
    }
    
    div.success, #successRate.success {
        background-color: #bbd9bb;
        border-color: #008000;
    }
    
    .failures, .failures a {
        color: #b60808;
    }
    
    .skipped, .skipped a {
        color: #c09853;
    }
    
    div.failures, #successRate.failures {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	VSTRT                         = 0x7
    	VSUSP                         = 0x9
    	VT0                           = 0x0
    	VT1                           = 0x8000
    	VTDELAY                       = 0x2000
    	VTDLY                         = 0x8000
    	VTIME                         = 0x5
    	VWERSE                        = 0xd
    	WPARSTART                     = 0x1
    	WPARSTOP                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	BRKINT                                  = 0x2
    	BS0                                     = 0x0
    	BS1                                     = 0x8000
    	BSDLY                                   = 0x8000
    	CFLUSH                                  = 0xf
    	CLOCAL                                  = 0x8000
    	CLOCK_MONOTONIC                         = 0x6
    	CLOCK_MONOTONIC_RAW                     = 0x4
    	CLOCK_MONOTONIC_RAW_APPROX              = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	BRKINT                                  = 0x2
    	BS0                                     = 0x0
    	BS1                                     = 0x8000
    	BSDLY                                   = 0x8000
    	CFLUSH                                  = 0xf
    	CLOCAL                                  = 0x8000
    	CLOCK_MONOTONIC                         = 0x6
    	CLOCK_MONOTONIC_RAW                     = 0x4
    	CLOCK_MONOTONIC_RAW_APPROX              = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	VSTRT                         = 0x7
    	VSUSP                         = 0x9
    	VT0                           = 0x0
    	VT1                           = 0x8000
    	VTDELAY                       = 0x2000
    	VTDLY                         = 0x8000
    	VTIME                         = 0x5
    	VWERSE                        = 0xd
    	WPARSTART                     = 0x1
    	WPARSTOP                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  9. test/fixedbugs/issue51733.go

    //go:build cgo
    
    package main
    
    import (
    	"log"
    	"runtime/cgo"
    	"unsafe"
    )
    
    type S struct{ _ cgo.Incomplete }
    
    func main() {
    	p := (*S)(unsafe.Pointer(uintptr(0x8000)))
    	var v any = p
    	p2 := v.(*S)
    	if p != p2 {
    		log.Fatalf("%p != %p", unsafe.Pointer(p), unsafe.Pointer(p2))
    	}
    	p2 = typeAssert[*S](v)
    	if p != p2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 02 15:27:18 UTC 2022
    - 619 bytes
    - Viewed (0)
  10. src/crypto/sha256/sha256block_ppc64x.s

    	MOVD	$0x0c0, R_x0c0
    	MOVD	$0x0d0, R_x0d0
    	MOVD	$0x0e0, R_x0e0
    	MOVD	$0x0f0, R_x0f0
    	MOVD	$0x100, R_x100
    	MOVD	$0x110, R_x110
    
    loop:
    	MOVD	TBL_STRT, TBL
    	LVX	(TBL)(R_x000), KI
    
    	LXVD2X	(INP)(R_x000), V8 // load v8 in advance
    
    	// Offload to VSR24-31 (aka FPR24-31)
    	XXLOR	V0, V0, VS24
    	XXLOR	V1, V1, VS25
    	XXLOR	V2, V2, VS26
    	XXLOR	V3, V3, VS27
    	XXLOR	V4, V4, VS28
    	XXLOR	V5, V5, VS29
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top