/Linux-v5.4/drivers/net/ppp/ |
D | ppp_generic.c | 92 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) 113 struct ppp { struct 174 struct ppp *ppp; /* ppp unit we're connected to */ member 256 static void ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb); 257 static void ppp_send_frame(struct ppp *ppp, struct sk_buff *skb); 258 static void ppp_push(struct ppp *ppp); 260 static void ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, 262 static void ppp_receive_error(struct ppp *ppp); 263 static void ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb); 264 static struct sk_buff *ppp_decompress_frame(struct ppp *ppp, [all …]
|
/Linux-v5.4/drivers/net/wan/ |
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() 305 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local 322 jiffies + ppp->req_timeout * HZ); in ppp_cp_event() 327 ppp->term_retries : ppp->cr_retries; in ppp_cp_event() [all …]
|
/Linux-v5.4/drivers/net/ |
D | Makefile | 49 obj-$(CONFIG_PPP) += ppp/ 50 obj-$(CONFIG_PPP_ASYNC) += ppp/ 51 obj-$(CONFIG_PPP_BSDCOMP) += ppp/ 52 obj-$(CONFIG_PPP_DEFLATE) += ppp/ 53 obj-$(CONFIG_PPP_MPPE) += ppp/ 54 obj-$(CONFIG_PPP_SYNC_TTY) += ppp/ 55 obj-$(CONFIG_PPPOE) += ppp/ 56 obj-$(CONFIG_PPPOL2TP) += ppp/ 57 obj-$(CONFIG_PPTP) += ppp/
|
D | Kconfig | 405 information on how to use this module, as it needs special ppp 419 source "drivers/net/ppp/Kconfig"
|
/Linux-v5.4/arch/powerpc/platforms/powermac/ |
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 …]
|
/Linux-v5.4/Documentation/networking/device_drivers/ |
D | sb1000.txt | 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 …]
|
/Linux-v5.4/Documentation/networking/ |
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-v5.4/include/linux/ |
D | ppp_channel.h | 38 void *ppp; /* opaque to channel */ member
|
/Linux-v5.4/fs/freevxfs/ |
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()
|
/Linux-v5.4/Documentation/ |
D | Changes | 272 If you are not using udev, you must have the device file /dev/ppp 275 mknod /dev/ppp c 108 0 440 - <ftp://ftp.samba.org/pub/ppp/>
|
/Linux-v5.4/Documentation/process/ |
D | changes.rst | 272 If you are not using udev, you must have the device file /dev/ppp 275 mknod /dev/ppp c 108 0 440 - <ftp://ftp.samba.org/pub/ppp/>
|
D | magic-number.rst | 83 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | changes.rst | 279 Se non usate udev, dovete avere un file /dev/ppp che può essere creato da root 282 mknod /dev/ppp c 108 0 447 - <ftp://ftp.samba.org/pub/ppp/>
|
D | magic-number.rst | 89 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
|
/Linux-v5.4/Documentation/driver-api/serial/ |
D | n_gsm.rst | 78 - to use ppp to establish a datalink on ttygsm2
|
/Linux-v5.4/net/atm/ |
D | pppoatm.c | 202 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push()
|
/Linux-v5.4/Documentation/translations/zh_CN/process/ |
D | magic-number.rst | 72 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
|
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | bcmsysport.h | 560 u32 ppp; /* RO # of PPP pkt */ member
|
/Linux-v5.4/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.h | 106 u32 ppp; /* RO # of PPP pkt */ member
|
/Linux-v5.4/Documentation/usb/ |
D | acm.rst | 66 minicom, ppp and mgetty with them.
|
/Linux-v5.4/Documentation/isdn/ |
D | gigaset.rst | 213 "modem" or configure pppd/wvdial manually. There are some example ppp 214 configuration files and chat scripts in the gigaset-VERSION/ppp directory
|
D | hysdn.rst | 55 handlers for various protocols like ppp and others as well as config info
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1415 u8 *ppp, *mgmt_DATA; in validate_80211w_mgmt() local 1417 ppp = GetAddr2Ptr(ptr); in validate_80211w_mgmt()
|
/Linux-v5.4/Documentation/ioctl/ |
D | ioctl-number.rst | 280 't' 00-7F linux/ppp-ioctl.h
|