Searched refs:PPPIOCSASYNCMAP (Results 1 – 3 of 3) sorted by relevance
118 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ macro
123 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ macro
1201 if (ioctl(ppp_fd, PPPIOCSASYNCMAP, (caddr_t) &asyncmap) < 0) { in tty_send_config()