Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c538 opt_buf[1] = CILEN_BSD_COMPRESS;
540 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
586 return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
640 p[1] = CILEN_BSD_COMPRESS;
643 p += CILEN_BSD_COMPRESS; /* not the first option */
646 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
648 p += CILEN_BSD_COMPRESS;
726 if (len < CILEN_BSD_COMPRESS
727 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
733 p += CILEN_BSD_COMPRESS;
[all …]
/illumos-gate/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
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h140 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c480 if (db->hsize == 0 || opt_len < CILEN_BSD_COMPRESS || in bsd_init()
482 options[1] != CILEN_BSD_COMPRESS || in bsd_init()