Searched refs:syncppp (Results 1 – 7 of 7) sorted by relevance
56 struct syncppp { struct93 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *); argument98 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 …]
21 name to enable sync PPP encapsulation is 'syncppp' .. e.g:23 /sbin/isdnctrl encap ippp0 syncppp45 Check the etc/rc.isdn.syncppp in the isdn4kernel-util package51 'addlink' option of the isdnctrl tool. (rc.isdn.syncppp.MPPP is
37 README.syncppp
40 of isdn4linux with the 'syncppp' encapsulation54 isdnctrl encap ippp0 syncppp
492 syncppp Synchronous PPP
19 feature. See <file:Documentation/isdn/README.syncppp> and35 <file:Documentation/isdn/README.syncppp> for more information.
1850 D: Port of the syncppp.c from the 2.0 to the 2.1 kernel.