Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c55 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
57 &ccp_allowoptions[0].bsd_compress },
58 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
60 &ccp_allowoptions[0].bsd_compress },
168 #define ANY_COMPRESS(opt) ((opt).deflate || (opt).bsd_compress \
220 ccp_wantoptions[0].bsd_compress = 1;
223 ccp_wantoptions[0].bsd_compress = 0;
225 ccp_allowoptions[0].bsd_compress = 1;
228 ccp_allowoptions[0].bsd_compress = 0;
327 ccp_wantoptions[0].bsd_compress = 1;
[all …]
H A Dccp.h31 bool bsd_compress; /* do BSD Compress? */ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c156 static int bsd_compress(void *state, mblk_t **mret,
173 bsd_compress, /* compress */
553 bsd_compress(void *state, mblk_t **mretp, mblk_t *mp, int slen, int maxolen) in bsd_compress() function