Searched refs:PPPIOCGIDLE (Results 1 – 9 of 9) sorted by relevance
137 #define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */ macro
210 case IOCTL_NR(PPPIOCGIDLE): in sys32_ioctl()
381 * PPPIOCGIDLE returns the time, in seconds, since the last data
601 case PPPIOCGIDLE: in ppp_ioctl()
519 case PPPIOCGIDLE: /* get idle time information */ in isdn_ppp_ioctl()
1067 kcmd = PPPIOCGIDLE; in ppp_ioctl_trans()
1606 kcmd = PPPIOCGIDLE; in ppp_ioctl_trans()
1502 kcmd = PPPIOCGIDLE; in ppp_ioctl_trans()
1668 err = sys_ioctl(fd, PPPIOCGIDLE, (unsigned long) idle); in ppp_gidle()