Searched refs:bsd_compress (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ccp.c | 55 { "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 D | ccp.h | 31 bool bsd_compress; /* do BSD Compress? */ member
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 156 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
|