Home
last modified time | relevance | path

Searched refs:vpn_type (Results 1 – 25 of 78) sorted by relevance

1234

/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/network/
H A Dnet-vpn.c152 get_vpn_key_gateway (const char *vpn_type) in get_vpn_key_gateway() argument
163 get_vpn_key_group (const char *vpn_type) in get_vpn_key_group() argument
165 if (g_strcmp0 (vpn_type, "openvpn") == 0) return ""; in get_vpn_key_group()
167 if (g_strcmp0 (vpn_type, "pptp") == 0) return ""; in get_vpn_key_group()
168 if (g_strcmp0 (vpn_type, "openconnect") == 0) return ""; in get_vpn_key_group()
169 if (g_strcmp0 (vpn_type, "openswan") == 0) return ""; in get_vpn_key_group()
174 get_vpn_key_username (const char *vpn_type) in get_vpn_key_username() argument
185 get_vpn_key_group_password (const char *vpn_type) in get_vpn_key_group_password() argument
187 if (g_strcmp0 (vpn_type, "openvpn") == 0) return ""; in get_vpn_key_group_password()
189 if (g_strcmp0 (vpn_type, "pptp") == 0) return ""; in get_vpn_key_group_password()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_virtualnetworkgateway.py206 vpn_type=vgw.vpn_type,
235vpn_type=dict(type='str', default='route_based', choices=['route_based', 'policy_based']),
248 self.vpn_type = None
345 vpn_type=_snake_to_camel(self.vpn_type, True),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_virtualnetworkgateway.py205 vpn_type=vgw.vpn_type,
234vpn_type=dict(type='str', default='route_based', choices=['route_based', 'policy_based']),
247 self.vpn_type = None
344 vpn_type=_snake_to_camel(self.vpn_type, True),
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/network/
H A D_template_builder.py456 def build_vpn_connection_resource(cmd, name, location, tags, gateway1, gateway2, vpn_type, authoriz… argument
462 'connectionType': vpn_type,
475 if vpn_type == 'IPSec':
480 elif vpn_type == 'Vnet2Vnet':
485 elif vpn_type == 'ExpressRoute':
503 'properties': vpn_properties if vpn_type != 'VpnClient' else {}
H A Dcustom.py6724 … no_wait=False, gateway_type=None, sku=None, vpn_type=None, vpn_gateway_generation=None, argument
6741 …gateway_type=gateway_type, vpn_type=vpn_type, vpn_gateway_generation=vpn_gateway_generation, locat…
6793 def update_vnet_gateway(cmd, instance, sku=None, vpn_type=None, tags=None, argument
6833 c.set_param('vpn_type', vpn_type)
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/network/connection-editor/
H A Dce-page-vpn.c204 const char *vpn_type;
208 vpn_type = nm_setting_vpn_get_service_type (self->setting_vpn); in CFStringCreateWithBytes()
210 self->plugin = vpn_get_plugin_by_service (vpn_type);
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/network/connection-editor/
H A Dce-page-vpn.c198 const char *vpn_type; in finish_setup() local
202 vpn_type = nm_setting_vpn_get_service_type (page->setting_vpn); in finish_setup()
204 page->plugin = vpn_get_plugin_by_service (vpn_type); in finish_setup()
/dports/security/protonvpn-cli/protonvpn-cli-1.1.2/
H A Dprotonvpn-cli.sh539vpn_type=$(awk '$1 == "proto" {print $2}' "$(get_protonvpn_cli_home)/protonvpn_openvpn_config.conf…
541 echo "$vpn_ip@$vpn_port@$vpn_type@$vpn_device_name"
561 vpn_type=$(get_openvpn_config_info | cut -d "@" -f3)
572 iptables -A OUTPUT -p "$vpn_type" -m "$vpn_type" --dport "$vpn_port" -j ACCEPT
573 iptables -A INPUT -p "$vpn_type" -m "$vpn_type" --sport "$vpn_port" -j ACCEPT
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/vpn_provider/
H A Dvpn_service.cc313 std::string vpn_type; in OnGetPropertiesSuccess() local
317 if (!dictionary.GetString(shill::kProviderTypeProperty, &vpn_type) || in OnGetPropertiesSuccess()
321 vpn_type != shill::kProviderThirdPartyVpn || type != shill::kTypeVPN) { in OnGetPropertiesSuccess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/vpn_provider/
H A Dvpn_service.cc311 const std::string* vpn_type = in OnGetShillProperties() local
318 if (!vpn_type || !extension_id || !type || !configuration_name || in OnGetShillProperties()
319 *vpn_type != shill::kProviderThirdPartyVpn || *type != shill::kTypeVPN) { in OnGetShillProperties()
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2015_06_15/models/
H A D_models_py3.py3803 vpn_type: Optional[Union[str, "VpnType"]] = None,
3817 self.vpn_type = vpn_type
H A D_models.py3295 self.vpn_type = kwargs.get('vpn_type', None)
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2016_09_01/models/
H A D_models_py3.py5947 vpn_type: Union[str, "VpnType"],
5965 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2016_12_01/models/
H A D_models_py3.py6424 vpn_type: Optional[Union[str, "VpnType"]] = None,
6438 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2017_03_01/models/
H A D_models_py3.py6995 vpn_type: Optional[Union[str, "VpnType"]] = None,
7009 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2017_08_01/models/
H A D_models_py3.py7900 vpn_type: Optional[Union[str, "VpnType"]] = None,
7914 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2017_06_01/models/
H A D_models_py3.py7835 vpn_type: Optional[Union[str, "VpnType"]] = None,
7849 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2017_09_01/models/
H A D_models_py3.py8689 vpn_type: Optional[Union[str, "VpnType"]] = None,
8703 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2017_10_01/models/
H A D_models_py3.py9096 vpn_type: Optional[Union[str, "VpnType"]] = None,
9110 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2017_11_01/models/
H A D_models_py3.py9133 vpn_type: Optional[Union[str, "VpnType"]] = None,
9147 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2018_01_01/models/
H A D_models_py3.py9219 vpn_type: Optional[Union[str, "VpnType"]] = None,
9233 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2018_02_01/models/
H A D_models_py3.py9788 vpn_type: Optional[Union[str, "VpnType"]] = None,
9802 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2018_04_01/models/
H A D_models_py3.py10743 vpn_type: Optional[Union[str, "VpnType"]] = None,
10757 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2018_06_01/models/
H A D_models_py3.py11076 vpn_type: Optional[Union[str, "VpnType"]] = None,
11090 self.vpn_type = vpn_type
/dports/devel/py-azure-mgmt-network/azure-mgmt-network-19.0.0/azure/mgmt/network/v2018_07_01/models/
H A D_models_py3.py11480 vpn_type: Optional[Union[str, "VpnType"]] = None,
11494 self.vpn_type = vpn_type

1234