Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dmppc.h58 extern int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *histor…
H A Dmppcd.c104 int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int … in MPPC_Decompress() function
/freebsd/sys/netgraph/
H A Dng_mppc.c802 rtn = MPPC_Decompress(&source, &dest, in ng_mppc_decompress()