Lines Matching refs:_PPPIO

42 #define	_PPPIO(n)	(('p' << 8) + (n))
44 #define PPPIO_NEWPPA _PPPIO(130) /* allocate a new PPP unit */
45 #define PPPIO_GETSTAT _PPPIO(131) /* get PPP statistics */
46 #define PPPIO_GETCSTAT _PPPIO(132) /* get PPP compression stats */
47 #define PPPIO_MTU _PPPIO(133) /* set max transmission unit */
48 #define PPPIO_MRU _PPPIO(134) /* set max receive unit */
49 #define PPPIO_CFLAGS _PPPIO(135) /* set/clear/get compression flags */
50 #define PPPIO_XCOMP _PPPIO(136) /* alloc transmit compressor */
51 #define PPPIO_RCOMP _PPPIO(137) /* alloc receive decompressor */
52 #define PPPIO_XACCM _PPPIO(138) /* set transmit asyncmap */
53 #define PPPIO_RACCM _PPPIO(139) /* set receive asyncmap */
54 #define PPPIO_VJINIT _PPPIO(140) /* initialize VJ comp/decomp */
55 #define PPPIO_ATTACH _PPPIO(141) /* attach to a ppa (without putmsg) */
56 #define PPPIO_LASTMOD _PPPIO(142) /* mark last ppp module */
57 #define PPPIO_GCLEAN _PPPIO(143) /* get 8-bit-clean flags */
58 #define PPPIO_DEBUG _PPPIO(144) /* request debug information */
59 #define PPPIO_BIND _PPPIO(145) /* bind to SAP */
60 #define PPPIO_NPMODE _PPPIO(146) /* set mode for handling data pkts */
61 #define PPPIO_GIDLE _PPPIO(147) /* get time since last data pkt */
62 #define PPPIO_PASSFILT _PPPIO(148) /* set filter for packets to pass */
63 #define PPPIO_ACTIVEFILT _PPPIO(149) /* set filter for "link active" pkts */
64 #define PPPIO_USETIMESTAMP _PPPIO(150) /* enable packet time-stamp */
65 #define PPPIO_DETACH _PPPIO(151) /* detach from a ppa (w/o putmsg ) */
66 #define PPPIO_XFCS _PPPIO(152) /* set transmit FCS type */
67 #define PPPIO_RFCS _PPPIO(153) /* set receive FCS type */
68 #define PPPIO_COMPLEV _PPPIO(154) /* set compression effort level */
69 #define PPPIO_GTYPE _PPPIO(155) /* get existing driver type */
70 #define PPPIO_MUX _PPPIO(156) /* multiplexed frame */
71 #define PPPIO_GETSTAT64 _PPPIO(157) /* get PPP 64-bit statistics */
72 #define PPPIO_BLOCKNP _PPPIO(158) /* block pkts with proto np in kernel */
73 #define PPPIO_UNBLOCKNP _PPPIO(159) /* unblock pkts with proto np */