/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_generic.c | 95 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) 116 struct ppp { struct 177 struct ppp *ppp; /* ppp unit we're connected to */ member 261 static void ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb); 262 static void ppp_send_frame(struct ppp *ppp, struct sk_buff *skb); 263 static void ppp_push(struct ppp *ppp); 265 static void ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, 267 static void ppp_receive_error(struct ppp *ppp); 268 static void ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb); 269 static struct sk_buff *ppp_decompress_frame(struct ppp *ppp, [all …]
|
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 72 struct ppp { struct 105 static inline struct ppp *get_ppp(struct net_device *dev) in get_ppp() 107 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp() 112 struct ppp *ppp = get_ppp(dev); in get_proto() local 116 return &ppp->protos[IDX_LCP]; in get_proto() 118 return &ppp->protos[IDX_IPCP]; in get_proto() 120 return &ppp->protos[IDX_IPV6CP]; in get_proto() 303 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local 320 jiffies + ppp->req_timeout * HZ); in ppp_cp_event() 325 ppp->term_retries : ppp->cr_retries; in ppp_cp_event() [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ |
H A D | ppp_2.5.2.bb | 2 DESCRIPTION = "ppp (Paul's PPP Package) is an open source package which implements \ 5 HOMEPAGE = "http://samba.org/ppp/" 6 BUGTRACKER = "http://ppp.samba.org/cgi-bin/ppp-bugs" 25 file://ppp@.service \ 39 mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/ 40 mkdir -p ${D}${sysconfdir}/ppp/ip-down.d/ 43 install -m 0755 ${UNPACKDIR}/init ${D}${sysconfdir}/init.d/ppp 44 install -m 0755 ${UNPACKDIR}/ip-up ${D}${sysconfdir}/ppp/ 45 install -m 0755 ${UNPACKDIR}/ip-down ${D}${sysconfdir}/ppp/ 46 install -m 0755 ${UNPACKDIR}/08setupdns ${D}${sysconfdir}/ppp/ip-up.d/ [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/ |
H A D | ppp-dialin_0.1.bb | 4 DEPENDS = "ppp" 5 RDEPENDS:${PN} = "ppp" 10 file://ppp-dialin" 18 install -d ${D}${sysconfdir}/ppp/peers 19 install -m 0644 ${S}/host-peer ${D}${sysconfdir}/ppp/peers/host 22 install -m 0755 ${S}/ppp-dialin ${D}${sbindir} 27 --no-create-home --shell ${sbindir}/ppp-dialin \ 28 --no-user-group --gid nogroup ppp"
|
/openbmc/linux/drivers/net/ |
H A D | Makefile | 60 obj-$(CONFIG_PPP) += ppp/ 61 obj-$(CONFIG_PPP_ASYNC) += ppp/ 62 obj-$(CONFIG_PPP_BSDCOMP) += ppp/ 63 obj-$(CONFIG_PPP_DEFLATE) += ppp/ 64 obj-$(CONFIG_PPP_MPPE) += ppp/ 65 obj-$(CONFIG_PPP_SYNC_TTY) += ppp/ 66 obj-$(CONFIG_PPPOE) += ppp/ 67 obj-$(CONFIG_PPPOL2TP) += ppp/ 68 obj-$(CONFIG_PPTP) += ppp/
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ |
H A D | init | 12 test -x /usr/sbin/pppd -a -f /etc/ppp/ppp_on_boot || exit 0 13 if [ -x /etc/ppp/ppp_on_boot ]; then RUNFILE=1; fi 19 /etc/ppp/ppp_on_boot 43 /etc/ppp/ppp_on_boot
|
H A D | poff | 4 set -- `cat /var/run/ppp*.pid 2>/dev/null` 21 if [ -r /var/run/ppp-quick ] 23 rm -f /var/run/ppp-quick
|
H A D | ppp_on_boot | 10 # The location of the ppp daemon itself (shouldn't need to be changed) 17 # /etc/ppp/options.<tty>
|
H A D | provider | 8 # There should be a matching entry with the password in /etc/ppp/pap-secrets 9 # and/or /etc/ppp/chap-secrets.
|
H A D | pon | 5 touch /var/run/ppp-quick
|
H A D | 08setupdns | 3 PPPCONF=/var/run/ppp/resolv.conf
|
H A D | ip-down | 41 run-parts /etc/ppp/ip-down.d
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/ |
H A D | rp-pppoe_3.15.bb | 60 ${sysconfdir}/ppp/pppoe-server-options" 64 CONFFILES:${PN} = "${sysconfdir}/ppp/pppoe.conf \ 65 ${sysconfdir}/ppp/firewall-standalone \ 66 ${sysconfdir}/ppp/firewall-masq" 67 CONFFILES:${PN}-server = "${sysconfdir}/ppp/pppoe-server-options \ 74 RDEPENDS:${PN} = "ppp" 76 RRECOMMENDS:${PN} = "ppp-oe"
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 95 u32 *ppp = &np->properties; in bootx_early_getprop() local 97 while(*ppp) { in bootx_early_getprop() 99 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop() 105 ppp = &pp->next; in bootx_early_getprop() 222 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 251 while (*ppp) { in bootx_scan_dt_build_strings() 253 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings() 263 ppp = &pp->next; in bootx_scan_dt_build_strings() 280 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local 310 while (*ppp) { in bootx_scan_dt_build_struct() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/ |
H A D | networkmanager-fortisslvpn_1.4.0.bb | 7 DEPENDS = "glib-2.0-native libxml2-native networkmanager ppp python3-packaging-native" 14 file://0001-fix-ppp-2.5.0-build.patch \ 15 file://0002-fix-ppp-2.5.0-build.patch \ 70 ppp \
|
H A D | networkmanager_1.50.0.bb | 90 ${@bb.utils.filter('DISTRO_FEATURES', 'wifi polkit ppp', d)} \ 105 PACKAGECONFIG[ppp] = "-Dppp=true -Dpppd=${sbindir}/pppd,-Dppp=false,ppp" 143 ${PN}-ppp \ 229 SUMMARY:${PN}-ppp = "PPP plugin for NetworkManager" 230 FILES:${PN}-ppp = "\ 231 ${NETWORKMANAGER_PLUGINDIR}/libnm-ppp-plugin.so \ 234 RDEPENDS:${PN}-ppp += "${PN}-daemon ${@bb.utils.contains('PACKAGECONFIG','ppp','ppp','',d)}" 300 ${@bb.utils.contains('PACKAGECONFIG','ppp','${PN}-ppp','',d)} \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | update-config.patch | 10 The path for the plugin is wrong, it's now part of ppp and is in a 11 ppp's plugin lib directory. If no path is specified then that's where 12 ppp looks, so that's what we do here. 37 -# plugin, use LINUX_PLUGIN=/etc/ppp/plugins/rp-pppoe.so
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-base.bb | 36 ${@bb.utils.contains("DISTRO_FEATURES", "ppp", "packagegroup-base-ppp", "", d)} \ 71 ${@bb.utils.contains('DISTRO_FEATURES', 'ppp', 'packagegroup-base-ppp', '',d)} \ 235 SUMMARY:packagegroup-base-ppp = "PPP dial-up protocol support" 236 RDEPENDS:packagegroup-base-ppp = "\ 237 ppp \ 238 ppp-dialin" 240 RRECOMMENDS:packagegroup-base-ppp = "\ 241 kernel-module-ppp-async \ 242 kernel-module-ppp-deflate \ 243 kernel-module-ppp-generic \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/ |
H A D | pptp-linux_1.10.0.bb | 26 install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8 29 install -m 644 ${UNPACKDIR}/options.pptp ${D}${sysconfdir}/ppp 32 RDEPENDS:${PN} = "ppp"
|
/openbmc/linux/Documentation/networking/device_drivers/cable/ |
H A D | sb1000.rst | 26 2. Several PPP scripts which live in /etc/ppp to make connecting via your 90 7. As root, copy all the files under the ppp/ subdirectory in Franco's 91 tar file into /etc/ppp, being careful not to overwrite any files that are 92 already in there. Then modify ppp@gi-on to set the correct login name, 97 8. Be sure to modify /etc/ppp/firewall to use ipchains instead of 106 9. Start the PPP connection via the script /etc/ppp/ppp@gi-on. You must be 144 command should probably be added to the /etc/ppp/cablemodem script 168 4. I can't execute the /etc/ppp/ppp@gi-on file. 171 As root do ``chmod ug+x /etc/ppp/ppp@gi-on``. 177 /etc/ppp/firewall script from the deprecated ipfwadm commands to ipchains. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux/ |
H A D | options.pptp | 19 # (option naming specific to ppp 2.4.0 with unofficial patch) 27 # (ppp 2.4.0 with unofficial patch)
|
/openbmc/linux/Documentation/networking/ |
H A D | ppp_generic.rst | 19 * the interface to pppd, via a /dev/ppp character device 37 be linked to each ppp network interface unit. The generic layer is 63 system call on an instance of /dev/ppp which is bound to the 91 will need it to attach an instance of /dev/ppp to this channel. 93 * ppp_unit_number() returns the unit number of the ppp network 97 Connecting a channel to the ppp generic layer is initiated from the 100 independently of the ppp generic layer. For example, with the 114 negotiation, accessing the channel through the /dev/ppp interface. 156 exceptions are when pppd sends packets by writing to /dev/ppp, and 254 /dev/ppp. This is used by pppd to control PPP interface units and [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/ |
H A D | wvdial_1.61.bb | 10 RDEPENDS:${PN} = "ppp" 33 oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/ |
H A D | 0001-fix-ppp-2.5.0-build.patch | 21 rename src/{nm-ppp-status.h => nm-fortisslvpn-pppd-status.h} (100%) 31 - src/nm-ppp-status.h \ 40 - src/nm-ppp-status.h 238 -#include "nm-ppp-status.h" 287 diff --git a/src/nm-ppp-status.h b/src/nm-fortisslvpn-pppd-status.h 289 rename from src/nm-ppp-status.h 299 -#include "nm-ppp-status.h"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/ |
H A D | openl2tp_1.8.bb | 96 RDEPENDS:${PN} = "ppp ppp-l2tp bash" 97 RDEPENDS:${PN}-ptest += "rpcbind kernel-module-l2tp-ppp procps-ps tcl"
|