| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_generic.c | 94 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) 115 struct ppp { struct 176 struct ppp *ppp; /* ppp unit we're connected to */ member 258 static void ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb); 259 static void ppp_send_frame(struct ppp *ppp, struct sk_buff *skb); 260 static void ppp_push(struct ppp *ppp); 262 static void ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, 264 static void ppp_receive_error(struct ppp *ppp); 265 static void ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb); 266 static struct sk_buff *ppp_decompress_frame(struct ppp *ppp, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | hdlc_ppp.c | 72 struct ppp { struct 104 static inline struct ppp* get_ppp(struct net_device *dev) in get_ppp() 106 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp() 111 struct ppp *ppp = get_ppp(dev); in get_proto() local 115 return &ppp->protos[IDX_LCP]; in get_proto() 117 return &ppp->protos[IDX_IPCP]; in get_proto() 119 return &ppp->protos[IDX_IPV6CP]; in get_proto() 306 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local 323 jiffies + ppp->req_timeout * HZ); in ppp_cp_event() 328 ppp->term_retries : ppp->cr_retries; in ppp_cp_event() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ |
| H A D | ppp_2.4.9.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" 26 file://ppp@.service \ 27 file://0001-ppp-fix-build-against-5.15-headers.patch \ 51 make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp 53 mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/ 54 mkdir -p ${D}${sysconfdir}/ppp/ip-down.d/ 57 install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/ppp 58 install -m 0755 ${WORKDIR}/ip-up ${D}${sysconfdir}/ppp/ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp-dialin/ |
| H A D | ppp-dialin_0.1.bb | 4 DEPENDS = "ppp" 5 RDEPENDS:${PN} = "ppp" 11 file://ppp-dialin" 18 install -d ${D}${sysconfdir}/ppp/peers 19 install -m 0644 ${WORKDIR}/host-peer ${D}${sysconfdir}/ppp/peers/host 22 install -m 0755 ${WORKDIR}/ppp-dialin ${D}${sbindir} 27 --no-create-home --shell ${sbindir}/ppp-dialin \ 28 --no-user-group --gid nogroup ppp"
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | Makefile | 54 obj-$(CONFIG_PPP) += ppp/ 55 obj-$(CONFIG_PPP_ASYNC) += ppp/ 56 obj-$(CONFIG_PPP_BSDCOMP) += ppp/ 57 obj-$(CONFIG_PPP_DEFLATE) += ppp/ 58 obj-$(CONFIG_PPP_MPPE) += ppp/ 59 obj-$(CONFIG_PPP_SYNC_TTY) += ppp/ 60 obj-$(CONFIG_PPPOE) += ppp/ 61 obj-$(CONFIG_PPPOL2TP) += ppp/ 62 obj-$(CONFIG_PPTP) += ppp/
|
| /OK3568_Linux_fs/buildroot/package/pppd/ |
| H A D | pppd.mk | 8 PPPD_SITE = $(call github,paulusmack,ppp,ppp-$(PPPD_VERSION)) 14 PPPD_CPE_ID_PRODUCT = ppp 15 PPPD_SELINUX_MODULES = ppp 80 $(TARGET_DIR)/etc/ppp/radius/$$m; \ 83 $(TARGET_DIR)/etc/ppp/radius/radiusclient.conf 85 $(TARGET_DIR)/etc/ppp/radius/radiusclient.conf 87 $(TARGET_DIR)/etc/ppp/radius/*
|
| H A D | Config.in | 12 http://www.samba.org/ppp/ 34 separate list of nameservers in /etc/ppp/resolv.conf 36 Note that the pppd default of writing to /etc/ppp/resolv.conf
|
| /OK3568_Linux_fs/yocto/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 | makefix.patch | 12 See https://github.com/paulusmack/ppp/issues/233 14 Upstream-Status: Backport [https://github.com/paulusmack/ppp/commit/b4430f7092ececdff2504d5f3393a4c… 17 Index: ppp-2.4.9/pppd/Makefile.linux 19 --- ppp-2.4.9.orig/pppd/Makefile.linux 20 +++ ppp-2.4.9/pppd/Makefile.linux
|
| 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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/ |
| H A D | rp-pppoe_3.13.bb | 61 ${sysconfdir}/ppp/pppoe-server-options" 65 CONFFILES:${PN} = "${sysconfdir}/ppp/pppoe.conf \ 66 ${sysconfdir}/ppp/firewall-standalone \ 67 ${sysconfdir}/ppp/firewall-masq" 68 CONFFILES:${PN}-server = "${sysconfdir}/ppp/pppoe-server-options \ 75 RDEPENDS:${PN} = "ppp" 77 RRECOMMENDS:${PN} = "ppp-oe"
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | bootx_init.c | 94 u32 *ppp = &np->properties; in bootx_early_getprop() local 96 while(*ppp) { in bootx_early_getprop() 98 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop() 104 ppp = &pp->next; in bootx_early_getprop() 221 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 250 while (*ppp) { in bootx_scan_dt_build_strings() 252 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings() 262 ppp = &pp->next; in bootx_scan_dt_build_strings() 279 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local 309 while (*ppp) { in bootx_scan_dt_build_struct() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-base.bb | 38 ${@bb.utils.contains("DISTRO_FEATURES", "ppp", "packagegroup-base-ppp", "", d)} \ 77 ${@bb.utils.contains('DISTRO_FEATURES', 'ppp', 'packagegroup-base-ppp', '',d)} \ 247 SUMMARY:packagegroup-base-ppp = "PPP dial-up protocol support" 248 RDEPENDS:packagegroup-base-ppp = "\ 249 ppp \ 250 ppp-dialin" 252 RRECOMMENDS:packagegroup-base-ppp = "\ 253 kernel-module-ppp-async \ 254 kernel-module-ppp-deflate \ 255 kernel-module-ppp-generic \ [all …]
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/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 ${WORKDIR}/options.pptp ${D}${sysconfdir}/ppp 32 RDEPENDS:${PN} = "ppp"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/ |
| H A D | networkmanager_1.36.2.bb | 86 PACKAGECONFIG[ppp] = "-Dppp=true -Dpppd=/usr/sbin/pppd,-Dppp=false,ppp,ppp" 116 ${PN}-ppp \ 172 FILES:${PN}-ppp = "\ 173 ${NETWORKMANAGER_PLUGINDIR}/libnm-ppp-plugin.so \ 211 ${@bb.utils.contains('PACKAGECONFIG','ppp','${PN}-ppp','',d)} \
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/ |
| H A D | wvdial_1.61.bb | 10 RDEPENDS:${PN} = "ppp" 30 oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install
|
| /OK3568_Linux_fs/buildroot/package/network-manager/ |
| H A D | network-manager.mk | 61 NETWORK_MANAGER_CONF_OPTS += --enable-ppp 63 NETWORK_MANAGER_CONF_OPTS += --disable-ppp
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | vxfs_lookup.c | 81 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry() argument 129 *ppp = pp; in vxfs_find_entry()
|