Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 0_7070 (0.07 sec)

  1. 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)
  2. 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)
  3. 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)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	RTC_UIE_OFF                      = 0x7004
    	RTC_UIE_ON                       = 0x7003
    	RTC_VL_CLR                       = 0x7014
    	RTC_VL_READ                      = 0x80047013
    	RTC_WIE_OFF                      = 0x7010
    	RTC_WIE_ON                       = 0x700f
    	RTC_WKALM_RD                     = 0x80287010
    	RTC_WKALM_SET                    = 0x4028700f
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPING_OPT_STATS       = 0x36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	RTC_UIE_OFF                      = 0x7004
    	RTC_UIE_ON                       = 0x7003
    	RTC_VL_CLR                       = 0x7014
    	RTC_VL_READ                      = 0x80047013
    	RTC_WIE_OFF                      = 0x7010
    	RTC_WIE_ON                       = 0x700f
    	RTC_WKALM_RD                     = 0x80287010
    	RTC_WKALM_SET                    = 0x4028700f
    	SCM_TIMESTAMPING                 = 0x25
    	SCM_TIMESTAMPING_OPT_STATS       = 0x36
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top