Searched refs:syncppp (Results 1 – 8 of 8) sorted by relevance
54 struct syncppp { struct91 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *); argument96 static int ppp_sync_push(struct syncppp *ap);97 static void ppp_sync_flush_output(struct syncppp *ap);98 static void ppp_sync_input(struct syncppp *ap, const unsigned char *buf,185 static struct syncppp *sp_get(struct tty_struct *tty) in sp_get()187 struct syncppp *ap; in sp_get()197 static void sp_put(struct syncppp *ap) in sp_put()209 struct syncppp *ap; in ppp_sync_open()267 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
45 README.syncppp
40 of isdn4linux with the 'syncppp' encapsulation54 isdnctrl encap ippp0 syncppp
220 "encap" to syncppp. With this done, the rest of the steps, iv) to x) 246 iv) set the packet encapsulation to syncppp
492 syncppp Synchronous PPP
19 feature. See <file:Documentation/isdn/README.syncppp> and35 <file:Documentation/isdn/README.syncppp> for more information.
1752 D: Port of the syncppp.c from the 2.0 to the 2.1 kernel.