| /OK3568_Linux_fs/buildroot/package/pppd/ |
| H A D | pppd.mk | 11 pppd/tdb.c pppd/plugins/pppoatm/COPYING \ 12 pppdump/bsd-comp.c pppd/ccp.c pppd/plugins/passprompt.c 28 PPPD_TARGET_BINS = chat pppd pppdump pppstats 53 $(SED) 's,ppp/resolv.conf,resolv.conf,' $(@D)/pppd/pathnames.h 60 $(SED) 's/FILTER=y/#FILTER=y/' $(PPPD_DIR)/pppd/Makefile.linux 72 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radattr.so \ 73 $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radattr.so 74 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radius.so \ 75 $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radius.so 76 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radrealms.so \ [all …]
|
| H A D | pppd.hash | 2 sha256 91fbff784ad16a1111a7f22df4675aeb161d958bb79f1cc4c1f0c81944e7cb40 pppd-2.4.8.tar.gz 3 sha256 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532 pppd/tdb.c 4 sha256 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59 pppd/plugins/pppoatm/COPY… 6 sha256 ee1c28551c87cdcdaf80eb3922726f015201614cb560a5ed18a7a0c15f2b4aa4 pppd/ccp.c 7 sha256 6fa4c3dad059f6ef15c1c5e5219d9d0d40991dd3a162098a89967a1720de059e pppd/plugins/passprompt.c
|
| H A D | 0001-pppd-Fix-bounds-check.patch | 4 Subject: [PATCH] pppd: Fix bounds check in EAP code 13 pppd/eap.c | 4 ++-- 16 diff --git a/pppd/eap.c b/pppd/eap.c 18 --- a/pppd/eap.c 19 +++ b/pppd/eap.c
|
| H A D | Config.in | 2 bool "pppd" 20 Packet filtering abilities for pppd. If enabled, 21 the pppd active-filter and pass-filter options 27 Install RADIUS support for pppd 36 Note that the pppd default of writing to /etc/ppp/resolv.conf 43 comment "pppd needs a uClibc or glibc toolchain w/ dynamic library"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | 0001-Respect-flags-from-env.patch | 10 pppd/Makefile | 2 +- 41 diff --git a/pppd/Makefile b/pppd/Makefile 43 --- a/pppd/Makefile 44 +++ b/pppd/Makefile 49 -CFLAGS += -g -I.. -I/usr/include/pppd $(CFLAGS.pppd) -fPIC 50 +CFLAGS += -g -I.. -I=/usr/include/pppd $(CFLAGS.pppd) -fPIC
|
| H A D | ippool_parallel_make_and_pic.patch | 3 pppd plugin directory build depends on $(IPPOOL_RPC_STEM)_xdr.o 15 3)include dependency files for pppd. 54 +pppd-dir: $(IPPOOL_RPC_STEM)_xdr.o $(IPPOOL_RPC_STEM)_client.o $(IPPOOL_RPC_STEM).h 80 diff --git a/pppd/Makefile b/pppd/Makefile 82 --- a/pppd/Makefile 83 +++ b/pppd/Makefile
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
| H A D | configure_in_cross.patch | 21 dnl pppd directory for kernel-mode PPPoE 25 +PPPD=/usr/sbin/pppd 51 …AC_ARG_ENABLE(plugin, [ --enable-plugin=pppd_src_path build pppd plugin], ac_cv_pluginpath=$ena… 74 -dnl Check for location of pppd 75 -AC_PATH_PROG(PPPD, pppd, NOTFOUND, $PATH:/sbin:/usr/sbin:/usr/local/sbin) 91 -dnl If we couldn't find pppd, die 93 - AC_MSG_WARN([*** Oops! I couldn't find pppd, the PPP daemon anywhere.]) 94 - AC_MSG_WARN([*** You must install pppd, version 2.3.10 or later.]) 96 - PPPD=pppd 99 -dnl Figure out pppd version. 2.3.7 to 2.3.9 -- issue warning. Less than [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ |
| H A D | ppp_2.4.9.bb | 9 LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=29;md5=e2c43fe6e81ff77d87dc9c290a424dea \ 10 … file://pppd/plugins/passprompt.c;beginline=1;endline=10;md5=3bcbcdbf0e369c9a3e0b8c8275b065d8 \ 11 file://pppd/tdb.c;beginline=1;endline=27;md5=4ca3a9991b011038d085d6675ae7c4e6 \ 36 …DIR=${D}${datadir}/man/man8 INCDIR=${D}${includedir} LIBDIR=${D}${libdir}/pppd/${PV} BINDIR=${D}${… 72 chmod u+s ${D}${sbindir}/pppd 81 FILES:${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${systemd_system_unit… 82 FILES:${PN}-oa = "${libdir}/pppd/${PV}/pppoatm.so" 83 FILES:${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/*pppoe.so" 84 FILES:${PN}-radius = "${libdir}/pppd/${PV}/radius.so ${libdir}/pppd/${PV}/radattr.so ${libdir}/pp… 85 FILES:${PN}-winbind = "${libdir}/pppd/${PV}/winbind.so" [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ |
| H A D | ippool_1.3.bb | 7 status. A pppd plugin is supplied which allows pppd to request IP \ 57 sed -i -e "s:-I/usr/include/pppd:-I=/usr/include/pppd:" ${S}/pppd/Makefile 82 FILES:${PN} += "${libdir}/pppd/${PPPD_VERSION}/ippool.so" 83 FILES:${PN}-dbg += "${libdir}/pppd/${PPPD_VERSION}/.debug/ippool.so" 94 pppd_plugin = d.expand('${STAGING_LIBDIR}/pppd') 98 bb.debug(1, "pppd plugin dir %s" % pppd_plugin) 104 bb.debug(1, "pppd version dir %s" % f) 107 bb.debug(1, "under pppd plugin dir %s" % f)
|
| /OK3568_Linux_fs/buildroot/package/rp-pppoe/ |
| H A D | rp-pppoe.mk | 13 RP_PPPOE_DEPENDENCIES = pppd 18 RP_PPPOE_MAKE_OPTS = PLUGIN_DIR=/usr/lib/pppd/$(PPPD_VERSION) 26 ac_cv_path_PPPD=/usr/sbin/pppd \ 30 PPPD_H=$(PPPD_DIR)/pppd/pppd.h
|
| H A D | Config.in | 8 depends on !BR2_TOOLCHAIN_USES_MUSL # pppd 17 exists in the pppd package (and kernel).
|
| /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 21 pppd call provider 35 status /usr/sbin/pppd; 47 pppd call provider
|
| H A D | 0001-ppp-fix-build-against-5.15-headers.patch | 18 pppd/Makefile.linux | 2 +- 21 diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux 23 --- a/pppd/Makefile.linux 24 +++ b/pppd/Makefile.linux
|
| H A D | makefix.patch | 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 | ppp_on_boot | 3 # Rename this file to ppp_on_boot and pppd will be fired up as 11 PPPD=/usr/sbin/pppd
|
| H A D | provider | 4 # See the manual page pppd(8) for information on all the options. 30 # Makes pppd "dial again" when the connection is lost.
|
| H A D | pon | 9 /usr/sbin/pppd call ${1:-provider}
|
| H A D | poff | 9 killall pppd
|
| H A D | ppp@.service | 6 ExecStart=@SBINDIR@/pppd call %I nodetach nolog
|
| /OK3568_Linux_fs/buildroot/package/network-manager/ |
| H A D | Config.in | 48 bool "pppd support" 49 depends on !BR2_TOOLCHAIN_USES_MUSL # pppd 54 comment "pppd support needs a glibc or uClibc toolchain"
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_tx.c | 174 struct qib_pportdata *ppd, *pppd[QIB_MAX_IB_PORTS]; in qib_disarm_piobufs_set() local 179 pppd[i] = NULL; in qib_disarm_piobufs_set() 190 pppd[ppd->port] = ppd; in qib_disarm_piobufs_set() 210 if (pppd[i]) in qib_disarm_piobufs_set() 211 qib_cancel_sends(pppd[i]); in qib_disarm_piobufs_set()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | Kconfig | 16 To use PPP, you need an additional program called pppd as described 19 the version of pppd recommended in <file:Documentation/Changes>. 81 active-filter options to pppd. 107 version of the pppd daemon which understands the multilink protocol. 126 This driver requires the latest version of pppd from the CVS 138 This driver requires pppd plugin to work in client mode or
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp-dialin/files/ |
| H A D | ppp-dialin | 3 /usr/sbin/pppd call host
|
| /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" 174 ${libdir}/pppd/*/nm-pppd-plugin.so \ 178 ${libdir}/pppd/*/*.la \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | ver_linux | 97 pppd --version 2>&1 |
|