Lines Matching refs:_IOW
86 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */
88 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
91 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
93 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */
94 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */
96 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */
98 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data)
100 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
101 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */
102 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
104 #define PPPIOCSDEBUG _IOW('t', 64, int) /* Set debug level */
107 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */
108 #define PPPIOCDETACH _IOW('t', 60, int) /* detach from ppp unit/chan */
109 #define PPPIOCSMRRU _IOW('t', 59, int) /* set multilink MRU */
110 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */
112 #define PPPIOCATTCHAN _IOW('t', 56, int) /* attach to ppp channel */