|
Linux Kernel
3.7.1
|
#include <uapi/linux/ppp-comp.h>Go to the source code of this file.
Data Structures | |
| struct | compressor |
Macros | |
| #define | DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */ |
| #define | DO_DEFLATE 1 /* by default, include Deflate */ |
| #define | DO_PREDICTOR_1 0 |
| #define | DO_PREDICTOR_2 0 |
| #define | DECOMP_ERROR -1 /* error detected before decomp. */ |
| #define | DECOMP_FATALERROR -2 /* error detected after decomp. */ |
Functions | |
| int | ppp_register_compressor (struct compressor *) |
| void | ppp_unregister_compressor (struct compressor *) |
| #define DECOMP_ERROR -1 /* error detected before decomp. */ |
Definition at line 101 of file ppp-comp.h.
Definition at line 102 of file ppp-comp.h.
| #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */ |
Definition at line 24 of file ppp-comp.h.
| #define DO_DEFLATE 1 /* by default, include Deflate */ |
Definition at line 27 of file ppp-comp.h.
| #define DO_PREDICTOR_1 0 |
Definition at line 29 of file ppp-comp.h.
| #define DO_PREDICTOR_2 0 |
Definition at line 30 of file ppp-comp.h.
| int ppp_register_compressor | ( | struct compressor * | ) |
Definition at line 2548 of file ppp_generic.c.
| void ppp_unregister_compressor | ( | struct compressor * | ) |
Definition at line 2570 of file ppp_generic.c.
1.8.2