Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 104 for ct (0.02 sec)

  1. tools/istio-clean-iptables/pkg/cmd/testdata/dns-uid-gid.golden

    ip6tables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 1 -j CT --zone 2
    iptables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 2 -j CT --zone 1
    ip6tables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 2 -j CT --zone 1
    iptables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 2 -j CT --zone 2
    ip6tables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 2 -j CT --zone 2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-uid-gid.golden

    iptables -t raw -A ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 3 -j CT --zone 2
    iptables -t raw -A ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 4 -j CT --zone 1
    iptables -t raw -A ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 4 -j CT --zone 2
    iptables -t raw -A ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 1 -j CT --zone 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/cases/context.go

    func upper(c *context) bool {
    	ct := c.caseType()
    	if c.info&hasMappingMask == 0 || ct == cUpper {
    		return c.copy()
    	}
    	if c.info&exceptionBit == 0 {
    		return c.copyXOR()
    	}
    	e := exceptions[c.info>>exceptionShift:]
    	offset := 2 + e[0]&lengthMask // size of header + fold string
    	// Get length of first special case mapping.
    	n := (e[1] >> lengthBits) & lengthMask
    	if ct == cTitle {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  4. pkg/proxy/conntrack/cleanup.go

    func CleanStaleEntries(ct Interface, svcPortMap proxy.ServicePortMap,
    	serviceUpdateResult proxy.UpdateServiceMapResult, endpointsUpdateResult proxy.UpdateEndpointsMapResult) {
    	deleteStaleServiceConntrackEntries(ct, svcPortMap, serviceUpdateResult, endpointsUpdateResult)
    	deleteStaleEndpointConntrackEntries(ct, svcPortMap, endpointsUpdateResult)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:09:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  5. src/cmd/internal/objabi/line.go

    		return false
    	}
    	var i int
    	for i = 0; i < len(t); i++ {
    		cs := int(s[i])
    		ct := int(t[i])
    		if 'A' <= cs && cs <= 'Z' {
    			cs += 'a' - 'A'
    		}
    		if 'A' <= ct && ct <= 'Z' {
    			ct += 'a' - 'A'
    		}
    		if cs == '\\' {
    			cs = '/'
    		}
    		if ct == '\\' {
    			ct = '/'
    		}
    		if cs != ct {
    			return false
    		}
    	}
    	return i >= len(s) || s[i] == '/' || s[i] == '\\'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 23:10:31 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  6. pilot/pkg/model/telemetry.go

    	ct.Metrics = append(ct.Metrics, spec.GetMetrics()...)
    	if len(tel.Spec.GetAccessLogging()) != 0 {
    		ct.Logging = append(ct.Logging, &computedAccessLogging{
    			telemetryKey: telemetryKey{
    				Workload: types.NamespacedName{Name: tel.Name, Namespace: tel.Namespace},
    			},
    			Logging: tel.Spec.GetAccessLogging(),
    		})
    	}
    	ct.Tracing = append(ct.Tracing, spec.GetTracing()...)
    
    	return ct
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  7. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-outbound-owner-groups-exclude.golden

    iptables -t raw -A ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 1337 -j CT --zone 1
    iptables -t raw -A ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 1337 -j CT --zone 2
    iptables -t raw -A ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 1337 -j CT --zone 1
    iptables -t raw -A ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 1337 -j CT --zone 2
    ip6tables -t nat -N ISTIO_INBOUND
    ip6tables -t nat -N ISTIO_REDIRECT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. tools/istio-clean-iptables/pkg/cmd/testdata/outbound-owner-groups.golden

    ip6tables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 1337 -j CT --zone 1
    iptables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 1337 -j CT --zone 2
    ip6tables -t raw -D ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 1337 -j CT --zone 2
    iptables -t raw -D ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 1337 -j CT --zone 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  9. src/net/http/sniff.go

    	// Index of the first non-whitespace byte in data.
    	firstNonWS := 0
    	for ; firstNonWS < len(data) && isWS(data[firstNonWS]); firstNonWS++ {
    	}
    
    	for _, sig := range sniffSignatures {
    		if ct := sig.match(data, firstNonWS); ct != "" {
    			return ct
    		}
    	}
    
    	return "application/octet-stream" // fallback
    }
    
    // isWS reports whether the provided byte is a whitespace byte (0xWS)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 20 21:51:06 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  10. cni/pkg/plugin/testdata/dns.txt.golden

    -A ISTIO_OUTPUT -p udp --dport 53 -m owner --uid-owner 1337 -j CT --zone 1
    -A ISTIO_OUTPUT -p udp --sport 15053 -m owner --uid-owner 1337 -j CT --zone 2
    -A ISTIO_OUTPUT -p udp --dport 53 -m owner --gid-owner 1337 -j CT --zone 1
    -A ISTIO_OUTPUT -p udp --sport 15053 -m owner --gid-owner 1337 -j CT --zone 2
    -A ISTIO_OUTPUT -p udp --dport 53 -j CT --zone 2
    -A PREROUTING -p udp --sport 53 -j CT --zone 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top