Home
last modified time | relevance | path

Searched refs:pppoe (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/
H A Drp-pppoe_3.15.bb2 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 Dupdate-config.patch4 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 Dpppoe-server.init3 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 D0001-ppoe-Dont-include-linux-if_ether.h.patch13 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 Dtop-autoconf.patch4 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 Dconfigure.patch16 -AC_INIT(src/pppoe.c)
17 -AM_INIT_AUTOMAKE([rp-pppoe], [3.8])
18 +AC_INIT([rp-pppoe], [3.8])
H A Dpppoe-server.service7 EnvironmentFile=-@SYSCONFDIR@/default/pppoe-server
8 ExecStart=@SBINDIR@/pppoe-server
H A Dpppoe-server.default22 #ACCESS_CONCENTRATOR_NAME="pppoe-rtr-1"
H A Ddiscard-use-of-dnl-in-Makefile.am.patch22 PACKAGE = rp-pppoe
H A Dconfigure_in_cross.patch19 @@ -5,6 +5,13 @@ AC_INIT(pppoe.c)
54 LINUX_KERNELMODE_PLUGIN=rp-pppoe.so
/openbmc/linux/include/linux/
H A Dif_pppox.h48 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 Dpppoe.c247 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 DMakefile12 obj-$(CONFIG_PPPOE) += pppox.o pppoe.o
H A DKconfig128 RoaringPenguin package (<http://www.roaringpenguin.com/pppoe>)
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c44 } 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 Dnon-repro-meta-networking.inc32 rp-pppoe \
/openbmc/linux/include/uapi/linux/
H A Dif_pppox.h69 struct pppoe_addr pppoe; member
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/
H A Dppp_2.5.1.bb62 FILES:${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/*pppoe.so"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/
H A Dpackagegroup-meta-networking.bb151 rp-pppoe \
/openbmc/linux/net/sched/
H A Dcls_flower.c73 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 Dflow_offload.h329 } pppoe; member
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_offload.c669 entry->pppoe.sid = other_tuple->encap[i].id; in nf_flow_rule_route_common()
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst2805 bridge-nf-filter-pppoe-tagged - BOOLEAN
2806 - 1 : pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A DMAINTAINERS17203 F: drivers/net/ppp/pppoe.c

12