Home | History | Annotate | Download | only in pppd

Lines Matching full:asyncmap

1228 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp)
1235 if (ioctl(ppp_fd, PPPIOCSASYNCMAP, (caddr_t) &asyncmap) < 0) {
1268 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp)
1287 if (ioctl(ppp_fd, PPPIOCSRASYNCMAP, (caddr_t) &asyncmap) < 0) {
1289 error("Couldn't set channel receive asyncmap: %m");