/freebsd/crypto/openssh/ |
H A D | README.tun | 5 tunnel pseudo-device which is available on most platforms, either for 13 To enable the ssh server to accept tunnel requests from the client, you 22 (2) Server: Restrict client access and assign the tunnel 25 restrict the client to connect to a specified tunnel and to 29 tunnel="1",command="sh /etc/netstart tun1" ssh-rsa ... reyk@openbsd.org 31 (3) Client: Configure the local network tunnel interface 34 the network tunnel configuration with OpenBSD. For example, use the 36 tunnel on the client: 54 To establish tunnel forwarding for connections to a specified 64 A more complicated configuration is possible to establish a tunnel to [all …]
|
H A D | PROTOCOL | 268 uint32 tunnel mode 271 The "tunnel mode" parameter specifies whether the tunnel should forward 277 The "tunnel unit number" specifies the remote interface number, or may 284 over the tunnel channel by encapsulating them in SSH protocol strings
|
/freebsd/sbin/setkey/ |
H A D | sample.cf | 62 # Security protocol is old AH tunnel mode, i.e. RFC1826, with hmac-sha2-256 73 ah/tunnel/172.16.0.1-172.16.0.2/require ; 75 ah/tunnel/172.16.0.2-172.16.0.1/require ; 85 # mode of security protocol. You can use this SAs for both tunnel and 88 # At Gateway-B. Attention to the selector and peer's IP address for tunnel. 90 ah/tunnel/172.16.0.2-172.16.0.1/require ; 92 ah/tunnel/172.16.0.1-172.16.0.2/require ; 94 -m tunnel 97 -m tunnel 100 # AH transport mode followed by ESP tunnel mode is required between [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-cros-ec-tunnel.txt | 6 to tunnel our i2c commands through the EC. 13 - compatible: google,cros-ec-i2c-tunnel 26 i2c-tunnel { 27 compatible = "google,cros-ec-i2c-tunnel";
|
/freebsd/tests/sys/net/ |
H A D | if_gif.sh | 48 jexec one ifconfig $gone tunnel 192.0.2.1 192.0.2.2 54 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1
|
H A D | if_stf.sh | 54 jexec relay ifconfig $gif tunnel 192.0.2.1 192.0.2.2 107 jexec br ifconfig $gif tunnel 192.0.2.1 192.0.2.2
|
H A D | if_bridge_test.sh | 490 jexec one ifconfig ${gif_one} tunnel 192.0.2.1 192.0.2.2 492 jexec two ifconfig ${gif_two} tunnel 192.0.2.2 192.0.2.1
|
/freebsd/contrib/netbsd-tests/net/if_gif/ |
H A D | t_gif.sh | 202 atf_check -s exit:0 rump.ifconfig gif0 tunnel ${src} ${dst} 316 atf_check -s exit:0 rump.ifconfig gif1 tunnel ${src} ${dst} 403 atf_check -s exit:0 rump.ifconfig ${gif} tunnel ${src} ${dst} 560 rump.ifconfig gif0 tunnel ${newsrc} ${newdst} 575 rump.ifconfig gif0 tunnel ${newsrc} ${newdst} 596 rump.ifconfig gif0 tunnel ${newsrc} ${newdst} 609 rump.ifconfig gif0 tunnel ${newsrc} ${newdst}
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7280-idp-ec-h1.dtsi | 29 i2c_tunnel: i2c-tunnel { 30 compatible = "google,cros-ec-i2c-tunnel";
|
/freebsd/tests/sys/netipsec/tunnel/ |
H A D | utils.subr | 102 printf " ipsec esp/tunnel/${SRC_GW}-${DST_GW}/require;\n" 105 printf " ipsec esp/tunnel/${DST_GW}-${SRC_GW}/require;\n" 122 # Check ipsec tunnel
|
H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/sys/netipsec/tunnel
|
/freebsd/tests/sys/netipsec/ |
H A D | Makefile | 3 TESTS_SUBDIRS+= tunnel
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mad.c | 1448 struct mlx4_tunnel_mad *tunnel = tun_qp->ring[wr_ix].addr; in mlx4_ib_multiplex_mad() local 1475 switch (tunnel->mad.mad_hdr.method) { in mlx4_ib_multiplex_mad() 1483 slave_id = (u8 *) &tunnel->mad.mad_hdr.tid; in mlx4_ib_multiplex_mad() 1487 tunnel->mad.mad_hdr.mgmt_class, slave); in mlx4_ib_multiplex_mad() 1496 switch (tunnel->mad.mad_hdr.mgmt_class) { in mlx4_ib_multiplex_mad() 1505 (struct ib_sa_mad *) &tunnel->mad)) in mlx4_ib_multiplex_mad() 1510 (struct ib_mad *) &tunnel->mad)) in mlx4_ib_multiplex_mad() 1514 if (tunnel->mad.mad_hdr.method != IB_MGMT_METHOD_GET && in mlx4_ib_multiplex_mad() 1515 tunnel->mad.mad_hdr.method != IB_MGMT_METHOD_SET) in mlx4_ib_multiplex_mad() 1522 "for slave:%d\n", tunnel->mad.mad_hdr.mgmt_class, slave); in mlx4_ib_multiplex_mad() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron-chromebook.dtsi | 116 i2c_tunnel: i2c-tunnel { 117 compatible = "google,cros-ec-i2c-tunnel";
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 26 1.5 Generic tunnel interface 77 4.8 Operations with IPsec tunnel mode 78 4.8.1 RFC2401 IPsec tunnel mode approach 170 * "gif" interface implements IPv[46]-over-IPv[46] tunnel in a generic way, 171 and it covers "configured tunnel" described in the spec. 228 * KAME does not implement RFC1933/2893 automatic tunnel. 350 (NUD) on p2p interfaces, including tunnel interfaces (gif). NUD is 687 Interfaces that has no IEEE802 address (pseudo interfaces like tunnel 786 1.5 Generic tunnel interface 788 GIF (Generic InterFace) is a pseudo interface for configured tunnel. [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_sp_commands.c | 217 struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel; in ecore_tunn_set_pf_update_params() 285 struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel; in ecore_tunn_set_pf_start_params() 450 &p_hwfn->p_dev->tunnel); in ecore_sp_pf_start() 625 ecore_set_hw_tunn_mode_port(p_hwfn, p_ptt, &p_hwfn->p_dev->tunnel); in ecore_sp_pf_update_tunn_cfg()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user | 15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous 45 # EAP-TTLS supports both EAP and non-EAP authentication inside the tunnel.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eap_testing.txt | 134 client authentication followed by TNC inside the tunnel 361 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE 367 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE 389 - uses tunneled EAP-Success, expects reply in tunnel or TLS ACK, sends MPPE
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius.c | 1634 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; in radius_msg_get_vlanid() local 1642 os_memset(&tunnel, 0, sizeof(tunnel)); in radius_msg_get_vlanid() 1656 tun = &tunnel[0]; in radius_msg_get_vlanid() 1658 tun = &tunnel[data[0]]; in radius_msg_get_vlanid() 1705 tun = &tunnel[i]; in radius_msg_get_vlanid()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | cmd.c | 1801 sizeof(kern_spec->tunnel.mask.tunnel_id); in get_filters_size() 1803 ib_spec_filter_mask = (void *)&ib_spec->tunnel.val + in get_filters_size() 1897 kern_spec->tunnel.size = sizeof(struct ibv_kern_spec_tunnel); in ib_spec_to_kern_spec() 1898 memcpy(&kern_spec->tunnel.val, &ib_spec->tunnel.val, in ib_spec_to_kern_spec() 1900 memcpy(&kern_spec->tunnel.mask, (void *)&ib_spec->tunnel.val in ib_spec_to_kern_spec()
|
/freebsd/sys/arm/conf/ |
H A D | TEGRA124 | 46 #device tuntap # Packet tunnel.
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8183-kukui.dtsi | 906 i2c_tunnel: i2c-tunnel { 907 compatible = "google,cros-ec-i2c-tunnel";
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | 897 tunnel
|
/freebsd/share/examples/ |
H A D | Makefile | 199 udp.tunnel \
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra124-nyan.dtsi | 345 i2c-tunnel { 346 compatible = "google,cros-ec-i2c-tunnel";
|