Home | History | Annotate | Download | only in pppd

Lines Matching refs:asyncmap

1194 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp)
1201 if (ioctl(ppp_fd, PPPIOCSASYNCMAP, (caddr_t) &asyncmap) < 0) {
1234 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp)
1253 if (ioctl(ppp_fd, PPPIOCSRASYNCMAP, (caddr_t) &asyncmap) < 0) {
1255 error("Couldn't set channel receive asyncmap: %m");