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