Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c542 opt_buf[1] = CILEN_BSD_COMPRESS;
544 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
590 return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
644 p[1] = CILEN_BSD_COMPRESS;
647 p += CILEN_BSD_COMPRESS; /* not the first option */
650 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
652 p += CILEN_BSD_COMPRESS;
730 if (len < CILEN_BSD_COMPRESS
731 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
737 p += CILEN_BSD_COMPRESS;
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h115 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
H A Dbsd-comp.c384 if (opt_len < CILEN_BSD_COMPRESS
385 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
/titanic_41/usr/src/uts/common/net/
H A Dppp-comp.h142 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c482 if (db->hsize == 0 || opt_len < CILEN_BSD_COMPRESS || in bsd_init()
484 options[1] != CILEN_BSD_COMPRESS || in bsd_init()