Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dmppcc.c48 struct MPPC_comp_state { struct
133 return (sizeof(struct MPPC_comp_state)); in MPPC_SizeOfCompressionHistory()
138 struct MPPC_comp_state *state = (struct MPPC_comp_state*)history; in MPPC_InitCompressionHistory()
140 bzero(history, sizeof(struct MPPC_comp_state)); in MPPC_InitCompressionHistory()
146 struct MPPC_comp_state *state = (struct MPPC_comp_state*)history; in MPPC_Compress()
288 bzero(history, sizeof(struct MPPC_comp_state)); in MPPC_Compress()