Lines Matching refs:_PPPIO
38 #define _PPPIO(n) (('p' << 8) + (n)) macro
40 #define PPPIO_NEWPPA _PPPIO(130) /* allocate a new PPP unit */
41 #define PPPIO_GETSTAT _PPPIO(131) /* get PPP statistics */
42 #define PPPIO_GETCSTAT _PPPIO(132) /* get PPP compression stats */
43 #define PPPIO_MTU _PPPIO(133) /* set max transmission unit */
44 #define PPPIO_MRU _PPPIO(134) /* set max receive unit */
45 #define PPPIO_CFLAGS _PPPIO(135) /* set/clear/get compression flags */
46 #define PPPIO_XCOMP _PPPIO(136) /* alloc transmit compressor */
47 #define PPPIO_RCOMP _PPPIO(137) /* alloc receive decompressor */
48 #define PPPIO_XACCM _PPPIO(138) /* set transmit asyncmap */
49 #define PPPIO_RACCM _PPPIO(139) /* set receive asyncmap */
50 #define PPPIO_VJINIT _PPPIO(140) /* initialize VJ comp/decomp */
51 #define PPPIO_ATTACH _PPPIO(141) /* attach to a ppa (without putmsg) */
52 #define PPPIO_LASTMOD _PPPIO(142) /* mark last ppp module */
53 #define PPPIO_GCLEAN _PPPIO(143) /* get 8-bit-clean flags */
54 #define PPPIO_DEBUG _PPPIO(144) /* request debug information */
55 #define PPPIO_BIND _PPPIO(145) /* bind to SAP */
56 #define PPPIO_NPMODE _PPPIO(146) /* set mode for handling data pkts */
57 #define PPPIO_GIDLE _PPPIO(147) /* get time since last data pkt */
58 #define PPPIO_PASSFILT _PPPIO(148) /* set filter for packets to pass */
59 #define PPPIO_ACTIVEFILT _PPPIO(149) /* set filter for "link active" pkts */