Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ !
Dppp_synctty.c54 struct syncppp { struct
91 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *); argument
96 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 …]
/linux-2.6.39/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-2.6.39/drivers/isdn/i4l/ !
DKconfig19 feature. See <file:Documentation/isdn/README.syncppp> and
35 <file:Documentation/isdn/README.syncppp> for more information.
/linux-2.6.39/ !
DCREDITS1752 D: Port of the syncppp.c from the 2.0 to the 2.1 kernel.