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