Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dmppcd.c112 int rtn = MPPC_OK; in MPPC_Decompress()
131 rtn &= ~MPPC_OK; in MPPC_Decompress()
147 rtn &= ~MPPC_OK; in MPPC_Decompress()
170 rtn &= ~MPPC_OK; in MPPC_Decompress()
174 rtn &= ~MPPC_OK; in MPPC_Decompress()
236 rtn &= ~MPPC_OK; in MPPC_Decompress()
257 rtn &= ~MPPC_OK; in MPPC_Decompress()
H A Dmppcc.c151 int rtn = MPPC_OK; in MPPC_Compress()
163 rtn &= ~MPPC_OK; in MPPC_Compress()
169 rtn &= ~MPPC_OK; in MPPC_Compress()
236 rtn &= ~MPPC_OK; in MPPC_Compress()
266 rtn &= ~MPPC_OK; in MPPC_Compress()
H A Dmppc.h48 #define MPPC_OK 5 macro