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

/freebsd-12-stable/sys/net/
H A Dmppc.h59 extern int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags, int undef);
60 extern int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags);
H A Dmppcd.c106 int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags) argument
270 if (len <= *dstCnt) {
281 *dstCnt -= len;
H A Dmppcc.c146 int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags, int undef) argument
162 if (*dstCnt < (*srcCnt * 9 / 8 + 2)) {
297 *dstCnt -= olen;

Completed in 56 milliseconds