Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 0_7070 (0.16 sec)

  1. pilot/pkg/xds/testdata/none_lds_tcp.json

    {
        "0.0.0.0_7070": {
          "name": "0.0.0.0_7070",
          "address": {
            "Address": {
              "SocketAddress": {
                "address": "0.0.0.0",
                "PortSpecifier": {
                  "PortValue": 7070
                }
              }
            }
          },
          "filter_chains": [
            {
              "filters": [
                {
                  "name": "envoy.tcp_proxy",
                  "ConfigType": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/none_lds_http.json

    {
        "0.0.0.0_7071": {
          "name": "0.0.0.0_7071",
          "address": {
            "Address": {
              "SocketAddress": {
                "address": "0.0.0.0",
                "PortSpecifier": {
                  "PortValue": 7071
                }
              }
            }
          },
          "filter_chains": [
            {
              "filters": [
                {
                  "name": "envoy.http_connection_manager",
                  "ConfigType": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 32.9K bytes
    - Viewed (0)
  3. src/cmd/link/internal/mips64/asm.go

    	case objabi.R_ADDRMIPSTLS:
    		// thread pointer is at 0x7000 offset from the start of TLS data area
    		t := ldr.SymValue(rs) + r.Add() - 0x7000
    		if target.IsOpenbsd() {
    			// OpenBSD mips64 does not currently offset TLS by 0x7000,
    			// as such we need to add this back to get the correct offset.
    			t += 0x7000
    		}
    		if t < -32768 || t >= 32678 {
    			ldr.Errorf(s, "TLS offset out of range %d", t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/gateway_simulation_test.go

    					Call: simulation.Call{
    						Port:       8080,
    						HostHeader: "example.com",
    						Protocol:   simulation.HTTP,
    					},
    					Result: simulation.Result{
    						ListenerMatched:    "0.0.0.0_8080",
    						ClusterMatched:     "outbound|80||a.default",
    						RouteConfigMatched: "http.8080",
    						VirtualHostMatched: "example.com:80",
    					},
    				},
    				{
    					Name: "target port 2",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/operand_test.go

    	{"$((1<<63)-1)", "$9223372036854775807"},
    	{"$(-64*1024)", "$-65536"},
    	{"$(1024 * 8)", "$8192"},
    	{"$-1", "$-1"},
    	{"$-24(R4)", "$-24(R4)"},
    	{"$0", "$0"},
    	{"$0(R1)", "$(R1)"},
    	{"$0.5", "$(0.5)"},
    	{"$0x7000", "$28672"},
    	{"$0x88888eef", "$2290650863"},
    	{"$1", "$1"},
    	{"$_main<>(SB)", "$_main<>(SB)"},
    	{"$argframe(FP)", "$argframe(FP)"},
    	{"$runtime·tlsg(SB)", "$runtime.tlsg(SB)"},
    	{"$~3", "$-4"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  6. src/debug/pe/file_test.go

    			[16]DataDirectory{
    				{0x0, 0x0},
    				{0x5000, 0x3c8},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x7000, 0x18},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    				{0x0, 0x0},
    			},
    		},
    		sections: []*SectionHeader{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 01 02:25:16 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener_builder_test.go

    			{Name: "virtualInbound", Type: listenertest.MTLSTCP},
    			{Name: "virtualInbound", Type: listenertest.PlainTCP},
    			{Name: "virtualInbound", Type: listenertest.StandardTLS},
    			{Name: "0.0.0.0_8080", Type: listenertest.MTLSHTTP},
    			{Name: "0.0.0.0_8080", Type: listenertest.PlainTCP},
    		},
    		Filters: []string{
    			wellknown.OriginalDestination,
    			wellknown.TLSInspector,
    			wellknown.HTTPInspector,
    		},
    		TotalMatch: true,
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  8. src/strconv/isprint.go

    	0x1cd0, 0x1cfa,
    	0x1d00, 0x1f15,
    	0x1f18, 0x1f1d,
    	0x1f20, 0x1f45,
    	0x1f48, 0x1f4d,
    	0x1f50, 0x1f7d,
    	0x1f80, 0x1fd3,
    	0x1fd6, 0x1fef,
    	0x1ff2, 0x1ffe,
    	0x2010, 0x2027,
    	0x2030, 0x205e,
    	0x2070, 0x2071,
    	0x2074, 0x209c,
    	0x20a0, 0x20c0,
    	0x20d0, 0x20f0,
    	0x2100, 0x218b,
    	0x2190, 0x2426,
    	0x2440, 0x244a,
    	0x2460, 0x2b73,
    	0x2b76, 0x2cf3,
    	0x2cf9, 0x2d27,
    	0x2d2d, 0x2d2d,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  9. pilot/pkg/xds/lds_test.go

    		}
    
    		// s1tcp:2000 outbound, bind=true (to reach other instances of the service)
    		// s1:5005 outbound, bind=true
    		// :443 - https external, bind=false
    		// 10.11.0.1_7070, bind=true -> inbound|2000|s1 - on port 7070, fwd to 37070
    		// virtual
    		if len(adscon.GetTCPListeners()) == 0 {
    			t.Fatal("No response")
    		}
    
    		for _, s := range []string{"lds_tcp", "lds_http", "rds", "cds", "ecds"} {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. src/syscall/types_windows.go

    	SO_BROADCAST              = 32
    	SO_LINGER                 = 128
    	SO_RCVBUF                 = 0x1002
    	SO_SNDBUF                 = 0x1001
    	SO_UPDATE_ACCEPT_CONTEXT  = 0x700b
    	SO_UPDATE_CONNECT_CONTEXT = 0x7010
    
    	IOC_OUT                            = 0x40000000
    	IOC_IN                             = 0x80000000
    	IOC_VENDOR                         = 0x18000000
    	IOC_INOUT                          = IOC_IN | IOC_OUT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top