/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 93 #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/ |
D | hdlc_ppp.c | 75 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/ |
D | Makefile | 43 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/
|
D | Kconfig | 305 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/ |
D | bootx_init.c | 97 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/ |
D | README.sb1000 | 20 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 …]
|
D | ppp_generic.txt | 15 * 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 …]
|
D | generic-hdlc.txt | 77 * ppp - sets synchronous PPP mode
|
/linux-4.1.27/include/linux/ |
D | ppp_channel.h | 42 void *ppp; /* opaque to channel */ member
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_lookup.c | 114 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/ |
D | README.concap | 51 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
|
D | README.syncppp | 27 ipppd, which checks the ppp version via this interface.
|
D | README.gigaset | 203 "modem" or configure pppd/wvdial manually. There are some example ppp 204 configuration files and chat scripts in the gigaset-VERSION/ppp directory
|
D | README.hysdn | 52 handlers for various protocols like ppp and others as well as config info
|
D | README.sc | 211 - please open the isdn-ppp file in the examples directory and follow along...
|
D | README.HiSax | 651 /sbin/rmmod ppp
|
D | INTERFACE | 32 p.p is the revision of the ppp related code.
|
/linux-4.1.27/Documentation/ |
D | Changes | 232 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/>
|
D | magic-number.txt | 75 PPP_MAGIC 0x5002 ppp include/linux/if_pppvar.h
|
D | devices.txt | 1857 0 = /dev/ppp Device independent PPP interface
|
/linux-4.1.27/Documentation/serial/ |
D | n_gsm.txt | 76 - to use ppp to establish a datalink on ttygsm2
|
/linux-4.1.27/net/atm/ |
D | pppoatm.c | 205 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.h | 108 u32 ppp; /* RO # of PPP pkt */ member
|
D | bcmgenet.c | 595 STAT_GENET_MIB_RX("rx_ppp", mib.rx.ppp),
|
/linux-4.1.27/Documentation/zh_CN/ |
D | magic-number.txt | 75 PPP_MAGIC 0x5002 ppp include/linux/if_pppvar.h
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bcmsysport.h | 521 u32 ppp; /* RO # of PPP pkt */ member
|
D | bcmsysport.c | 233 STAT_MIB_RX("rx_ppp", mib.rx.ppp),
|
/linux-4.1.27/Documentation/usb/ |
D | acm.txt | 63 minicom, ppp and mgetty with them.
|
D | usb-serial.txt | 102 which one may run ppp and establish a TCP/IP link to the PDA. Once this
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 328 header-y += ppp-comp.h 330 header-y += ppp-ioctl.h
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 264 't' 00-7F linux/ppp-ioctl.h
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 242 The non-ethernet drivers (sl, ppp, dummy, lo) obviously ignore the
|
/linux-4.1.27/ |
D | MAINTAINERS | 7807 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
|