Home
last modified time | relevance | path

Searched refs:EndpointType (Results 1 – 25 of 2111) sorted by relevance

12345678910>>...85

/dports/net/pichi/pichi-1.4.0/test/
H A Dendpoint.cpp23 template <EndpointType type> struct EndpointHelper {
32 Endpoint const EndpointHelper<EndpointType::DOMAIN_NAME>::ENDPOINT = {EndpointType::DOMAIN_NAME,
38 Endpoint const EndpointHelper<EndpointType::IPV4>::ENDPOINT = {EndpointType::IPV4, "1.1.1.1",
44 Endpoint const EndpointHelper<EndpointType::IPV6>::ENDPOINT = {
48 EndpointHelper<EndpointType::IPV4>, EndpointHelper<EndpointType::IPV6>>;
109 for (auto type : {EndpointType::IPV4, EndpointType::IPV6}) { in BOOST_AUTO_TEST_CASE()
234 BOOST_CHECK(EndpointType::DOMAIN_NAME == ep.type_); in BOOST_AUTO_TEST_CASE()
246 BOOST_CHECK(EndpointType::IPV4 == ep.type_); in BOOST_AUTO_TEST_CASE()
259 BOOST_CHECK(EndpointType::IPV6 == ep.type_); in BOOST_AUTO_TEST_CASE()
331 for (auto type : {EndpointType::DOMAIN_NAME, EndpointType::IPV4, EndpointType::IPV6}) { in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-awstransfer/source/model/
H A DEndpointType.cpp28 EndpointType GetEndpointTypeForName(const Aws::String& name) in GetEndpointTypeForName()
33 return EndpointType::PUBLIC_; in GetEndpointTypeForName()
37 return EndpointType::VPC; in GetEndpointTypeForName()
41 return EndpointType::VPC_ENDPOINT; in GetEndpointTypeForName()
47 return static_cast<EndpointType>(hashCode); in GetEndpointTypeForName()
50 return EndpointType::NOT_SET; in GetEndpointTypeForName()
53 Aws::String GetNameForEndpointType(EndpointType enumValue) in GetNameForEndpointType()
57 case EndpointType::PUBLIC_: in GetNameForEndpointType()
59 case EndpointType::VPC: in GetNameForEndpointType()
61 case EndpointType::VPC_ENDPOINT: in GetNameForEndpointType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-datasync/source/model/
H A DEndpointType.cpp28 EndpointType GetEndpointTypeForName(const Aws::String& name) in GetEndpointTypeForName()
33 return EndpointType::PUBLIC_; in GetEndpointTypeForName()
37 return EndpointType::PRIVATE_LINK; in GetEndpointTypeForName()
41 return EndpointType::FIPS; in GetEndpointTypeForName()
47 return static_cast<EndpointType>(hashCode); in GetEndpointTypeForName()
50 return EndpointType::NOT_SET; in GetEndpointTypeForName()
53 Aws::String GetNameForEndpointType(EndpointType enumValue) in GetNameForEndpointType()
57 case EndpointType::PUBLIC_: in GetNameForEndpointType()
59 case EndpointType::PRIVATE_LINK: in GetNameForEndpointType()
61 case EndpointType::FIPS: in GetNameForEndpointType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/source/model/
H A DEndpointType.cpp28 EndpointType GetEndpointTypeForName(const Aws::String& name) in GetEndpointTypeForName()
33 return EndpointType::REGIONAL; in GetEndpointTypeForName()
37 return EndpointType::EDGE; in GetEndpointTypeForName()
41 return EndpointType::PRIVATE_; in GetEndpointTypeForName()
47 return static_cast<EndpointType>(hashCode); in GetEndpointTypeForName()
50 return EndpointType::NOT_SET; in GetEndpointTypeForName()
53 Aws::String GetNameForEndpointType(EndpointType enumValue) in GetNameForEndpointType()
57 case EndpointType::REGIONAL: in GetNameForEndpointType()
59 case EndpointType::EDGE: in GetNameForEndpointType()
61 case EndpointType::PRIVATE_: in GetNameForEndpointType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigatewayv2/source/model/
H A DEndpointType.cpp27 EndpointType GetEndpointTypeForName(const Aws::String& name) in GetEndpointTypeForName()
32 return EndpointType::REGIONAL; in GetEndpointTypeForName()
36 return EndpointType::EDGE; in GetEndpointTypeForName()
42 return static_cast<EndpointType>(hashCode); in GetEndpointTypeForName()
45 return EndpointType::NOT_SET; in GetEndpointTypeForName()
48 Aws::String GetNameForEndpointType(EndpointType enumValue) in GetNameForEndpointType()
52 case EndpointType::REGIONAL: in GetNameForEndpointType()
54 case EndpointType::EDGE: in GetNameForEndpointType()
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/
H A Dflows.go33 typ EndpointType
39 func (a Endpoint) EndpointType() EndpointType { return a.typ } func
89 func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { argument
110 type EndpointType int64 type
112 var endpointTypes = map[EndpointType]EndpointTypeMetadata{}
117 func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointType {
118 t := EndpointType(num)
126 func (e EndpointType) String() string {
143 typ EndpointType
184 func (f Flow) EndpointType() EndpointType { func
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/gopacket-1.1.18/
H A Dflows.go33 typ EndpointType
39 func (a Endpoint) EndpointType() EndpointType { return a.typ } func
89 func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { argument
110 type EndpointType int64 type
112 var endpointTypes = map[EndpointType]EndpointTypeMetadata{}
117 func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointType {
118 t := EndpointType(num)
126 func (e EndpointType) String() string {
143 typ EndpointType
184 func (f Flow) EndpointType() EndpointType { func
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/google/gopacket/
H A Dflows.go33 typ EndpointType
39 func (a Endpoint) EndpointType() EndpointType { return a.typ } func
89 func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { argument
110 type EndpointType int64 type
112 var endpointTypes = map[EndpointType]EndpointTypeMetadata{}
117 func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointType {
118 t := EndpointType(num)
126 func (e EndpointType) String() string {
143 typ EndpointType
184 func (f Flow) EndpointType() EndpointType { func
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/
H A Dflows.go33 typ EndpointType
39 func (a Endpoint) EndpointType() EndpointType { return a.typ } func
89 func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { argument
110 type EndpointType int64 type
112 var endpointTypes = map[EndpointType]EndpointTypeMetadata{}
117 func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointType {
118 t := EndpointType(num)
126 func (e EndpointType) String() string {
143 typ EndpointType
184 func (f Flow) EndpointType() EndpointType { func
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/
H A Dflows.go33 typ EndpointType
39 func (a Endpoint) EndpointType() EndpointType { return a.typ } func
89 func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { argument
110 type EndpointType int64 type
112 var endpointTypes = map[EndpointType]EndpointTypeMetadata{}
117 func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointType {
118 t := EndpointType(num)
126 func (e EndpointType) String() string {
143 typ EndpointType
184 func (f Flow) EndpointType() EndpointType { func
[all …]
/dports/misc/fq/fq-0.0.2/vendor/github.com/google/gopacket/
H A Dflows.go33 typ EndpointType
39 func (a Endpoint) EndpointType() EndpointType { return a.typ } func
89 func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { argument
110 type EndpointType int64 type
112 var endpointTypes = map[EndpointType]EndpointTypeMetadata{}
117 func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointType {
118 t := EndpointType(num)
126 func (e EndpointType) String() string {
143 typ EndpointType
184 func (f Flow) EndpointType() EndpointType { func
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/google/gopacket/
H A Dflows.go33 typ EndpointType
39 func (a Endpoint) EndpointType() EndpointType { return a.typ } func
89 func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { argument
110 type EndpointType int64 type
112 var endpointTypes = map[EndpointType]EndpointTypeMetadata{}
117 func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointType {
118 t := EndpointType(num)
126 func (e EndpointType) String() string {
143 typ EndpointType
184 func (f Flow) EndpointType() EndpointType { func
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/google/gopacket/
H A Dflows.go33 typ EndpointType
39 func (a Endpoint) EndpointType() EndpointType { return a.typ } func
89 func NewEndpoint(typ EndpointType, raw []byte) (e Endpoint) { argument
110 type EndpointType int64 type
112 var endpointTypes = map[EndpointType]EndpointTypeMetadata{}
117 func RegisterEndpointType(num int, meta EndpointTypeMetadata) EndpointType {
118 t := EndpointType(num)
126 func (e EndpointType) String() string {
143 typ EndpointType
184 func (f Flow) EndpointType() EndpointType { func
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/transfer/types/
H A Denums.go5 type EndpointType string type
9 EndpointTypePublic EndpointType = "PUBLIC"
10 EndpointTypeVpc EndpointType = "VPC"
11 EndpointTypeVpcEndpoint EndpointType = "VPC_ENDPOINT"
17 func (EndpointType) Values() []EndpointType {
18 return []EndpointType{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/transfer/types/
H A Denums.go5 type EndpointType string type
9 EndpointTypePublic EndpointType = "PUBLIC"
10 EndpointTypeVpc EndpointType = "VPC"
11 EndpointTypeVpcEndpoint EndpointType = "VPC_ENDPOINT"
17 func (EndpointType) Values() []EndpointType {
18 return []EndpointType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/transfer/types/
H A Denums.go5 type EndpointType string type
9 EndpointTypePublic EndpointType = "PUBLIC"
10 EndpointTypeVpc EndpointType = "VPC"
11 EndpointTypeVpcEndpoint EndpointType = "VPC_ENDPOINT"
17 func (EndpointType) Values() []EndpointType {
18 return []EndpointType{
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2019-01-01/eventgrid/
H A Dmodels.go87 if dld.EndpointType != "" {
114 EndpointType EndpointType `json:"endpointType,omitempty"` member
124 if ehesd.EndpointType != "" {
284 EndpointType EndpointType `json:"endpointType,omitempty"` member
340 if esd.EndpointType != "" {
712 EndpointType EndpointType `json:"endpointType,omitempty"` member
722 if hcesd.EndpointType != "" {
862 if sbdld.EndpointType != "" {
930 EndpointType EndpointType `json:"endpointType,omitempty"` member
940 if sqesd.EndpointType != "" {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/eventgrid/mgmt/2019-01-01/eventgrid/
H A Dmodels.go87 if dld.EndpointType != "" {
114 EndpointType EndpointType `json:"endpointType,omitempty"` member
124 if ehesd.EndpointType != "" {
284 EndpointType EndpointType `json:"endpointType,omitempty"` member
340 if esd.EndpointType != "" {
712 EndpointType EndpointType `json:"endpointType,omitempty"` member
722 if hcesd.EndpointType != "" {
862 if sbdld.EndpointType != "" {
930 EndpointType EndpointType `json:"endpointType,omitempty"` member
940 if sqesd.EndpointType != "" {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid/
H A Denums.go56 type EndpointType string type
60 EndpointTypeAzureFunction EndpointType = "AzureFunction"
62 EndpointTypeEventHub EndpointType = "EventHub"
64 EndpointTypeEventSubscriptionDestination EndpointType = "EventSubscriptionDestination"
66 EndpointTypeHybridConnection EndpointType = "HybridConnection"
68 EndpointTypeServiceBusQueue EndpointType = "ServiceBusQueue"
70 EndpointTypeServiceBusTopic EndpointType = "ServiceBusTopic"
72 EndpointTypeStorageQueue EndpointType = "StorageQueue"
74 EndpointTypeWebHook EndpointType = "WebHook"
78 func PossibleEndpointTypeValues() []EndpointType {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid/
H A Denums.go56 type EndpointType string type
60 EndpointTypeAzureFunction EndpointType = "AzureFunction"
62 EndpointTypeEventHub EndpointType = "EventHub"
64 EndpointTypeEventSubscriptionDestination EndpointType = "EventSubscriptionDestination"
66 EndpointTypeHybridConnection EndpointType = "HybridConnection"
68 EndpointTypeServiceBusQueue EndpointType = "ServiceBusQueue"
70 EndpointTypeServiceBusTopic EndpointType = "ServiceBusTopic"
72 EndpointTypeStorageQueue EndpointType = "StorageQueue"
74 EndpointTypeWebHook EndpointType = "WebHook"
78 func PossibleEndpointTypeValues() []EndpointType {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid/
H A Denums.go56 type EndpointType string type
60 EndpointTypeAzureFunction EndpointType = "AzureFunction"
62 EndpointTypeEventHub EndpointType = "EventHub"
64 EndpointTypeEventSubscriptionDestination EndpointType = "EventSubscriptionDestination"
66 EndpointTypeHybridConnection EndpointType = "HybridConnection"
68 EndpointTypeServiceBusQueue EndpointType = "ServiceBusQueue"
70 EndpointTypeServiceBusTopic EndpointType = "ServiceBusTopic"
72 EndpointTypeStorageQueue EndpointType = "StorageQueue"
74 EndpointTypeWebHook EndpointType = "WebHook"
78 func PossibleEndpointTypeValues() []EndpointType {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid/
H A Denums.go56 type EndpointType string type
60 EndpointTypeAzureFunction EndpointType = "AzureFunction"
62 EndpointTypeEventHub EndpointType = "EventHub"
64 EndpointTypeEventSubscriptionDestination EndpointType = "EventSubscriptionDestination"
66 EndpointTypeHybridConnection EndpointType = "HybridConnection"
68 EndpointTypeServiceBusQueue EndpointType = "ServiceBusQueue"
70 EndpointTypeServiceBusTopic EndpointType = "ServiceBusTopic"
72 EndpointTypeStorageQueue EndpointType = "StorageQueue"
74 EndpointTypeWebHook EndpointType = "WebHook"
78 func PossibleEndpointTypeValues() []EndpointType {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid/
H A Denums.go56 type EndpointType string type
60 EndpointTypeAzureFunction EndpointType = "AzureFunction"
62 EndpointTypeEventHub EndpointType = "EventHub"
64 EndpointTypeEventSubscriptionDestination EndpointType = "EventSubscriptionDestination"
66 EndpointTypeHybridConnection EndpointType = "HybridConnection"
68 EndpointTypeServiceBusQueue EndpointType = "ServiceBusQueue"
70 EndpointTypeServiceBusTopic EndpointType = "ServiceBusTopic"
72 EndpointTypeStorageQueue EndpointType = "StorageQueue"
74 EndpointTypeWebHook EndpointType = "WebHook"
78 func PossibleEndpointTypeValues() []EndpointType {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid/
H A Denums.go67 type EndpointType string type
71 EndpointTypeAzureFunction EndpointType = "AzureFunction"
73 EndpointTypeEventHub EndpointType = "EventHub"
75 EndpointTypeEventSubscriptionDestination EndpointType = "EventSubscriptionDestination"
77 EndpointTypeHybridConnection EndpointType = "HybridConnection"
79 EndpointTypeServiceBusQueue EndpointType = "ServiceBusQueue"
81 EndpointTypeServiceBusTopic EndpointType = "ServiceBusTopic"
83 EndpointTypeStorageQueue EndpointType = "StorageQueue"
85 EndpointTypeWebHook EndpointType = "WebHook"
89 func PossibleEndpointTypeValues() []EndpointType {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/eventgrid/mgmt/2020-01-01-preview/eventgrid/
H A Denums.go56 type EndpointType string type
60 EndpointTypeAzureFunction EndpointType = "AzureFunction"
62 EndpointTypeEventHub EndpointType = "EventHub"
64 EndpointTypeEventSubscriptionDestination EndpointType = "EventSubscriptionDestination"
66 EndpointTypeHybridConnection EndpointType = "HybridConnection"
68 EndpointTypeServiceBusQueue EndpointType = "ServiceBusQueue"
70 EndpointTypeServiceBusTopic EndpointType = "ServiceBusTopic"
72 EndpointTypeStorageQueue EndpointType = "StorageQueue"
74 EndpointTypeWebHook EndpointType = "WebHook"
78 func PossibleEndpointTypeValues() []EndpointType {
[all …]

12345678910>>...85