Lines Matching refs:_IOW
118 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */
120 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
123 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
125 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */
126 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */
128 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */
130 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data)
132 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
133 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */
134 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
136 #define PPPIOCSDEBUG _IOW('t', 64, int) /* Set debug level */
139 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */
140 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */
141 #define PPPIOCSMRRU _IOW('t', 59, int) /* set multilink MRU */
142 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */
144 #define PPPIOCATTCHAN _IOW('t', 56, int) /* attach to ppp channel */