Lines Matching refs:_IOR
86 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
88 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
90 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
91 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
93 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */
96 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm) /* get extended ACCM */
104 #define PPPIOCGDEBUG _IOR('t', 65, int) /* Read debug level */
106 #define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */
107 #define PPPIOCGIDLE32 _IOR('t', 63, struct ppp_idle32) /* 32-bit times */
108 #define PPPIOCGIDLE64 _IOR('t', 63, struct ppp_idle64) /* 64-bit times */
116 #define PPPIOCGCHAN _IOR('t', 55, int) /* get ppp channel number */
117 #define PPPIOCGL2TPSTATS _IOR('t', 54, struct pppol2tp_ioc_stats)