Searched refs:PPPIOCSXASYNCMAP (Results 1 – 5 of 5) sorted by relevance
126 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */ macro
97 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */ macro
638 unsigned IOCTL_PPPIOCSXASYNCMAP = PPPIOCSXASYNCMAP;
214 _(PPPIOCSXASYNCMAP, READ, sizeof(int) * 8);
1256 if (ioctl(ppp_fd, PPPIOCSXASYNCMAP, accm) < 0 && errno != ENOTTY) { in tty_set_xaccm()