Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 96 for sftp (0.35 sec)

  1. pkg/proxy/nftables/helpers_test.go

    var destAddrLookupRegexp = regexp.MustCompile(`^ip6* daddr (!= )?\{([^}]*)\}`)
    var destAddrLocalRegexp = regexp.MustCompile(`^fib daddr type local`)
    var destPortRegexp = regexp.MustCompile(`^(tcp|udp|sctp) dport (\d+)`)
    var destIPOnlyLookupRegexp = regexp.MustCompile(`^ip6* daddr @(\S+)`)
    
    var destDispatchRegexp = regexp.MustCompile(`^ip6* daddr \. meta l4proto \. th dport vmap @(\S+)$`)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. src/net/lookup.go

    var services = map[string]map[string]int{
    	"udp": {
    		"domain": 53,
    	},
    	"tcp": {
    		"ftp":         21,
    		"ftps":        990,
    		"gopher":      70, // ʕ◔ϖ◔ʔ
    		"http":        80,
    		"https":       443,
    		"imap2":       143,
    		"imap3":       220,
    		"imaps":       993,
    		"pop3":        110,
    		"pop3s":       995,
    		"smtp":        25,
    		"submissions": 465,
    		"ssh":         22,
    		"telnet":      23,
    	},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  3. pkg/proxy/servicechangetracker_test.go

    		},
    		{
    			desc:     "headless sctp service",
    			ipFamily: v1.IPv4Protocol,
    
    			service: makeTestService("ns2", "headless", func(svc *v1.Service) {
    				svc.Spec.Type = v1.ServiceTypeClusterIP
    				svc.Spec.ClusterIP = v1.ClusterIPNone
    				svc.Spec.Ports = addTestPort(svc.Spec.Ports, "sip", "SCTP", 7777, 0, 0)
    			}),
    			expected: map[ServicePortName]*BaseServicePortInfo{},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1/types_swagger_doc_generated.go

    	"port":     "port is the port number of the ingress port.",
    	"protocol": "protocol is the protocol of the ingress port. The supported values are: \"TCP\", \"UDP\", \"SCTP\"",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1/generated.proto

    message IngressPortStatus {
      // port is the port number of the ingress port.
      optional int32 port = 1;
    
      // protocol is the protocol of the ingress port.
      // The supported values are: "TCP", "UDP", "SCTP"
      optional string protocol = 2;
    
      // error is to record the problem with the service port
      // The format of the error shall comply with the following rules:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  6. src/net/http/cookiejar/jar_test.go

    			{"http://www.host.test/some/path", "A=a"},
    			{"https://www.host.test", "A=a"},
    			{"https://www.host.test/", "A=a"},
    			{"https://www.host.test/some/path", "A=a"},
    			{"ftp://www.host.test", ""},
    			{"ftp://www.host.test/", ""},
    			{"ftp://www.host.test/some/path", ""},
    			{"http://www.other.org", ""},
    			{"http://sibling.host.test", ""},
    			{"http://deep.www.host.test", ""},
    		},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  7. cluster/addons/calico-policy-controller/networkpolicies-crd.yaml

                            apply to certain protocols). \n Must be one of these string
                            values: \"TCP\", \"UDP\", \"ICMP\", \"ICMPv6\", \"SCTP\",
                            \"UDPLite\" or an integer in the range 1-255."
                          pattern: ^.*
                          x-kubernetes-int-or-string: true
                        source:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 44.2K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/networking/v1/generated.proto

    message IngressPortStatus {
      // port is the port number of the ingress port.
      optional int32 port = 1;
    
      // protocol is the protocol of the ingress port.
      // The supported values are: "TCP", "UDP", "SCTP"
      optional string protocol = 2;
    
      // error is to record the problem with the service port
      // The format of the error shall comply with the following rules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  9. go.mod

    	github.com/google/cel-go v0.20.1
    	github.com/google/gnostic-models v0.6.8
    	github.com/google/go-cmp v0.6.0
    	github.com/google/gofuzz v1.2.0
    	github.com/google/uuid v1.3.1
    	github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2
    	github.com/libopenstorage/openstorage v1.0.0
    	github.com/lithammer/dedent v1.1.0
    	github.com/moby/ipvs v1.1.0
    	github.com/mrunalp/fileutils v0.5.1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/networking/v1/types.go

    	To []NetworkPolicyPeer `json:"to,omitempty" protobuf:"bytes,2,rep,name=to"`
    }
    
    // NetworkPolicyPort describes a port to allow traffic on
    type NetworkPolicyPort struct {
    	// protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match.
    	// If not specified, this field defaults to TCP.
    	// +optional
    	Protocol *v1.Protocol `json:"protocol,omitempty" protobuf:"bytes,1,opt,name=protocol,casttype=k8s.io/api/core/v1.Protocol"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top