Home
last modified time | relevance | path

Searched refs:MPPC_Compress (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dmppc.h59 extern int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history,…
H A Dmppcc.c146 int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int fl… in MPPC_Compress() function
/f-stack/freebsd/netgraph/
H A Dng_mppc.c542 rtn = MPPC_Compress(&source, &dest, &sourceCnt, in ng_mppc_compress()