Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ppp/
Dppp_synctty.c55 struct syncppp { struct
92 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *); argument
97 static int ppp_sync_push(struct syncppp *ap);
98 static void ppp_sync_flush_output(struct syncppp *ap);
99 static void ppp_sync_input(struct syncppp *ap, const unsigned char *buf,
137 static struct syncppp *sp_get(struct tty_struct *tty) in sp_get()
139 struct syncppp *ap; in sp_get()
149 static void sp_put(struct syncppp *ap) in sp_put()
161 struct syncppp *ap; in ppp_sync_open()
219 struct syncppp *ap; in ppp_sync_close()
[all …]
/linux-4.1.27/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-INDEX45 README.syncppp
DsyncPPP.FAQ40 of isdn4linux with the 'syncppp' encapsulation
54 isdnctrl encap ippp0 syncppp
DREADME.sc220 "encap" to syncppp. With this done, the rest of the steps, iv) to x)
246 iv) set the packet encapsulation to syncppp
DREADME492 syncppp Synchronous PPP
/linux-4.1.27/drivers/isdn/i4l/
DKconfig19 feature. See <file:Documentation/isdn/README.syncppp> and
35 <file:Documentation/isdn/README.syncppp> for more information.
/linux-4.1.27/
DCREDITS1822 D: Port of the syncppp.c from the 2.0 to the 2.1 kernel.