Home
last modified time | relevance | path

Searched refs:syncppp (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ppp/
Dppp_synctty.c56 struct syncppp { struct
93 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *); argument
98 static int ppp_sync_push(struct syncppp *ap);
99 static void ppp_sync_flush_output(struct syncppp *ap);
100 static void ppp_sync_input(struct syncppp *ap, const unsigned char *buf,
138 static struct syncppp *sp_get(struct tty_struct *tty) in sp_get()
140 struct syncppp *ap; in sp_get()
150 static void sp_put(struct syncppp *ap) in sp_put()
162 struct syncppp *ap; in ppp_sync_open()
220 struct syncppp *ap; in ppp_sync_close()
[all …]
/Linux-v4.19/Documentation/isdn/
DREADME.syncppp21 name to enable sync PPP encapsulation is 'syncppp' .. e.g:
23 /sbin/isdnctrl encap ippp0 syncppp
45 Check the etc/rc.isdn.syncppp in the isdn4kernel-util package
51 'addlink' option of the isdnctrl tool. (rc.isdn.syncppp.MPPP is
D00-INDEX37 README.syncppp
DsyncPPP.FAQ40 of isdn4linux with the 'syncppp' encapsulation
54 isdnctrl encap ippp0 syncppp
DREADME492 syncppp Synchronous PPP
/Linux-v4.19/drivers/isdn/i4l/
DKconfig19 feature. See <file:Documentation/isdn/README.syncppp> and
35 <file:Documentation/isdn/README.syncppp> for more information.
/Linux-v4.19/
DCREDITS1850 D: Port of the syncppp.c from the 2.0 to the 2.1 kernel.