| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/ |
| H A D | rp-pppoe_3.13.bb | 2 HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe" 9 SRC_URI = "https://dianne.skoll.ca/projects/rp-pppoe/download/rp-pppoe-${PV}.tar.gz \ 16 file://pppoe-server.default \ 17 file://pppoe-server.init \ 19 file://pppoe-server.service \ 33 install -m 0644 ${WORKDIR}/pppoe-server.service ${D}${systemd_unitdir}/system 34 sed -i -e 's#@SYSCONFDIR@#${sysconfdir}#g' ${D}${systemd_unitdir}/system/pppoe-server.service 35 sed -i -e 's#@SBINDIR@#${sbindir}#g' ${D}${systemd_unitdir}/system/pppoe-server.service 45 install -m 0644 ${WORKDIR}/pppoe-server.default ${D}${sysconfdir}/default/pppoe-server 46 install -m 0755 ${WORKDIR}/pppoe-server.init ${D}${sysconfdir}/init.d/pppoe-server [all …]
|
| /OK3568_Linux_fs/buildroot/package/rp-pppoe/ |
| H A D | rp-pppoe.mk | 8 RP_PPPOE_SITE = https://dianne.skoll.ca/projects/rp-pppoe/download 15 RP_PPPOE_TARGET_FILES = pppoe pppoe-server pppoe-relay pppoe-sniff 16 RP_PPPOE_TARGET_SCRIPTS = pppoe-connect pppoe-init pppoe-setup pppoe-start \ 17 pppoe-status pppoe-stop 33 $(INSTALL) -D -m 0644 $(@D)/configs/pppoe.conf \ 34 $(TARGET_DIR)/etc/ppp/pppoe.conf
|
| H A D | 0001-krn-plugin.patch | 3 diff -Nura rp-pppoe-3.11.orig/src/configure rp-pppoe-3.11/src/configure 4 --- rp-pppoe-3.11.orig/src/configure 2012-08-21 10:01:10.536440032 -0300 5 +++ rp-pppoe-3.11/src/configure 2012-08-21 10:01:45.353442397 -0300 7 modprobe pppoe > /dev/null 2>&1 15 diff -Nura rp-pppoe-3.11.orig/src/pppoe-server.c rp-pppoe-3.11/src/pppoe-server.c 16 --- rp-pppoe-3.11.orig/src/pppoe-server.c 2012-08-21 10:01:10.535440032 -0300 17 +++ rp-pppoe-3.11/src/pppoe-server.c 2012-08-21 10:02:02.597443569 -0300
|
| H A D | Config.in | 1 comment "rp-pppoe needs a uClibc or glibc toolchain w/ dynamic library" 6 bool "rp-pppoe" 15 pppoe server that will service other pppoe client 19 https://dianne.skoll.ca/projects/rp-pppoe/
|
| H A D | rp-pppoe.hash | 2 sha256 b1f318bc7e4e5b0fd8a8e23e8803f5e6e43165245a5a10a7162a92a6cf17829a rp-pppoe-3.15.tar.gz
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
| H A D | update-config.patch | 4 Subject: [PATCH] rp-pppoe: Port from oe.dev 6 Set the timeout to 0 since we don't want pppoe to try reconnecting, 8 happen when you have pppoe retrying itself. 17 configs/pppoe.conf | 4 ++-- 20 diff --git a/configs/pppoe.conf b/configs/pppoe.conf 22 --- a/configs/pppoe.conf 23 +++ b/configs/pppoe.conf 25 # to connect forever after pppoe-start is called. Otherwise, it will 31 # How often in seconds pppoe-start polls to check if link is up 37 -# plugin, use LINUX_PLUGIN=/etc/ppp/plugins/rp-pppoe.so [all …]
|
| H A D | pppoe-server.init | 3 test -f /usr/sbin/pppoe-server || exit 0 4 test -f /etc/default/pppoe-server && . /etc/default/pppoe-server 33 start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-server -- $OPTIONS 38 start-stop-daemon --stop --quiet --exec /usr/sbin/pppoe-server -- $OPTIONS 42 pid=$(pidof pppoe-server)
|
| H A D | 0001-ppoe-Dont-include-linux-if_ether.h.patch | 11 src/pppoe.h | 4 ---- 14 diff --git a/src/pppoe.h b/src/pppoe.h 16 --- a/src/pppoe.h 17 +++ b/src/pppoe.h
|
| H A D | top-autoconf.patch | 4 Subject: [PATCH] rp-pppoe: Port from oe.dev 27 +PACKAGE = rp-pppoe 38 +AC_INIT(src/pppoe.c) 39 +AM_INIT_AUTOMAKE([rp-pppoe], [3.8])
|
| H A D | configure.patch | 14 -AC_INIT(src/pppoe.c) 15 -AM_INIT_AUTOMAKE([rp-pppoe], [3.8]) 16 +AC_INIT([rp-pppoe], [3.8])
|
| H A D | pppoe-server.service | 7 EnvironmentFile=-@SYSCONFDIR@/default/pppoe-server 8 ExecStart=@SBINDIR@/pppoe-server
|
| H A D | pppoe-server.default | 22 #ACCESS_CONCENTRATOR_NAME="pppoe-rtr-1"
|
| H A D | discard-use-of-dnl-in-Makefile.am.patch | 20 PACKAGE = rp-pppoe
|
| H A D | configure_in_cross.patch | 20 @@ -5,6 +5,13 @@ AC_INIT(pppoe.c) 55 LINUX_KERNELMODE_PLUGIN=rp-pppoe.so
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | if_pppox.h | 50 struct pppoe_opt pppoe; member 55 #define pppoe_dev proto.pppoe.dev 56 #define pppoe_ifindex proto.pppoe.ifindex 57 #define pppoe_pa proto.pppoe.pa 58 #define pppoe_relay proto.pppoe.relay
|
| /OK3568_Linux_fs/buildroot/package/pppd/ |
| H A D | pppd.mk | 104 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/rp-pppoe/rp-pppoe.so \ 105 $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/rp-pppoe.so 106 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/rp-pppoe/pppoe-discovery \ 107 $(TARGET_DIR)/usr/sbin/pppoe-discovery
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | pppoe.c | 247 dev = dev_get_by_name_rcu(net, sp->sa_addr.pppoe.dev); in get_item_by_addr() 251 pppox_sock = get_item(pn, sp->sa_addr.pppoe.sid, in get_item_by_addr() 252 sp->sa_addr.pppoe.remote, ifindex); in get_item_by_addr() 462 proto.pppoe.padt_work); in pppoe_unbind_sock_work() 506 if (!schedule_work(&po->proto.pppoe.padt_work)) in pppoe_disc_rcv() 555 INIT_WORK(&pppox_sk(sk)->proto.pppoe.padt_work, in pppoe_create() 633 stage_session(sp->sa_addr.pppoe.sid)) in pppoe_connect() 639 !stage_session(sp->sa_addr.pppoe.sid)) in pppoe_connect() 666 if (stage_session(sp->sa_addr.pppoe.sid)) { in pppoe_connect() 669 dev = dev_get_by_name(net, sp->sa_addr.pppoe.dev); in pppoe_connect() [all …]
|
| H A D | Makefile | 12 obj-$(CONFIG_PPPOE) += pppox.o pppoe.o
|
| H A D | Kconfig | 128 RoaringPenguin package (<http://www.roaringpenguin.com/pppoe>)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ |
| H A D | ppp_2.4.9.bb | 83 FILES:${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/*pppoe.so" 99 # Ignore compatibility symlink rp-pppoe.so->pppoe.so
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_pppox.h | 69 struct pppoe_addr pppoe; member
|
| /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 | if_pppox.h | 69 struct pppoe_addr pppoe; member
|
| /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 | if_pppox.h | 69 struct pppoe_addr pppoe; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-networking.bb | 170 rp-pppoe \
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ip-sysctl.rst | 2364 bridge-nf-filter-pppoe-tagged - BOOLEAN 2365 - 1 : pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.
|