Home
last modified time | relevance | path

Searched refs:vpn (Results 1 – 25 of 1504) sorted by relevance

12345678910>>...61

/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/network/
H A Dnet-vpn.c69 NetVpn *vpn) in connection_changed_cb() argument
118 vpn); in net_vpn_set_connection()
122 vpn); in net_vpn_set_connection()
135 net_vpn_get_state (NetVpn *vpn) in net_vpn_get_state() argument
196 net_vpn_get_gateway (NetVpn *vpn) in net_vpn_get_gateway() argument
206 net_vpn_get_id (NetVpn *vpn) in net_vpn_get_id() argument
216 net_vpn_get_username (NetVpn *vpn) in net_vpn_get_username() argument
377 NetVpn *vpn) in device_off_toggled() argument
423 g_object_unref (vpn); in editor_done()
574 net_vpn_init (NetVpn *vpn) in net_vpn_init() argument
[all …]
/dports/net-mgmt/p5-Net-OpenVPN-Manage/Net-OpenVPN-Manage-0.02/eg/
H A Dmanage.pl30 unless ($vpn->connect()){
39 $return = $vpn->echo($arg);
41 $return = $vpn->help();
43 $return = $vpn->hold($arg);
45 $return = $vpn->kill($arg);
47 $return = $vpn->log($arg);
49 $return = $vpn->mute($arg);
53 $return = $vpn->state($arg);
57 $return = $vpn->test($arg);
59 $return = $vpn->verb($arg);
[all …]
/dports/net-mgmt/observium/observium/includes/polling/
H A Dcisco-eigrp.inc.php41 foreach ($vpn_poll as $vpn_id => $vpn)
53 $table[] = array($vpn_id, $vpn['cEigrpVpnName']);
110 foreach ($as_poll as $vpn => $as_list)
122 if (is_array($ases_db[$vpn . '-' . $as])) {
123 $as_db = $ases_db[$vpn . '-' . $as];
128 unset ($ases_db[$vpn . '-' . $as]);
133 $db_data['eigrp_vpn'] = $vpn;
215 foreach ($ports_poll as $vpn => $as_list)
264 ), "$vpn-$as-$ifIndex");
318 foreach ($peers_poll as $vpn => $as_list)
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_evpn_private.h194 return vpn->bgp_vrf ? vpn->bgp_vrf->l3vni : 0; in bgpevpn_get_l3vni()
200 if (!vpn->bgp_vrf) in bgpevpn_get_rmac()
207 if (!vpn->bgp_vrf) in bgpevpn_get_vrf_export_rtl()
215 if (!vpn->bgp_vrf) in bgpevpn_get_vrf_import_rtl()
224 if (!vpn->bgp_vrf) in bgpevpn_unlink_from_l3vni()
228 listnode_delete(vpn->bgp_vrf->l2vnis, vpn); in bgpevpn_unlink_from_l3vni()
231 bgp_unlock(vpn->bgp_vrf); in bgpevpn_unlink_from_l3vni()
232 vpn->bgp_vrf = NULL; in bgpevpn_unlink_from_l3vni()
240 if (vpn->bgp_vrf) in bgpevpn_link_to_l3vni()
298 return (is_rd_configured(vpn) || is_import_rt_configured(vpn) in is_vni_param_configured()
[all …]
H A Dbgp_evpn.c1108 bgp, vpn, in evpn_route_select_install()
1144 bgp, vpn, in evpn_route_select_install()
1159 && vpn) in evpn_route_select_install()
1166 bgp, vpn, in evpn_route_select_install()
3575 if (!vpn || !is_vni_live(vpn) || in create_advertise_type3()
3596 if (!vpn || !is_vni_live(vpn)) in delete_withdraw_type3()
5007 form_auto_rt(bgp, vpn->vni, vpn->import_rtl); in bgp_evpn_derive_auto_rt_import()
5019 form_auto_rt(bgp, vpn->vni, vpn->export_rtl); in bgp_evpn_derive_auto_rt_export()
5248 if (!vpn || !is_vni_live(vpn)) { in bgp_evpn_local_macip_del()
5280 if (!vpn || !is_vni_live(vpn)) { in bgp_evpn_local_macip_add()
[all …]
H A Dbgp_evpn_vty.c1866 evpn_rt_delete_auto(bgp, vpn->vni, vpn->import_rtl); in evpn_import_rt_delete_auto()
1871 evpn_rt_delete_auto(bgp, vpn->vni, vpn->export_rtl); in evpn_export_rt_delete_auto()
2117 if (!vpn) { in evpn_create_update_vni()
2142 return vpn; in evpn_create_update_vni()
2258 if (!vpn) { in evpn_show_route_vni_multicast()
2326 if (!vpn) { in evpn_show_route_vni_macip()
2403 if (!vpn) { in evpn_show_routes_vni()
2796 if (vpn) { in evpn_show_vni()
2856 if (!vpn) { in evpn_set_advertise_svi_macip()
2882 if (!vpn) { in evpn_set_advertise_default_gw()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_evpn_private.h194 return vpn->bgp_vrf ? vpn->bgp_vrf->l3vni : 0; in bgpevpn_get_l3vni()
200 if (!vpn->bgp_vrf) in bgpevpn_get_rmac()
207 if (!vpn->bgp_vrf) in bgpevpn_get_vrf_export_rtl()
215 if (!vpn->bgp_vrf) in bgpevpn_get_vrf_import_rtl()
224 if (!vpn->bgp_vrf) in bgpevpn_unlink_from_l3vni()
228 listnode_delete(vpn->bgp_vrf->l2vnis, vpn); in bgpevpn_unlink_from_l3vni()
231 bgp_unlock(vpn->bgp_vrf); in bgpevpn_unlink_from_l3vni()
232 vpn->bgp_vrf = NULL; in bgpevpn_unlink_from_l3vni()
240 if (vpn->bgp_vrf) in bgpevpn_link_to_l3vni()
298 return (is_rd_configured(vpn) || is_import_rt_configured(vpn) in is_vni_param_configured()
[all …]
H A Dbgp_evpn.c1108 bgp, vpn, in evpn_route_select_install()
1144 bgp, vpn, in evpn_route_select_install()
1159 && vpn) in evpn_route_select_install()
1166 bgp, vpn, in evpn_route_select_install()
3575 if (!vpn || !is_vni_live(vpn) || in create_advertise_type3()
3596 if (!vpn || !is_vni_live(vpn)) in delete_withdraw_type3()
5007 form_auto_rt(bgp, vpn->vni, vpn->import_rtl); in bgp_evpn_derive_auto_rt_import()
5019 form_auto_rt(bgp, vpn->vni, vpn->export_rtl); in bgp_evpn_derive_auto_rt_export()
5248 if (!vpn || !is_vni_live(vpn)) { in bgp_evpn_local_macip_del()
5280 if (!vpn || !is_vni_live(vpn)) { in bgp_evpn_local_macip_add()
[all …]
H A Dbgp_evpn_vty.c1866 evpn_rt_delete_auto(bgp, vpn->vni, vpn->import_rtl); in evpn_import_rt_delete_auto()
1871 evpn_rt_delete_auto(bgp, vpn->vni, vpn->export_rtl); in evpn_export_rt_delete_auto()
2117 if (!vpn) { in evpn_create_update_vni()
2142 return vpn; in evpn_create_update_vni()
2258 if (!vpn) { in evpn_show_route_vni_multicast()
2326 if (!vpn) { in evpn_show_route_vni_macip()
2403 if (!vpn) { in evpn_show_routes_vni()
2796 if (vpn) { in evpn_show_vni()
2856 if (!vpn) { in evpn_set_advertise_svi_macip()
2882 if (!vpn) { in evpn_set_advertise_default_gw()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dhash_native.c164 va = vpn << VPN_SHIFT; in ___tlbie()
254 va = vpn << VPN_SHIFT; in __tlbiel()
287 va |= (vpn & 0xfe); in __tlbiel()
548 unsigned long vpn; in native_hpte_updateboltedpp() local
579 unsigned long vpn; in native_hpte_removebolted() local
768 *vpn = size = 0; in hpte_decode()
792 unsigned long vpn = 0; in native_hpte_clear() local
831 unsigned long vpn = 0; in native_flush_hash_range() local
850 vpn = batch->vpn[i]; in native_flush_hash_range()
881 vpn = batch->vpn[i]; in native_flush_hash_range()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dhash_native.c164 va = vpn << VPN_SHIFT; in ___tlbie()
254 va = vpn << VPN_SHIFT; in __tlbiel()
287 va |= (vpn & 0xfe); in __tlbiel()
548 unsigned long vpn; in native_hpte_updateboltedpp() local
579 unsigned long vpn; in native_hpte_removebolted() local
768 *vpn = size = 0; in hpte_decode()
792 unsigned long vpn = 0; in native_hpte_clear() local
831 unsigned long vpn = 0; in native_flush_hash_range() local
850 vpn = batch->vpn[i]; in native_flush_hash_range()
881 vpn = batch->vpn[i]; in native_flush_hash_range()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dhash_native.c164 va = vpn << VPN_SHIFT; in ___tlbie()
254 va = vpn << VPN_SHIFT; in __tlbiel()
287 va |= (vpn & 0xfe); in __tlbiel()
548 unsigned long vpn; in native_hpte_updateboltedpp() local
579 unsigned long vpn; in native_hpte_removebolted() local
768 *vpn = size = 0; in hpte_decode()
792 unsigned long vpn = 0; in native_hpte_clear() local
831 unsigned long vpn = 0; in native_flush_hash_range() local
850 vpn = batch->vpn[i]; in native_flush_hash_range()
881 vpn = batch->vpn[i]; in native_flush_hash_range()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/tests/integration/targets/cs_vpn_connection/tasks/
H A Dmain.yml29 - name: setup remove vpn connection
36 - name: verify setup remove vpn connection
41 - name: setup vpn gateway absent
47 - name: verify setup vpn gateway absent
78 - name: test create vpn connection with force
121 - name: test remove vpn connection
128 - name: verify test remove vpn connection
135 - name: test remove vpn connection idempotence
147 - name: setup create vpn gateway
152 - name: verify setup create vpn gateway
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/cs_vpn_connection/tasks/
H A Dmain.yml29 - name: setup remove vpn connection
36 - name: verify setup remove vpn connection
41 - name: setup vpn gateway absent
47 - name: verify setup vpn gateway absent
78 - name: test create vpn connection with force
121 - name: test remove vpn connection
128 - name: verify test remove vpn connection
135 - name: test remove vpn connection idempotence
147 - name: setup create vpn gateway
152 - name: verify setup create vpn gateway
[all …]
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/src/
H A Dvpninfo.cpp48 vpn->m->updateStats(stats, dtls); in stats_vfn()
136 vpn->authgroup_set = 1; in process_auth_form()
204 vpn->form_attempt++; in process_auth_form()
230 && (vpn->password_set == 0 || vpn->form_pass_attempt != 0)) { in process_auth_form()
273 gtdb tdb(vpn->ss); in validate_peer_cert()
290 vpn->m, in validate_peer_cert()
310 MyCertMsgBox msgBox(vpn->m, in validate_peer_cert()
340 vpn->ss->save(); in validate_peer_cert()
361 vpn->ss->set_token_str(newtok); in unlock_token_vfn()
362 vpn->ss->save(); in unlock_token_vfn()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/cloud/amazon/
H A Dtest_ec2_vpc_vpn.py111 return changed, vpn
204 assert 'VpnConnectionId' in vpn
207 tear_down_conn(placeboify, conn, vpn['VpnConnectionId'])
220 assert vpn['VpnConnectionId'] == vpn2['VpnConnectionId']
223 tear_down_conn(placeboify, conn, vpn['VpnConnectionId'])
232 tear_down_conn(placeboify, conn, vpn['VpnConnectionId'])
247 changed, vpn = ec2_vpc_vpn.ensure_absent(conn, m.params)
250 assert vpn == {}
257 changed, vpn = ec2_vpc_vpn.ensure_absent(conn, m.params)
260 assert vpn == {}
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/unit/plugins/modules/
H A Dtest_ec2_vpc_vpn.py114 return changed, vpn
207 assert 'VpnConnectionId' in vpn
210 tear_down_conn(placeboify, conn, vpn['VpnConnectionId'])
223 assert vpn['VpnConnectionId'] == vpn2['VpnConnectionId']
226 tear_down_conn(placeboify, conn, vpn['VpnConnectionId'])
235 tear_down_conn(placeboify, conn, vpn['VpnConnectionId'])
250 changed, vpn = ec2_vpc_vpn.ensure_absent(conn, m.params)
253 assert vpn == {}
260 changed, vpn = ec2_vpc_vpn.ensure_absent(conn, m.params)
263 assert vpn == {}
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/tests/integration/targets/cs_vpn_gateway/tasks/
H A Dmain.yml14 - name: setup vpn gateway absent
20 - name: verify setup vpn gateway absent
25 - name: test fail missing param vpc for vpn gateway
35 - name: test create vpn gateway in check mode
47 - name: test create vpn gateway
52 - name: verify test create vpn gateway
59 - name: test create vpn gateway idempotence
71 - name: test remove vpn gateway in check mode
85 - name: test remove vpn gateway
91 - name: verify test remove vpn gateway
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/cs_vpn_gateway/tasks/
H A Dmain.yml14 - name: setup vpn gateway absent
20 - name: verify setup vpn gateway absent
25 - name: test fail missing param vpc for vpn gateway
35 - name: test create vpn gateway in check mode
47 - name: test create vpn gateway
52 - name: verify test create vpn gateway
59 - name: test create vpn gateway idempotence
71 - name: test remove vpn gateway in check mode
85 - name: test remove vpn gateway
91 - name: verify test remove vpn gateway
[all …]
/dports/emulators/simh/simh-3.9.0_5/PDP10/
H A Dpdp10_pag.c166 int32 pa, vpn, xpte; in Read() local
171 xpte = prv? ptbl_prv[vpn]: ptbl_cur[vpn]; /* get exp pte */ in Read()
182 int32 pa, vpn, xpte; in ReadM() local
187 xpte = prv? ptbl_prv[vpn]: ptbl_cur[vpn]; /* get exp pte */ in ReadM()
198 int32 pa, vpn, xpte; in ReadE() local
225 int32 pa, vpn, xpte; in Write() local
234 xpte = prv? ptbl_prv[vpn]: ptbl_cur[vpn]; /* get exp pte */ in Write()
247 int32 pa, vpn, xpte; in WriteE() local
280 int32 vpn, xpte; in AccViol() local
285 xpte = prv? ptbl_prv[vpn]: ptbl_cur[vpn]; /* get exp pte */ in AccViol()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/
H A Dbgpd.conf25 address-family ipv4 vpn
42 label vpn export 1041
43 rd vpn export 10:41
44 rt vpn both 52:100
46 import vpn
47 export vpn
63 label vpn export 1042
64 rd vpn export 10:42
66 rt vpn both 52:100
68 import vpn
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/
H A Dbgpd.conf25 address-family ipv4 vpn
42 label vpn export 1041
43 rd vpn export 10:41
44 rt vpn both 52:100
46 import vpn
47 export vpn
63 label vpn export 1042
64 rd vpn export 10:42
66 rt vpn both 52:100
68 import vpn
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/protections/content/
H A Dprotections.ftl15 vpn-title = Take privacy protections beyond the browser
16 vpn-header-content = Protect your entire device with { -mozilla-vpn-brand-name }. One tap encrypts …
17 get-vpn-link = Get { -mozilla-vpn-brand-name }
19 vpn-title-subscribed = VPN: Subscribed
21 vpn-header-content-subscribed = Using the { -mozilla-vpn-brand-name } encrypts all your traffic and…
23 vpn-banner-header = Protection that extends beyond the browser
25 vpn-banner-content = Try { -mozilla-vpn-brand-name } risk-free and see why TechRadar says, <br> “it…
26 vpn-banner-link = Get { -mozilla-vpn-brand-name }
/dports/www/firefox/firefox-99.0/browser/components/protections/content/
H A Dprotections.ftl15 vpn-title = Take privacy protections beyond the browser
16 vpn-header-content = Protect your entire device with { -mozilla-vpn-brand-name }. One tap encrypts …
17 get-vpn-link = Get { -mozilla-vpn-brand-name }
19 vpn-title-subscribed = VPN: Subscribed
21 vpn-header-content-subscribed = Using the { -mozilla-vpn-brand-name } encrypts all your traffic and…
23 vpn-banner-header = Protection that extends beyond the browser
25 vpn-banner-content = Try { -mozilla-vpn-brand-name } risk-free and see why TechRadar says, <br> “it…
26 vpn-banner-link = Get { -mozilla-vpn-brand-name }
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/protections/content/
H A Dprotections.ftl15 vpn-title = Take privacy protections beyond the browser
16 vpn-header-content = Protect your entire device with { -mozilla-vpn-brand-name }. One tap encrypts …
17 get-vpn-link = Get { -mozilla-vpn-brand-name }
19 vpn-title-subscribed = VPN: Subscribed
21 vpn-header-content-subscribed = Using the { -mozilla-vpn-brand-name } encrypts all your traffic and…
23 vpn-banner-header = Protection that extends beyond the browser
25 vpn-banner-content = Try { -mozilla-vpn-brand-name } risk-free and see why TechRadar says, <br> “it…
26 vpn-banner-link = Get { -mozilla-vpn-brand-name }

12345678910>>...61