Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dmppcc.c50 struct MPPC_comp_state { struct
135 return (sizeof(struct MPPC_comp_state)); in MPPC_SizeOfCompressionHistory()
140 struct MPPC_comp_state *state = (struct MPPC_comp_state*)history; in MPPC_InitCompressionHistory()
142 bzero(history, sizeof(struct MPPC_comp_state)); in MPPC_InitCompressionHistory()
148 struct MPPC_comp_state *state = (struct MPPC_comp_state*)history; in MPPC_Compress()
290 bzero(history, sizeof(struct MPPC_comp_state)); in MPPC_Compress()