Lines Matching defs:ap
138 struct asyncppp *ap; in ap_get() local
148 static void ap_put(struct asyncppp *ap) in ap_put()
161 struct asyncppp *ap; in ppp_asynctty_open() local
221 struct asyncppp *ap; in ppp_asynctty_close() local
291 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_ioctl() local
348 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_receive() local
365 struct asyncppp *ap = ap_get(tty); in ppp_asynctty_wakeup() local
409 struct asyncppp *ap = chan->private; in ppp_async_ioctl() local
497 struct asyncppp *ap = (struct asyncppp *) arg; in ppp_async_process() local
524 #define PUT_BYTE(ap, buf, c, islcp) do { \ argument
533 ppp_async_encode(struct asyncppp *ap) in ppp_async_encode()
634 struct asyncppp *ap = chan->private; in ppp_async_send() local
651 ppp_async_push(struct asyncppp *ap) in ppp_async_push()
731 ppp_async_flush_output(struct asyncppp *ap) in ppp_async_flush_output()
754 scan_ordinary(struct asyncppp *ap, const unsigned char *buf, int count) in scan_ordinary()
769 process_input_packet(struct asyncppp *ap) in process_input_packet()
835 ppp_async_input(struct asyncppp *ap, const unsigned char *buf, in ppp_async_input()
955 static void async_lcp_peek(struct asyncppp *ap, unsigned char *data, in async_lcp_peek()