Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dmppcd.c46 struct MPPC_decomp_state { struct
93 return (sizeof(struct MPPC_decomp_state)); in MPPC_SizeOfDecompressionHistory()
98 struct MPPC_decomp_state *state = (struct MPPC_decomp_state*)history; in MPPC_InitDecompressionHistory()
100 bzero(history, sizeof(struct MPPC_decomp_state)); in MPPC_InitDecompressionHistory()
106 struct MPPC_decomp_state *state = (struct MPPC_decomp_state*)history; in MPPC_Decompress()