compressor
static struct compressor ppp_bsd_compress = {
ppp_compressor_rele(struct compressor *cp)
static struct compressor *
struct compressor *cp;
static struct compressor *
struct compressor *cp = NULL;
ppp_register_compressor(struct compressor *pc, size_t ncomp)
ppp_unregister_compressor(struct compressor *pc, size_t ncomp)
static LIST_HEAD(, compressor) ppp_compressors = { NULL };
static struct compressor *ppp_get_compressor(uint8_t);
static void ppp_compressor_rele(struct compressor *);
struct compressor *cp;
struct compressor;
int ppp_register_compressor(struct compressor *, size_t);
int ppp_unregister_compressor(struct compressor *, size_t);
struct compressor *sc_xcomp; /* transmit compressor */
struct compressor *sc_rcomp; /* receive decompressor */
LIST_ENTRY(compressor) comp_list;
static struct compressor ppp_deflate[2] = { {
static struct compressor compress[] =