Home | History | Annotate | Download | only in net

Lines Matching full:ppp

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 */
52 #define PPPIO_LASTMOD _PPPIO(142) /* mark last ppp module */
66 #define COMP_PROT 0x4 /* compress PPP protocol */
67 #define DECOMP_PROT 0x8 /* decompress PPP protocol */
91 * PPP modules.
97 #define PPPCTL_UNIT 0xe4 /* note PPP unit number [down] */
104 #define PPPDBG_DRIVER 0 /* identifies ppp driver as target */
105 #define PPPDBG_IF 1 /* identifies ppp network i/f target */
106 #define PPPDBG_COMP 2 /* identifies ppp compression target */
107 #define PPPDBG_AHDLC 3 /* identifies ppp async hdlc target */