Home
last modified time | relevance | path

Searched refs:CI_BSD_COMPRESS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c537 opt_buf[0] = CI_BSD_COMPRESS;
639 p[0] = CI_BSD_COMPRESS;
727 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
823 p[0] == CI_BSD_COMPRESS) {
891 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
1024 case CI_BSD_COMPRESS:
1185 case CI_BSD_COMPRESS:
1326 case CI_BSD_COMPRESS:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h114 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ macro
H A Dbsd-comp.c143 CI_BSD_COMPRESS, /* compress_proto */
295 if (opt_len != 3 || options[0] != CI_BSD_COMPRESS || options[1] != 3
385 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h139 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c168 CI_BSD_COMPRESS, /* compress_proto */
356 options[0] != CI_BSD_COMPRESS || in bsd_alloc()
481 options[0] != CI_BSD_COMPRESS || in bsd_init()