Home
last modified time | relevance | path

Searched refs:bsd_compress (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c59 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
61 &ccp_allowoptions[0].bsd_compress },
62 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
64 &ccp_allowoptions[0].bsd_compress },
172 #define ANY_COMPRESS(opt) ((opt).deflate || (opt).bsd_compress \
224 ccp_wantoptions[0].bsd_compress = 1;
227 ccp_wantoptions[0].bsd_compress = 0;
229 ccp_allowoptions[0].bsd_compress = 1;
232 ccp_allowoptions[0].bsd_compress = 0;
331 ccp_wantoptions[0].bsd_compress = 1;
[all …]
H A Dccp.h33 bool bsd_compress; /* do BSD Compress? */ member
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c158 static int bsd_compress(void *state, mblk_t **mret,
175 bsd_compress, /* compress */
555 bsd_compress(void *state, mblk_t **mretp, mblk_t *mp, int slen, int maxolen) in bsd_compress() function