Searched refs:_PPPIO (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/net/
H A Dpppio.h38 #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(13
[all...]

Completed in 38 milliseconds