Searched refs:syncppp (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ppp/
H A Dppp_synctty.c55 struct syncppp { struct
92 static struct sk_buff* ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *);
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) sp_get()
139 struct syncppp *ap; sp_get()
149 static void sp_put(struct syncppp *ap) sp_put()
161 struct syncppp *ap; ppp_sync_open()
173 /* initialize the syncppp structure */ ppp_sync_open()
213 * the syncppp struct. This routine must be called from
219 struct syncppp *ap; ppp_sync_close()
283 struct syncppp *ap = sp_get(tty); ppp_synctty_ioctl()
340 struct syncppp *ap = sp_get(tty); ppp_sync_receive()
357 struct syncppp *ap = sp_get(tty); ppp_sync_wakeup()
401 struct syncppp *ap = chan->private; ppp_sync_ioctl()
488 struct syncppp *ap = (struct syncppp *) arg; ppp_sync_process()
512 ppp_sync_txmunge(struct syncppp *ap, struct sk_buff *skb) ppp_sync_txmunge()
571 struct syncppp *ap = chan->private; ppp_sync_send()
591 ppp_sync_push(struct syncppp *ap) ppp_sync_push()
643 ppp_sync_flush_output(struct syncppp *ap) ppp_sync_flush_output()
670 ppp_sync_input(struct syncppp *ap, const unsigned char *buf, ppp_sync_input()
/linux-4.1.27/drivers/net/wan/
H A Dhdlc_cisco.c191 case CISCO_ADDR_REQ: /* Stolen from syncppp.c :-) */ cisco_rx()
H A Dcosa.c74 * The Sync PPP/Cisco HDLC layer (syncppp.c) ported to Linux by Alan Cox
/linux-4.1.27/drivers/tty/
H A Dsynclink.c35 * Added interface for syncppp.c driver (an alternate synchronous PPP

Completed in 284 milliseconds