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 107 #define DECOMP_ERROR 1 /* error detected before decomp. */
ppp-deflate.c 443 * Because of patent problems, we return DECOMP_ERROR for errors
446 * be being detected "after" decompression. For DECOMP_ERROR,
473 return DECOMP_ERROR;
487 return DECOMP_ERROR;
494 return DECOMP_ERROR;
571 return DECOMP_ERROR;
581 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 19 milliseconds