Home
last modified time | relevance | path

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

12

/linux/drivers/net/ppp/
A Dppp_generic.c396 struct ppp *ppp; in ppp_release() local
696 struct ppp *ppp; in ppp_ioctl() local
1027 struct ppp *ppp; in ppp_unattached_ioctl() local
1119 struct ppp *ppp; in ppp_exit_net() local
1532 struct ppp *ppp; in ppp_dev_init() local
1567 struct ppp *ppp; in ppp_dev_priv_destructor() local
2136 struct ppp *ppp; in __ppp_channel_push() local
2155 ppp = pch->ppp; in __ppp_channel_push()
3312 struct ppp *ppp; in ppp_create_interface() local
3478 pch->ppp = ppp; in ppp_connect_channel()
[all …]
/linux/drivers/net/wan/
A Dhdlc_ppp.c72 struct ppp { struct
112 struct ppp *ppp = get_ppp(dev); in get_proto() local
303 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local
325 ppp->term_retries : ppp->cr_retries; in ppp_cp_event()
437 struct ppp *ppp = get_ppp(dev); in ppp_rx() local
565 struct ppp *ppp = get_ppp(proto->dev); in ppp_timer() local
602 ppp->echo_id = ++ppp->seq; in ppp_timer()
617 struct ppp *ppp = get_ppp(dev); in ppp_start() local
661 struct ppp *ppp; in ppp_ioctl() local
689 ppp = get_ppp(dev); in ppp_ioctl()
[all …]
/linux/drivers/net/
A DMakefile57 obj-$(CONFIG_PPP) += ppp/
58 obj-$(CONFIG_PPP_ASYNC) += ppp/
59 obj-$(CONFIG_PPP_BSDCOMP) += ppp/
60 obj-$(CONFIG_PPP_DEFLATE) += ppp/
61 obj-$(CONFIG_PPP_MPPE) += ppp/
62 obj-$(CONFIG_PPP_SYNC_TTY) += ppp/
63 obj-$(CONFIG_PPPOE) += ppp/
64 obj-$(CONFIG_PPPOL2TP) += ppp/
65 obj-$(CONFIG_PPTP) += ppp/
A DKconfig491 information on how to use this module, as it needs special ppp
511 source "drivers/net/ppp/Kconfig"
/linux/arch/powerpc/platforms/powermac/
A Dbootx_init.c94 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/Documentation/networking/device_drivers/cable/
A Dsb1000.rst26 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/
A Dppp_generic.rst19 * 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 …]
A Dgeneric-hdlc.rst102 * ppp - sets synchronous PPP mode
/linux/fs/freevxfs/
A Dvxfs_lookup.c81 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/include/linux/
A Dppp_channel.h41 void *ppp; /* opaque to channel */ member
/linux/Documentation/process/
A Dchanges.rst292 If you are not using udev, you must have the device file /dev/ppp
295 mknod /dev/ppp c 108 0
467 - <https://download.samba.org/pub/ppp/>
468 - <https://git.ozlabs.org/?p=ppp.git>
469 - <https://github.com/paulusmack/ppp/>
A Dmagic-number.rst81 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
/linux/Documentation/translations/it_IT/process/
A Dchanges.rst289 Se non usate udev, dovete avere un file /dev/ppp che può essere creato da root
292 mknod /dev/ppp c 108 0
464 - <https://download.samba.org/pub/ppp/>
465 - <https://git.ozlabs.org/?p=ppp.git>
466 - <https://github.com/paulusmack/ppp/>
A Dmagic-number.rst87 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
/linux/Documentation/
A DChanges292 If you are not using udev, you must have the device file /dev/ppp
295 mknod /dev/ppp c 108 0
467 - <https://download.samba.org/pub/ppp/>
468 - <https://git.ozlabs.org/?p=ppp.git>
469 - <https://github.com/paulusmack/ppp/>
/linux/drivers/net/ethernet/intel/ice/
A Dice_fdir.h138 u8 ppp:1, member
/linux/net/atm/
A Dpppoatm.c204 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push()
/linux/Documentation/driver-api/serial/
A Dn_gsm.rst81 - to use ppp to establish a datalink on ttygsm2
/linux/Documentation/translations/zh_CN/process/
A Dmagic-number.rst70 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
/linux/Documentation/translations/zh_TW/process/
A Dmagic-number.rst73 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
/linux/drivers/net/ethernet/broadcom/genet/
A Dbcmgenet.h110 u32 ppp; /* RO # of PPP pkt */ member
/linux/drivers/net/ethernet/broadcom/
A Dbcmsysport.h529 u32 ppp; /* RO # of PPP pkt */ member
/linux/Documentation/usb/
A Dacm.rst66 minicom, ppp and mgetty with them.
A Dusb-serial.rst113 which one may run ppp and establish a TCP/IP link to the PDA. Once this
/linux/Documentation/userspace-api/ioctl/
A Dioctl-number.rst282 't' 00-7F linux/ppp-ioctl.h

Completed in 68 milliseconds

12