Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dmppcd.c110 int rtn = MPPC_OK; in MPPC_Decompress()
129 rtn &= ~MPPC_OK; in MPPC_Decompress()
145 rtn &= ~MPPC_OK; in MPPC_Decompress()
168 rtn &= ~MPPC_OK; in MPPC_Decompress()
172 rtn &= ~MPPC_OK; in MPPC_Decompress()
234 rtn &= ~MPPC_OK; in MPPC_Decompress()
255 rtn &= ~MPPC_OK; in MPPC_Decompress()
H A Dmppcc.c149 int rtn = MPPC_OK; in MPPC_Compress()
161 rtn &= ~MPPC_OK; in MPPC_Compress()
167 rtn &= ~MPPC_OK; in MPPC_Compress()
234 rtn &= ~MPPC_OK; in MPPC_Compress()
264 rtn &= ~MPPC_OK; in MPPC_Compress()
H A Dmppc.h46 #define MPPC_OK 5 macro