Home
last modified time | relevance | path

Searched refs:ppp (Results 1 – 33 of 33) sorted by relevance

/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c93 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp)
114 struct ppp { struct
174 struct ppp *ppp; /* ppp unit we're connected to */ member
250 static void ppp_xmit_process(struct ppp *ppp);
251 static void ppp_send_frame(struct ppp *ppp, struct sk_buff *skb);
252 static void ppp_push(struct ppp *ppp);
254 static void ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb,
256 static void ppp_receive_error(struct ppp *ppp);
257 static void ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb);
258 static struct sk_buff *ppp_decompress_frame(struct ppp *ppp,
[all …]
/linux-4.1.27/drivers/net/wan/
Dhdlc_ppp.c75 struct ppp { struct
107 static inline struct ppp* get_ppp(struct net_device *dev) in get_ppp()
109 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp()
114 struct ppp *ppp = get_ppp(dev); in get_proto() local
118 return &ppp->protos[IDX_LCP]; in get_proto()
120 return &ppp->protos[IDX_IPCP]; in get_proto()
122 return &ppp->protos[IDX_IPV6CP]; in get_proto()
308 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local
325 jiffies + ppp->req_timeout * HZ); in ppp_cp_event()
330 ppp->term_retries : ppp->cr_retries; in ppp_cp_event()
[all …]
/linux-4.1.27/drivers/net/
DMakefile43 obj-$(CONFIG_PPP) += ppp/
44 obj-$(CONFIG_PPP_ASYNC) += ppp/
45 obj-$(CONFIG_PPP_BSDCOMP) += ppp/
46 obj-$(CONFIG_PPP_DEFLATE) += ppp/
47 obj-$(CONFIG_PPP_MPPE) += ppp/
48 obj-$(CONFIG_PPP_SYNC_TTY) += ppp/
49 obj-$(CONFIG_PPPOE) += ppp/
50 obj-$(CONFIG_PPPOL2TP) += ppp/
51 obj-$(CONFIG_PPTP) += ppp/
DKconfig305 to use this module, as it needs special ppp scripts for establishing
319 source "drivers/net/ppp/Kconfig"
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dbootx_init.c97 u32 *ppp = &np->properties; in bootx_early_getprop() local
99 while(*ppp) { in bootx_early_getprop()
101 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop()
107 ppp = &pp->next; in bootx_early_getprop()
224 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
253 while (*ppp) { in bootx_scan_dt_build_strings()
255 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings()
265 ppp = &pp->next; in bootx_scan_dt_build_strings()
282 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
312 while (*ppp) { in bootx_scan_dt_build_struct()
[all …]
/linux-4.1.27/Documentation/networking/
DREADME.sb100020 2.) Several PPP scripts which live in /etc/ppp to make connecting via your
83 7.) As root, copy all the files under the ppp/ subdirectory in Franco's
84 tar file into /etc/ppp, being careful not to overwrite any files that are
85 already in there. Then modify ppp@gi-on to set the correct login name,
90 8.) Be sure to modify /etc/ppp/firewall to use ipchains instead of
99 9.) Start the PPP connection via the script /etc/ppp/ppp@gi-on. You must be
136 command should probably be added to the /etc/ppp/cablemodem script
158 4.) I can't execute the /etc/ppp/ppp@gi-on file.
160 Solution -- As root do `chmod ug+x /etc/ppp/ppp@gi-on'.
165 /etc/ppp/firewall script from the deprecated ipfwadm commands to ipchains.
[all …]
Dppp_generic.txt15 * the interface to pppd, via a /dev/ppp character device
33 be linked to each ppp network interface unit. The generic layer is
59 system call on an instance of /dev/ppp which is bound to the
87 will need it to attach an instance of /dev/ppp to this channel.
89 * ppp_unit_number() returns the unit number of the ppp network
93 Connecting a channel to the ppp generic layer is initiated from the
96 independently of the ppp generic layer. For example, with the
110 negotiation, accessing the channel through the /dev/ppp interface.
152 exceptions are when pppd sends packets by writing to /dev/ppp, and
250 /dev/ppp. This is used by pppd to control PPP interface units and
[all …]
Dgeneric-hdlc.txt77 * ppp - sets synchronous PPP mode
/linux-4.1.27/include/linux/
Dppp_channel.h42 void *ppp; /* opaque to channel */ member
/linux-4.1.27/fs/freevxfs/
Dvxfs_lookup.c114 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry() argument
151 *ppp = pp; in vxfs_find_entry()
/linux-4.1.27/Documentation/isdn/
DREADME.concap51 private purpose over the wire, e.g. ppp does a lot of link level
70 synchronous ppp implementation used by the isdn driver and the
71 asynchronous ppp implementation used by the ppp driver have a lot of
83 the encapsulation protocol used, e.g. for a ppp module using our service
DREADME.syncppp27 ipppd, which checks the ppp version via this interface.
DREADME.gigaset203 "modem" or configure pppd/wvdial manually. There are some example ppp
204 configuration files and chat scripts in the gigaset-VERSION/ppp directory
DREADME.hysdn52 handlers for various protocols like ppp and others as well as config info
DREADME.sc211 - please open the isdn-ppp file in the examples directory and follow along...
DREADME.HiSax651 /sbin/rmmod ppp
DINTERFACE32 p.p is the revision of the ppp related code.
/linux-4.1.27/Documentation/
DChanges232 If you are not using udev, you must have the device file /dev/ppp
235 mknod /dev/ppp c 108 0
370 o <ftp://ftp.samba.org/pub/ppp/>
Dmagic-number.txt75 PPP_MAGIC 0x5002 ppp include/linux/if_pppvar.h
Ddevices.txt1857 0 = /dev/ppp Device independent PPP interface
/linux-4.1.27/Documentation/serial/
Dn_gsm.txt76 - to use ppp to establish a datalink on ttygsm2
/linux-4.1.27/net/atm/
Dpppoatm.c205 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push()
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h108 u32 ppp; /* RO # of PPP pkt */ member
Dbcmgenet.c595 STAT_GENET_MIB_RX("rx_ppp", mib.rx.ppp),
/linux-4.1.27/Documentation/zh_CN/
Dmagic-number.txt75 PPP_MAGIC 0x5002 ppp include/linux/if_pppvar.h
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbcmsysport.h521 u32 ppp; /* RO # of PPP pkt */ member
Dbcmsysport.c233 STAT_MIB_RX("rx_ppp", mib.rx.ppp),
/linux-4.1.27/Documentation/usb/
Dacm.txt63 minicom, ppp and mgetty with them.
Dusb-serial.txt102 which one may run ppp and establish a TCP/IP link to the PDA. Once this
/linux-4.1.27/include/uapi/linux/
DKbuild328 header-y += ppp-comp.h
330 header-y += ppp-ioctl.h
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt264 't' 00-7F linux/ppp-ioctl.h
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt242 The non-ethernet drivers (sl, ppp, dummy, lo) obviously ignore the
/linux-4.1.27/
DMAINTAINERS7807 L: linux-ppp@vger.kernel.org
7809 F: drivers/net/ppp/ppp_*
7820 F: drivers/net/ppp/pppoe.c
7821 F: drivers/net/ppp/pppox.c
7843 F: drivers/net/ppp/pptp.c