| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/ |
| H A D | connman.inc | 39 # PACKAGECONFIG:append:pn-connman = " openvpn vpnc l2tp pptp" 48 PACKAGECONFIG[l2tp] = "--enable-l2tp --with-l2tp=${sbindir}/xl2tpd,--disable-l2tp,,xl2tpd" 64 if ('openvpn' or 'vpnc' or 'l2tp' or 'pptp') in pkgconfig.split(): 203 SUMMARY:${PN}-plugin-vpn-l2tp = "A L2TP plugin for ConnMan VPN" 204 DESCRIPTION:${PN}-plugin-vpn-l2tp = "The ConnMan L2TP plugin uses xl2tpd daemon \ 206 FILES:${PN}-plugin-vpn-l2tp += "${libdir}/connman/scripts/libppp-plugin.so* \ 207 ${libdir}/connman/plugins-vpn/l2tp.so" 208 RDEPENDS:${PN}-plugin-vpn-l2tp += "${PN}-vpn" 209 RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','l2tp','${PN}-plugin-vpn-l2tp', '', d)}"
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | l2tp.rst | 78 `include/uapi/linux/l2tp.h`_. The address includes the L2TP tunnel 97 `include/uapi/linux/l2tp.h`_. 118 l2tp" commands). If ``L2TP_ATTR_FD`` is given, it must be a socket fd 257 Application developers should refer to `include/uapi/linux/l2tp.h`_ for 313 * attributes during session creation -- see l2tp.h 453 l2tp help`` for more information. 465 Files under the l2tp directory can then be accessed, providing a summary 469 # cat /debug/l2tp/tunnels 480 # find /debug/tracing/events/l2tp 501 L2TPIP sockets are implemented in `net/l2tp/l2tp_ip.c`_ and [all …]
|
| H A D | index.rst | 69 l2tp
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | l2tp.sh | 149 ip -netns host-1 l2tp add tunnel tunnel_id 1041 peer_tunnel_id 1042 \ 151 ip -netns host-1 l2tp add session name l2tp4 tunnel_id 1041 \ 159 ip -netns host-2 l2tp add tunnel tunnel_id 1042 peer_tunnel_id 1041 \ 161 ip -netns host-2 l2tp add session name l2tp4 tunnel_id 1042 \ 178 ip -netns host-1 l2tp add tunnel tunnel_id 1061 peer_tunnel_id 1062 \ 180 ip -netns host-1 l2tp add session name l2tp6 tunnel_id 1061 \ 188 ip -netns host-2 l2tp add tunnel tunnel_id 1062 peer_tunnel_id 1061 \ 190 ip -netns host-2 l2tp add session name l2tp6 tunnel_id 1062 \
|
| H A D | Makefile | 13 TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ |
| H A D | ppp_2.4.9.bb | 80 PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp $… 88 FILES:${PN}-l2tp = "${libdir}/pppd/${PV}/*l2tp.so" 96 SUMMARY:${PN}-l2tp = "Plugin for PPP for l2tp support"
|
| /OK3568_Linux_fs/buildroot/package/xl2tp/ |
| H A D | xl2tp.mk | 12 XL2TP_SELINUX_MODULES = l2tp
|
| /OK3568_Linux_fs/buildroot/package/fastd/ |
| H A D | Config.in | 25 bool "l2tp offload support"
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | Kconfig | 41 Support for l2tp directory in debugfs filesystem. This may be 42 used to dump internal state of the l2tp drivers for problem
|
| H A D | l2tp_ip.c | 51 const struct l2tp_ip_sock *l2tp = l2tp_ip_sk(sk); in __l2tp_ip_bind_lookup() local 67 if (l2tp->conn_id != tunnel_id) in __l2tp_ip_bind_lookup()
|
| H A D | trace.h | 3 #define TRACE_SYSTEM l2tp
|
| H A D | l2tp_ip6.c | 64 const struct l2tp_ip6_sock *l2tp = l2tp_ip6_sk(sk); in __l2tp_ip6_bind_lookup() local 80 if (l2tp->conn_id != tunnel_id) in __l2tp_ip6_bind_lookup()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | Makefile | 41 obj-$(CONFIG_L2TP) += l2tp/
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-armhf/customization/package-lists/ |
| H A D | linaro.list.chroot | 120 network-manager-l2tp
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-arm64/customization/package-lists/ |
| H A D | linaro.list.chroot | 120 network-manager-l2tp
|
| /OK3568_Linux_fs/buildroot/system/skeleton/etc/ |
| H A D | protocols | 50 l2tp 115 L2TP # Layer Two Tunneling Protocol [RFC2661]
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-arm64/customization/package-lists/ |
| H A D | linaro.list.chroot | 115 #network-manager-l2tp
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-armhf/customization/package-lists/ |
| H A D | linaro.list.chroot | 115 #network-manager-l2tp
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-armhf/customization/package-lists/ |
| H A D | linaro.list.chroot | 120 network-manager-l2tp
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-armhf/customization/package-lists/ |
| H A D | linaro.list.chroot | 120 network-manager-l2tp
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-arm64/customization/package-lists/ |
| H A D | linaro.list.chroot | 120 network-manager-l2tp
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-arm64/customization/package-lists/ |
| H A D | linaro.list.chroot | 120 network-manager-l2tp
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/ |
| H A D | openl2tp_1.8.bb | 94 RDEPENDS:${PN} = "ppp ppp-l2tp bash"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 … fpga-dfl.h virtio_balloon.h i8k.h atm_idt77105.h if_alg.h jffs2.h uhid.h l2tp.h bcache.h if_arp.h…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 … fpga-dfl.h virtio_balloon.h i8k.h atm_idt77105.h if_alg.h jffs2.h uhid.h l2tp.h bcache.h if_arp.h…
|