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

  /src/sys/net/
ppp_defs.h 153 struct compstat { struct
164 struct compstat c; /* packet compression statistics */
165 struct compstat d; /* packet decompression statistics */
ppp-comp.h 81 void (*comp_stat)(void *, struct compstat *);
96 void (*decomp_stat)(void *, struct compstat *);
ppp-deflate.c 71 struct compstat stats;
93 static void z_comp_stats(void *state, struct compstat *stats);
350 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 13 milliseconds