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

  /src/sys/net/
ppp-comp.h 148 #define CILEN_BSD_COMPRESS 3 /* length of config. option */
bsd-comp.c 309 if (opt_len < CILEN_BSD_COMPRESS || options[0] != CI_BSD_COMPRESS
310 || options[1] != CILEN_BSD_COMPRESS
399 if (opt_len < CILEN_BSD_COMPRESS || options[0] != CI_BSD_COMPRESS
400 || options[1] != CILEN_BSD_COMPRESS

Completed in 14 milliseconds