Home
last modified time | relevance | path

Searched refs:PPPIOCSASYNCMAP (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/include/net/
Dif_ppp.h118 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h89 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc633 unsigned IOCTL_PPPIOCSASYNCMAP = PPPIOCSASYNCMAP;
Dsanitizer_common_interceptors_ioctl.inc209 _(PPPIOCSASYNCMAP, READ, sizeof(int));
/external/ppp/pppd/
Dsys-linux.c1235 if (ioctl(ppp_fd, PPPIOCSASYNCMAP, (caddr_t) &asyncmap) < 0) { in tty_send_config()