MCPcopy Create free account
hub / github.com/F-Stack/f-stack / MPPC_SizeOfDecompressionHistory

Function MPPC_SizeOfDecompressionHistory

freebsd/net/mppcd.c:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93size_t MPPC_SizeOfDecompressionHistory(void)
94{
95 return (sizeof(struct MPPC_decomp_state));
96}
97
98void MPPC_InitDecompressionHistory(char *history)
99{

Callers 1

ng_mppc_rcvmsgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected