Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dmppc.h57 extern int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history,…
H A Dmppcc.c144 int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int fl… in MPPC_Compress() function
/freebsd/sys/netgraph/
H A Dng_mppc.c541 rtn = MPPC_Compress(&source, &dest, &sourceCnt, in ng_mppc_compress()