Home
last modified time | relevance | path

Searched defs:IsTCP (Results 1 – 17 of 17) sorted by relevance

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dnetworktype.go61 func (t NetworkType) IsTCP() bool { func
/dports/sysutils/istio/istio-1.6.7/pkg/config/protocol/
H A Dinstance.go124 func (i Instance) IsTCP() bool { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go90 func (c *CheckType) IsTCP() bool { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go104 func (c *CheckType) IsTCP() bool { func
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/structs/
H A Dcheck_type.go104 func (c *CheckType) IsTCP() bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go104 func (c *CheckType) IsTCP() bool { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go209 func (c *CheckType) IsTCP() bool { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go209 func (c *CheckType) IsTCP() bool { func
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dcheck_type.go219 func (c *CheckType) IsTCP() bool { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go219 func (c *CheckType) IsTCP() bool { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go219 func (c *CheckType) IsTCP() bool { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dcheck_type.go219 func (c *CheckType) IsTCP() bool { func
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DURIUtils.cpp946 bool URIUtils::IsTCP(const std::string& strFile) in IsTCP() function in URIUtils
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/sf_engine/
H A Dsf_snort_packet.h698 #define IsTCP(p) (IsIP(p) && p->tcp_header) macro
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Ddecode.h1645 #define IsTCP(p) (IsIP(p) && (GET_IPH_PROTO(p) == IPPROTO_TCP)) macro
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Ddecode.h1645 #define IsTCP(p) (IsIP(p) && (GET_IPH_PROTO(p) == IPPROTO_TCP)) macro
/dports/security/snort/snort-2.9.18/src/
H A Ddecode.h1886 #define IsTCP(p) (IsIP(p) && p->tcph) macro