Lines Matching refs:_IOW
87 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */
89 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
92 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
94 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */
95 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */
97 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */
99 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data)
101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
102 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */
103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
105 #define PPPIOCSDEBUG _IOW('t', 64, int) /* Set debug level */
108 #define PPPIOCATTACH _IOW('t', 61, int) /* attach to ppp unit */
109 #define PPPIOCDETACH _IOW('t', 60, int) /* obsolete, do not use */
110 #define PPPIOCSMRRU _IOW('t', 59, int) /* set multilink MRU */
111 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */
113 #define PPPIOCATTCHAN _IOW('t', 56, int) /* attach to ppp channel */