HomeSort by: relevance | last modified time | path
    Searched refs:compstat (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
ppp_defs.h 148 struct compstat { struct
159 struct compstat c; /* packet compression statistics */
160 struct compstat d; /* packet decompression statistics */
ppp-comp.h 76 void (*comp_stat)(void *, struct compstat *);
91 void (*decomp_stat)(void *, struct compstat *);
ppp-deflate.c 66 struct compstat stats;
88 static void z_comp_stats(void *state, struct compstat *stats);
345 z_comp_stats(void *arg, struct compstat *stats)
bsd-comp.c 146 static void bsd_comp_stats(void *state, struct compstat *stats);
265 bsd_comp_stats(void *state, struct compstat *stats)

Completed in 15 milliseconds