/linux/drivers/net/ppp/ |
H A D | ppp_generic.c | 95 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) 116 struct ppp { struct 177 struct ppp *ppp; /* ppp unit we're connected to */ member 261 static void ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb); 262 static void ppp_send_frame(struct ppp *ppp, struct sk_buff *skb); 263 static void ppp_push(struct ppp *ppp); 265 static void ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, 267 static void ppp_receive_error(struct ppp *ppp); 268 static void ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb); 269 static struct sk_buff *ppp_decompress_frame(struct ppp *ppp, [all …]
|
/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 72 struct ppp { struct 105 static inline struct ppp *get_ppp(struct net_device *dev) in get_ppp() 107 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp() 112 struct ppp *ppp = get_ppp(dev); in get_proto() local 116 return &ppp->protos[IDX_LCP]; in get_proto() 118 return &ppp->protos[IDX_IPCP]; in get_proto() 120 return &ppp->protos[IDX_IPV6CP]; in get_proto() 303 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local 320 jiffies + ppp->req_timeout * HZ); in ppp_cp_event() 325 ppp->term_retries : ppp->cr_retries; in ppp_cp_event() [all …]
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 95 u32 *ppp = &np->properties; in bootx_early_getprop() local 97 while(*ppp) { in bootx_early_getprop() 99 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop() 105 ppp = &pp->next; in bootx_early_getprop() 222 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 251 while (*ppp) { in bootx_scan_dt_build_strings() 253 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings() 263 ppp = &pp->next; in bootx_scan_dt_build_strings() 280 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local 310 while (*ppp) { in bootx_scan_dt_build_struct() [all …]
|
/linux/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 …]
|
/linux/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 …]
|
H A D | generic-hdlc.rst | 102 * ppp - sets synchronous PPP mode
|
H A D | l2tp.rst | 440 ppp_chan_fd = open("/dev/ppp", O_RDWR); 464 ppp_if_fd = open("/dev/ppp", O_RDWR); 484 The ppp<ifunit> interface can then be configured as usual with netlink's 509 ppp_chan_fd = open("/dev/ppp", O_RDWR);
|
/linux/include/linux/ |
H A D | ppp_channel.h | 43 void *ppp; /* opaque to channel */ member
|
/linux/fs/freevxfs/ |
H A D | vxfs_lookup.c | 57 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry() argument 105 *ppp = pp; in vxfs_find_entry()
|
/linux/Documentation/translations/it_IT/process/ |
H A D | changes.rst | 323 Se non usate udev, dovete avere un file /dev/ppp che può essere creato da root 326 mknod /dev/ppp c 108 0 508 - <https://download.samba.org/pub/ppp/> 509 - <https://git.ozlabs.org/?p=ppp.git> 510 - <https://github.com/paulusmack/ppp/>
|
/linux/Documentation/process/ |
H A D | changes.rst | 349 If you are not using udev, you must have the device file /dev/ppp 352 mknod /dev/ppp c 108 0 550 - <https://download.samba.org/pub/ppp/> 551 - <https://git.ozlabs.org/?p=ppp.git> 552 - <https://github.com/paulusmack/ppp/>
|
/linux/Documentation/ |
H A D | Changes | 349 If you are not using udev, you must have the device file /dev/ppp 352 mknod /dev/ppp c 108 0 550 - <https://download.samba.org/pub/ppp/> 551 - <https://git.ozlabs.org/?p=ppp.git> 552 - <https://github.com/paulusmack/ppp/>
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_fdir.h | 143 u8 ppp:1, member
|
/linux/net/atm/ |
H A D | pppoatm.c | 204 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push()
|
/linux/Documentation/driver-api/tty/ |
H A D | n_gsm.rst | 107 - to use *ppp* to establish a datalink on ``ttygsm2``
|
/linux/Documentation/usb/ |
H A D | acm.rst | 66 minicom, ppp and mgetty with them.
|
H A D | usb-serial.rst | 113 which one may run ppp and establish a TCP/IP link to the PDA. Once this
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.h | 530 u32 ppp; /* RO # of PPP pkt */ member
|
H A D | bcmsysport.c | 254 STAT_MIB_RX("rx_ppp", mib.rx.ppp),
|
/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.h | 110 u32 ppp; /* RO # of PPP pkt */ member
|
H A D | bcmgenet.c | 1069 STAT_GENET_MIB_RX("rx_ppp", mib.rx.ppp),
|
/linux/drivers/net/ |
H A D | Kconfig | 535 information on how to use this module, as it needs special ppp 559 source "drivers/net/ppp/Kconfig"
|
/linux/tools/perf/Documentation/ |
H A D | perf-list.txt | 93 ibs_op//p, ibs_op//pp and ibs_op//ppp are all same). The precise modifier
|
/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 292 't' 00-7F linux/ppp-ioctl.h
|
/linux/Documentation/arch/m68k/ |
H A D | kernel-options.rst | 256 The non-ethernet drivers (sl, ppp, dummy, lo) obviously ignore the
|