/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/ |
H A D | rp-pppoe_3.15.bb | 2 HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe" 8 SRC_URI = "https://dianne.skoll.ca/projects/rp-pppoe/download/OLD/rp-pppoe-${PV}.tar.gz \ 14 file://pppoe-server.default \ 15 file://pppoe-server.init \ 16 file://pppoe-server.service \ 32 install -m 0644 ${UNPACKDIR}/pppoe-server.service ${D}${systemd_unitdir}/system 33 sed -i -e 's#@SYSCONFDIR@#${sysconfdir}#g' ${D}${systemd_unitdir}/system/pppoe-server.service 34 sed -i -e 's#@SBINDIR@#${sbindir}#g' ${D}${systemd_unitdir}/system/pppoe-server.service 44 install -m 0644 ${UNPACKDIR}/pppoe-server.default ${D}${sysconfdir}/default/pppoe-server 45 install -m 0755 ${UNPACKDIR}/pppoe-server.init ${D}${sysconfdir}/init.d/pppoe-server [all …]
|
/openbmc/openbmc/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 | 13 src/pppoe.h | 4 ---- 16 diff --git a/src/pppoe.h b/src/pppoe.h 18 --- a/src/pppoe.h 19 +++ 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 | 16 -AC_INIT(src/pppoe.c) 17 -AM_INIT_AUTOMAKE([rp-pppoe], [3.8]) 18 +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 | 22 PACKAGE = rp-pppoe
|
H A D | configure_in_cross.patch | 19 @@ -5,6 +5,13 @@ AC_INIT(pppoe.c) 54 LINUX_KERNELMODE_PLUGIN=rp-pppoe.so
|
/openbmc/linux/include/linux/ |
H A D | if_pppox.h | 48 struct pppoe_opt pppoe; member 53 #define pppoe_dev proto.pppoe.dev 54 #define pppoe_ifindex proto.pppoe.ifindex 55 #define pppoe_pa proto.pppoe.pa 56 #define pppoe_relay proto.pppoe.relay
|
/openbmc/linux/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>)
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe_offload.c | 44 } pppoe; member 344 if (data.pppoe.num == 1) in mtk_flow_offload_replace() 347 data.pppoe.sid = act->pppoe.sid; in mtk_flow_offload_replace() 348 data.pppoe.num++; in mtk_flow_offload_replace() 440 if (data.pppoe.num == 1) in mtk_flow_offload_replace() 441 mtk_foe_entry_set_pppoe(eth, &foe, data.pppoe.sid); in mtk_flow_offload_replace()
|
/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/ |
H A D | non-repro-meta-networking.inc | 32 rp-pppoe \
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_pppox.h | 69 struct pppoe_addr pppoe; member
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ |
H A D | ppp_2.5.1.bb | 62 FILES:${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/*pppoe.so"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
H A D | packagegroup-meta-networking.bb | 151 rp-pppoe \
|
/openbmc/linux/net/sched/ |
H A D | cls_flower.c | 73 struct flow_dissector_key_pppoe pppoe; member 1805 fl_set_key_pppoe(tb, &key->pppoe, &mask->pppoe, key, mask); in fl_set_key() 2095 FLOW_DISSECTOR_KEY_PPPOE, pppoe); in fl_init_dissector() 3317 if (mask->pppoe.session_id) { in fl_dump_key() 3319 key->pppoe.session_id)) in fl_dump_key() 3322 if (mask->basic.n_proto && mask->pppoe.ppp_proto) { in fl_dump_key() 3324 key->pppoe.ppp_proto)) in fl_dump_key()
|
/openbmc/linux/include/net/ |
H A D | flow_offload.h | 329 } pppoe; member
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_offload.c | 669 entry->pppoe.sid = other_tuple->encap[i].id; in nf_flow_rule_route_common()
|
/openbmc/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 2805 bridge-nf-filter-pppoe-tagged - BOOLEAN 2806 - 1 : pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | MAINTAINERS | 17203 F: drivers/net/ppp/pppoe.c
|