HomeSort by: relevance | last modified time | path
    Searched refs:DECOMP_ERROR (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
ppp-comp.h 112 #define DECOMP_ERROR 1 /* error detected before decomp. */
ppp-deflate.c 448 * Because of patent problems, we return DECOMP_ERROR for errors
451 * be being detected "after" decompression. For DECOMP_ERROR,
478 return DECOMP_ERROR;
492 return DECOMP_ERROR;
499 return DECOMP_ERROR;
576 return DECOMP_ERROR;
586 return DECOMP_ERROR;
bsd-comp.c 780 * Because of patent problems, we return DECOMP_ERROR for errors
783 * be being detected "after" decompression. For DECOMP_ERROR,
825 return DECOMP_ERROR;
841 return DECOMP_ERROR;
850 return DECOMP_ERROR;
963 return DECOMP_ERROR;
973 return DECOMP_ERROR;
if_ppp.c 1514 if (rv == DECOMP_ERROR)

Completed in 15 milliseconds